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 ...) |
|||
| (2 intermediate revisions not shown) | |||
| Line 1: | Line 1: | ||
| - | + | '''Description:''' CD media not recognized.<br> | |
| - | <br>''Systems Affected:'' Dimension | + | '''Systems Affected:''' Dimension 530n, Inspiron 1420n<br> |
| - | <br>''Impact:'' Unable to use CD media. | + | '''Impact:''' Unable to use CD media.<br> |
| - | <br>''Workaround:'' Load piix driver | + | '''Workaround:''' Load piix driver. Run as root: |
| - | + | ||
| + | $ modprobe piix | ||
| + | |||
| + | '''Fix''': Append piix to /etc/initramfs-tools/modules. Run as root: | ||
| + | |||
| + | $ update-initramfs | ||
| + | |||
| + | or reboot. This will include the piix driver in the initramfs and load it at boot time. | ||
Latest revision as of 15:41, 17 July 2007
Description: CD media not recognized.
Systems Affected: Dimension 530n, Inspiron 1420n
Impact: Unable to use CD media.
Workaround: Load piix driver. Run as root:
$ modprobe piix
Fix: Append piix to /etc/initramfs-tools/modules. Run as root:
$ update-initramfs
or reboot. This will include the piix driver in the initramfs and load it at boot time.