[Bug 258446] Re: JMicron internal card reader recognizes SD only when inserted at startup
WaDoZe
wados at pisem.net
Thu Mar 25 20:14:26 UTC 2010
Thanks a lot to ceg!!! Now I have working properly my JMicron card reader on my Acer 5737z even if the card is not inserted during boot time.
Nevertheless all tests were done with SD and microSD cards, other type of cards must be test additionally
Here is a little workaround:
1. Remove all parametr pciehp.pciehp* from /etc/default/grub (grub2)
2. Update your grub2 config: update-grub2
3. Reboot
4. Insert module acpiphp to kernel "sudo modprobe acpiphp"
5. Try to insert card to cardreader.
6. You can add string to /etc/rc.local before string "exit 0" to automaticaly loading this module during startup.
[wados at acer:/]$ cat /etc/rc.local
#!/bin/sh -e
# By default this script does nothing.
modprobe acpiphp
exit 0
also see my attached logs
** Attachment added: "complete.log"
http://launchpadlibrarian.net/41989907/complete.log
--
JMicron internal card reader recognizes SD only when inserted at startup
https://bugs.launchpad.net/bugs/258446
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux in ubuntu.
More information about the kernel-bugs
mailing list