Posted by
gfdsa on May 24th, 2009 in
pics,
work |
0 comments
Hot, had to move away from windows
Posted via...
Posted by
gfdsa on Feb 14th, 2009 in
pics,
test,
work |
0 comments
Hm, pixelpipe to blog?
Posted via...
Posted by
gfdsa on Sep 10th, 2008 in
linux,
opensuse,
tech |
0 comments
When you get no events notifications about power cable in-out on vaio, you must probably have hit the vaio bios bug. Practically it sends 0×81 event instead of 0×80. To fix it in current kernels distributed by your favorite vendor you have to add in ac.c :
#define ACPI_AC_NOTIFY_STATUS 0x80
+#define ACPI_AC_NOTIFY_SONY 0x81
#define...
Posted by
gfdsa on May 18th, 2008 in
it,
linux,
tech,
test,
tip,
work |
4 comments
Inserted my seagate 7200 SATA with opensuse 10.3got all I need working:nvidia 8400M – binary nvidia driver all works, even three screens setup with built-in LCD/external VGA/HDMI LCD TV ( LCD brightness control is not working, nvidia driver problem )intel 4965 wifi – iwl4965 works for b/g, have no N to testMarvell 88E8036 – sky2 works good enough for a marvell adapteraudio – alsa 1.0.16...
Posted by
gfdsa on May 18th, 2008 in
linux,
tech |
1 comment
linux sony vaio broadcom bluetooth 2.0 hci_usb timeout hcitool bluez BCM2046
Got it working loading hci_usb with reset=1 :modprobe hci_usb reset=1
to make permanent:echo ‘options hci_usb reset=1′...