View previous topic :: View next topic |
Author |
Message |
buddingb n00b

Joined: 03 Mar 2005 Posts: 5
|
Posted: Fri Dec 08, 2006 11:11 pm Post subject: USB DVD-RW drive problem |
|
|
Alrighty, here's my problem.
On my most recent install of Gentoo I'm having issues with my USB DVD-RW drive. It was accessible as /dev/sr0 during the installation process. In my new system, its detected but no device node is made. The /dev/cdrom symlink points to my ide cdrom drive, /dev/hdc.
I figure this is just a horribly misconfigured kernel but I'm somewhat new to this stuff and after screwing with the SCSI options for a while I'm stumped. Any help would be greatly appreciated.
dmesg excerpts pertaining to the usb drive
Code: |
Initializing USB Mass Storage driver...
...
scsi0 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 2
usb-storage: waiting for device to settle before scanning
...
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
...
Vendor: LITE-ON Model: DVDRW SHW-160P6S Rev: PS08
Type: CD-ROM ANSI SCSI revision: 00
usb-storage: device scan complete
|
lusb output
Code: |
Bus 004 Device 002: ID 045e:0047 Microsoft Corp. IntelliMouse Explorer 3.0
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 003 Device 003: ID 147a:e00c Formosa Industrial Computing, Inc.
Bus 003 Device 002: ID 05fe:1010 Chic Technology Corp
Bus 001 Device 002: ID 0ecd:a100 Lite-On IT Corp.
Bus 001 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
|
lspci output
Code: |
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 645xx (rev 51)
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] SiS AGP Port (virtual PCI-to-PCI bridge)
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS963 [MuTIOL Media IO] (rev 14)
00:02.1 SMBus: Silicon Integrated Systems [SiS] SiS961/2 SMBus Controller
00:02.3 FireWire (IEEE 1394): Silicon Integrated Systems [SiS] FireWire Controller
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE]
00:02.6 Modem: Silicon Integrated Systems [SiS] AC'97 Modem Controller (rev a0)
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] AC'97 Sound Controller (rev a0)
00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
00:03.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 91)
00:09.0 CardBus bridge: 02 Micro, Inc. 0Z711M1/MC1 4-in-1 MemoryCardBus Controller (rev 20)
00:09.1 CardBus bridge: 02 Micro, Inc. 0Z711M1/MC1 4-in-1 MemoryCardBus Controller (rev 20)
00:09.2 System peripheral: 02 Micro, Inc. 0Z711Mx 4-in-1 MemoryCardBus Accelerator
01:00.0 VGA compatible controller: nVidia Corporation NV31M [GeForce FX Go5600] (rev a1)
02:00.0 Network controller: Broadcom BCM4318 [AirForce One 54g[ 802.11g Wireless LAN Controller (rev 02)
|
|
|
Back to top |
|
 |
richfish Apprentice

Joined: 03 Mar 2006 Posts: 202 Location: Phoenix, AZ
|
Posted: Sat Dec 09, 2006 2:09 am Post subject: |
|
|
Did you add SCSI CD-ROM (CONFIG_BLK_DEV_SR) support to your kernel? |
|
Back to top |
|
 |
buddingb n00b

Joined: 03 Mar 2005 Posts: 5
|
Posted: Sat Dec 09, 2006 4:18 pm Post subject: |
|
|
Yes, along with every other kernel option I thought might help (which granted I probably don't know what I'm doing, but still). |
|
Back to top |
|
 |
newtonian Guru


Joined: 19 Jan 2005 Posts: 465 Location: Hokkaido Japan
|
Posted: Wed Dec 20, 2006 5:25 pm Post subject: had the same problem |
|
|
Had the same problem with my USB DVD-CDROM drive.
CONFIG_BLK_DEV_SR helped for mounting data but I couldn't rip audio CDs.
Adding CONFIG_CHR_DEV_SG,
Code: | make && make modules_install
modprobe sg
|
did the trick.
Cheers, |
|
Back to top |
|
 |
|