I have have my 600x running quite well with Debian Lenny.
I am having to unload the CS46xx sound driver when I suspend to disk, but as I am using
pulseaudio this is not much of a problem.
It seems that it is not vital that the sound driver be removed, but if it is active then
vbetools fails to restore the virtual terminals and they become unusable. In some case
this hangs the booting process and requires a reboot. But by stopping the pulseaudio process
I can remove the snd-cs46xx module and be sure that it is not active when vbetools restores the video mode.
One of the key finds was that the video mode was not always getting saved in a state that made for a good restore, so I saved a state that worked and now use that state to always restore the state.
This might cause problems if I were to change the video mode ever, but I don't so it works.
For button control see:
/proc/bus/input/devices
Wednesday, December 16, 2009
Monday, December 14, 2009
SilverStone FP35B Card Reader on linux
I bought a SilverStone FP35B Card Reader awhile back, but had not used the SD card reader. I had used the USB, firewire, and headphones jacks.
When I did finally get around to trying the SD card-reader it did not seem to work.
I looked on the Google, but did not find anything right away.
I happened to need to boot into Widows XP and it did work with windows, so I went back to the Google.
This time I found that running the following snippet of code would make it work.
I put this in my
I used to have a multi-LUN CD player, but it had been quite awhile since I had seen any multi-LUN hardware, and my previous card-reader did not use a multi-LUN scheme.
Bus 003 Device 002: ID 05e3:0716 Genesys Logic, Inc.
When I did finally get around to trying the SD card-reader it did not seem to work.
I looked on the Google, but did not find anything right away.
I happened to need to boot into Widows XP and it did work with windows, so I went back to the Google.
This time I found that running the following snippet of code would make it work.
echo "scsi add-single-device 4 0 0 0" > /proc/scsi/scsiI put this in my
/etc/rc.local file and now it works.I used to have a multi-LUN CD player, but it had been quite awhile since I had seen any multi-LUN hardware, and my previous card-reader did not use a multi-LUN scheme.
Bus 003 Device 002: ID 05e3:0716 Genesys Logic, Inc.
Subscribe to:
Comments (Atom)