Ubuntu 7.04/Issues/CD media not recognized
From DellLinuxWiki
(New page: <br>''Description:'' CD media not recognized. <br>''Systems Affected:'' Dimension E530n, Inspiron E1420n <br>''Impact:'' Unable to use CD media. <br>''Workaround:'' Load piix driver with ...) |
|||
| Line 1: | Line 1: | ||
| - | + | '''Description:''' CD media not recognized.<br> | |
| - | <br>''Systems Affected:'' Dimension E530n, Inspiron E1420n | + | '''Systems Affected:''' Dimension E530n, Inspiron E1420n<br> |
| - | <br>''Impact:'' Unable to use CD media. | + | '''Impact:''' Unable to use CD media.<br> |
| - | <br>''Workaround:'' Load piix driver | + | '''Workaround:''' Load piix driver: |
| - | + | ||
| + | $ modprobe piix | ||
| + | |||
| + | '''Fix''': Append piix to /etc/initramfs-tools/modules. Then run: | ||
| + | |||
| + | $ update-initramfs | ||
| + | |||
| + | or reboot. This will include the piix driver in the initramfs and load it at boot time. | ||
Revision as of 17:37, 10 July 2007
Description: CD media not recognized.
Systems Affected: Dimension E530n, Inspiron E1420n
Impact: Unable to use CD media.
Workaround: Load piix driver:
$ modprobe piix
Fix: Append piix to /etc/initramfs-tools/modules. Then run:
$ update-initramfs
or reboot. This will include the piix driver in the initramfs and load it at boot time.