Comment 30 for bug 307829

Revision history for this message
Rafael Bermúdez (rafaelbermudez) wrote :

First, I'm sorry, the previously uploaded linux-restricted-modules erroneously depends on linux-image-generic. This fixes the error:

http://www.megaupload.com/?d=OYRP1ROQ

Just overwrite the wrong package.

In my laptop (v3417la) just works, see my dmesg output:

[ 4.148312] amd74xx 0000:00:0d.0: UDMA133 controller
[ 4.148317] amd74xx 0000:00:0d.0: IDE controller (0x10de:0x0265 rev 0xf1)
[ 4.148342] amd74xx 0000:00:0d.0: not 100% native mode: will probe irqs later
[ 5.452243] hdc: MATSHITADVD-RAM UJ-850S, ATAPI CD/DVD-ROM drive
[ 5.788078] hdc: host max PIO5 wanted PIO255(auto-tune) selected PIO4
[ 5.788356] hdc: MWDMA2 mode selected

You can try the following procedure:

1. Add to /etc/initramfs-tools/modules
blacklist ata_generic
blacklist pata_amd

2. sudo update-initramfs -u

3. Reboot

Please tell me if works.