Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26394 - Firewire cdroms are not always detected when sbp2 module is loaded
Summary: Firewire cdroms are not always detected when sbp2 module is loaded
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Everything (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo LiveCD Package Maintainers
URL:
Whiteboard:
Keywords:
: 69737 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-08-11 05:55 UTC by Julian
Modified: 2005-03-25 11:24 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julian 2003-08-11 05:55:09 UTC
During linuxrc, in the installation cds for gentoo linux, firewire cdroms are 
not always loaded when the sbp2 module is loaded. When I do 'echo "scsi add-
single-device 0" > /proc/scsi/scsi" my cd is detected. A generic solution will 
be to add http://www.garloff.de/kurt/linux/rescan-scsi-bus.sh to the 
installation cd and run it after loading the firewire modules. rescan-scsi-
bus.sh doesn't break things, and may help scsi cdrom users too.
This bug is easily reproducible on sony vaio notebooks with sbp2 cdroms, and I 
guess other sbp2 cdroms too.

Reproducible: Always
Steps to Reproduce:
1. Boot machine with sbp2 cdrom, wait for mounting cdrom (It will fail)
2. Do 'echo "scsi add-single-device 0" > /proc/scsi/scsi" or similar
3. check /newroot/dev/cdroms, and now there should be a cdrom drive



emerge is not available at this stage
Comment 1 Roger 2003-09-12 16:20:03 UTC
I have a Dell Inspiron 8100 with some Texas Instruments PCI4451 IEEE-1394 Controller and am distributing similar problems with the Gentoo-1.4 live cdrom.

With the default kernel (the one that boots on default), and after loading the ieee1394,ohci1394,sbp2 modules, none of my attached devices are detected (Ads tech external drive inclosures for a 40x Plextor CD-R/RW and a standard Western Digitial HDD). 

I then tried 1.4c live cd (pre-release/beta) and that version worked fine.

Then I tried using the smp kernel on the 1.4 release (states kernel 2.4.20) (on my uni-processor laptop)... and everything is detected.

Somethings not right with the default kernel.  Atleast the smp kernel works as I utilize ieee1394 harddrives for backup solutions (I rsync my entire box o/s's to   the remote hdd's... and when I need to perform a recovery option, I tend to run into problems like these.  However, ieee1394 is more stable then USB2.0 imho...and much much faster since ieee1394 bypasses teh cpu).

If I get time, I'll check my Plextor for detection on the Gentoo-1.4 smp kernel.
Comment 2 Roger 2003-09-12 16:40:24 UTC
ok. gentoo-2.4.20 smp on the 1.4 install/livecd picked up the plextor cd-r/rw also.

problem seems to be centered on the 2.4.21 default gentoo kernel.  I would imagine that it's a bug within the ieee drivers w/i the kernel ... as such, might be solved by now?
Comment 3 Roger 2003-09-16 19:38:59 UTC
I verified your bug report and it exists also with vanilla-2.4.22

This is a valid bug. 

Looks like something changed with kernels >="kernels 2.4.21"?

Is this process of "scsi add-single-device 0" kudzu or hotplug? ... as such, when the user/admin upgrades his/her kernel, they also need to upgrade kudzu/hotplug?
Comment 4 Roger 2003-09-16 19:43:15 UTC
well, upgrading to the latest hotplug-20030805.ebuild doesn't solve the problem.  think i'll do a little bit more research and stop babbling.
Comment 5 Julian 2003-09-17 06:32:20 UTC
Linux allows you to add and remove SCSI devices without rebooting by using the echo "scsi add-single-device H C I L" > /proc/scsi/scsi command (H = host, C = channel, I = SCSI ID, L = SCSI LUN).
It is not kernel version dependant, nor hotplug dependant, it will work with all kernels that have some sort of scsi support active. Also, if the scsi device does not exist it simply doesn't add it, but it can't break things. Kurt Garloff made a simple shell script that automatically detects scsi devices, and I think it's the best solution. You can find it at http://www.garloff.de/kurt/linux/, in the link http://www.garloff.de/kurt/linux/rescan-scsi-bus.sh
Comment 6 Chris Gianelloni (RETIRED) gentoo-dev 2004-05-14 13:45:43 UTC
Is this still a problem with the 2004.1 release?
Comment 7 Travis Silvers 2004-06-11 15:07:43 UTC
This is still a problem with the 2004 release.
As mentioned before, getting access to the CD isn't a problem. Unfortunately the limited system available prevents the user from being able to do anything else. The proposed solution is to add a #echo "scsi add-single-device 0 0 0 0" > /proc/scsi/scsi" after the ieee1394 drivers are done loading. Use the "rescan-scsi-bus.sh" script or something similar.

That would fix the live-cd. 
Personally I also think that the default system you are faced with when the CD isn't detected should have more functionality. For instance once the CD-ROM is mounted, there is no fdisk! If the partitions are correct there is no way to format filesystems! There is no way to use ethernet to get packages! I think the best option would be to go backwards to a modified Gentoo 1.2 boot image. The Gentoo 1.2 image at least had enough functionality to get Gentoo on a system when things failed using wget.
Comment 8 Chris Gianelloni (RETIRED) gentoo-dev 2004-06-11 19:16:08 UTC
Can you try the ISO at http://dev.gentoo.org/~wolf31o2/releng and see if it still has the same problem?

Thanks
Comment 9 Mike Rowehl 2004-06-20 23:02:27 UTC
I have a Vaio PCG-R505JLK I was trying to install on using the firewire DVD drive built into the docking station and I had this problem. I tried the testing image gentoo-2004.2-test4.iso but still had the problem. What I did to work around it was boot with "gentoo dofirewire real_root=shell" to get dropped to a shell during the setup process, then used the scsi rescan hack and mounted the CD manually:

echo "scsi add-single-device 0" > /proc/scsi/scsi
mount -t iso9660 /newroot/dev/cdroms/cdrom0 /newroot/mnt/cdrom
exit

The startup scripts ask for a boot block device, give it /newroot/dev/cdroms/cdrom0. I was able to get a working system up and running like this using 2004.1.
Comment 10 Chris Gianelloni (RETIRED) gentoo-dev 2004-06-21 05:12:34 UTC
plasmaroo: is this something we can fix in the initrd?
Comment 11 Chris Gianelloni (RETIRED) gentoo-dev 2004-10-15 22:52:50 UTC
I added a

echo "scsi add-single-device 0 0 0 0" > /proc/scsi/scsi

to the linuxrc before the modules load in genkernel, which should take care of this.  How does that sound?
Comment 12 william McInnis 2004-11-02 08:48:24 UTC
here is my dmesg from fedora
Linux version 2.6.8-1.521 (bhcompile@tweety.build.redhat.com) (gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)) #1 Mon Aug 16 09:01:18 EDT 2004
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009e800 (usable)
 BIOS-e820: 000000000009e800 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000c0000 - 00000000000cc000 (reserved)
 BIOS-e820: 00000000000d8000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000000fcf0000 (usable)
 BIOS-e820: 000000000fcf0000 - 000000000fcfc000 (ACPI data)
 BIOS-e820: 000000000fcfc000 - 000000000fd00000 (ACPI NVS)
 BIOS-e820: 000000000fd00000 - 000000000fe80000 (usable)
 BIOS-e820: 000000000fe80000 - 0000000010000000 (reserved)
 BIOS-e820: 00000000ff800000 - 00000000ffc00000 (reserved)
 BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
0MB HIGHMEM available.
254MB LOWMEM available.
zapping low mappings.
On node 0 totalpages: 65152
  DMA zone: 4096 pages, LIFO batch:1
  Normal zone: 61056 pages, LIFO batch:14
  HighMem zone: 0 pages, LIFO batch:1
DMI present.
ACPI: RSDP (v000 SONY                                      ) @ 0x000f6c60
ACPI: RSDT (v001 SONY   U2       0x20020801 PTL  0x00000000) @ 0x0fcf7ea3
ACPI: FADT (v002   SONY       U2 0x20020801 PTL  0x01000000) @ 0x0fcfbf54
ACPI: BOOT (v001   SONY       U2 0x20020801 PTL  0x00000001) @ 0x0fcfbfd8
ACPI: DSDT (v001   SONY       U2 0x20020801 PTL  0x0100000b) @ 0x00000000
ACPI: PM-Timer IO Port: 0x1008
Built 1 zonelists
Kernel command line: root=LABEL=/ vga=792
mapped 4G/4G trampoline to ffff3000.
Initializing CPU#0
CPU 0 irqstacks, hard=023c7000 soft=023c6000
PID hash table entries: 1024 (order 10: 8192 bytes)
Detected 894.447 MHz processor.
Using tsc for high-res timesource
Console: colour VGA+ 80x25
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 254004k/260608k available (2012k kernel code, 5812k reserved, 651k data, 140k init, 0k highmem)
Calibrating delay loop... 1765.37 BogoMIPS
Security Scaffold v1.0.0 initialized
SELinux:  Initializing.
SELinux:  Starting in permissive mode
There is already a security framework initialized, register_security failed.
selinux_register_security:  Registering secondary module capability
Capability LSM initialized as secondary
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
CPU: After generic identify, caps: 0383f9ff 00000000 00000000 00000000
CPU: After vendor identify, caps:  0383f9ff 00000000 00000000 00000000
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 512K
CPU: After all inits, caps:        0383f1ff 00000000 00000000 00000040
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: Intel Mobile Intel(R) Pentium(R) III CPU - M   900MHz stepping 04
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
checking if image is initramfs...it isn't (no cpio magic); looks like an initrd
Freeing initrd memory: 366k freed
NET: Registered protocol family 16
PCI: PCI BIOS revision 2.10 entry at 0xfd9b0, last bus=1
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
ACPI: Subsystem revision 20040326
ACPI: IRQ9 SCI: Level Trigger.
ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (00:00)
PCI: Probing PCI hardware (bus 00)
PCI: Transparent bridge - 0000:00:1e.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB_._PRT]
ACPI: Embedded Controller [EC0] (gpe 28)
ACPI: PCI Interrupt Link [LNKA] (IRQs *9)
ACPI: PCI Interrupt Link [LNKB] (IRQs *9)
ACPI: PCI Interrupt Link [LNKC] (IRQs 9) *0
ACPI: PCI Interrupt Link [LNKD] (IRQs *9)
ACPI: PCI Interrupt Link [LNKE] (IRQs *9)
ACPI: PCI Interrupt Link [LNKF] (IRQs 9) *0, disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs 9) *0, disabled.
ACPI: PCI Interrupt Link [LNKH] (IRQs *9)
Linux Plug and Play Support v0.97 (c) Adam Belay
usbcore: registered new driver usbfs
usbcore: registered new driver hub
PCI: Using ACPI for IRQ routing
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 9
ACPI: PCI interrupt 0000:00:02.0[A] -> GSI 9 (level, low) -> IRQ 9
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 9
ACPI: PCI interrupt 0000:00:1f.2[D] -> GSI 9 (level, low) -> IRQ 9
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 9
ACPI: PCI interrupt 0000:00:1f.3[B] -> GSI 9 (level, low) -> IRQ 9
ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 9
ACPI: PCI interrupt 0000:00:1f.4[C] -> GSI 9 (level, low) -> IRQ 9
ACPI: PCI interrupt 0000:00:1f.5[B] -> GSI 9 (level, low) -> IRQ 9
ACPI: PCI interrupt 0000:00:1f.6[B] -> GSI 9 (level, low) -> IRQ 9
ACPI: PCI Interrupt Link [LNKF] enabled at IRQ 9
ACPI: PCI interrupt 0000:01:00.0[A] -> GSI 9 (level, low) -> IRQ 9
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 9
ACPI: PCI interrupt 0000:01:02.0[A] -> GSI 9 (level, low) -> IRQ 9
ACPI: PCI interrupt 0000:01:05.0[A] -> GSI 9 (level, low) -> IRQ 9
ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 9
ACPI: PCI interrupt 0000:01:08.0[A] -> GSI 9 (level, low) -> IRQ 9
vesafb: probe of vesafb0 failed with error -6
Simple Boot Flag at 0x36 set to 0x1
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
apm: overridden by ACPI.
audit: initializing netlink socket (disabled)
audit(1098651951.4294965650:0): initialized
Total HugeTLB memory allocated, 0
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
SELinux:  Registering netfilter hooks
Initializing Cryptographic API
ksign: Installing public key data
Loading keyring
- Added public key 9488DB81FF525AA3
- User ID: Red Hat, Inc. (Kernel Module GPG key)
ksign: invalid packet (ctb=00)
Unable to load default keyring: error=74
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
ACPI: Processor [CPU0] (supports C1 C2 C3, 8 throttling states)
ACPI: Thermal Zone [ATF0] (49 C)
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Real Time Clock Driver v1.12
Linux agpgart interface v0.100 (c) Dave Jones
agpgart: Detected an Intel i815 Chipset.
agpgart: Maximum main memory to use for agp memory: 202M
agpgart: AGP aperture is 64M @ 0xf8000000
Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing enabled
ACPI: PCI interrupt 0000:00:1f.6[B] -> GSI 9 (level, low) -> IRQ 9
RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
divert: not allocating divert_blk for non-ethernet device lo
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH2M: IDE controller at PCI slot 0000:00:1f.1
ICH2M: chipset revision 3
ICH2M: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0x1800-0x1807, BIOS settings: hda:DMA, hdb:pio
hda: TOSHIBA MK3018GAS, ATA DISK drive
Using cfq io scheduler
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hda: max request size: 128KiB
hda: 58605120 sectors (30005 MB), CHS=58140/16/63, UDMA(100)
 hda: hda1 hda2 hda3 hda4 < hda5 >
ide-floppy driver 0.99.newide
usbcore: registered new driver hiddev
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver
mice: PS/2 mouse device common for all mice
serio: i8042 AUX port at 0x60,0x64 irq 12
input: PS/2 Generic Mouse on isa0060/serio1
serio: i8042 KBD port at 0x60,0x64 irq 1
input: AT Translated Set 2 keyboard on isa0060/serio0
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
NET: Registered protocol family 2
IP: routing cache hash table of 512 buckets, 16Kbytes
TCP: Hash tables configured (established 16384 bind 4681)
Initializing IPsec netlink socket
NET: Registered protocol family 1
NET: Registered protocol family 17
ACPI: (supports S0 S3 S4 S5)
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
RAMDISK: Compressed image found at block 0
VFS: Mounted root (ext2 filesystem).
SGI XFS with ACLs, security attributes, large block numbers, no debug enabled
SGI XFS Quota Management subsystem
XFS mounting filesystem hda5
Ending clean XFS mount for filesystem: hda5
Freeing unused kernel memory: 140k freed
SELinux:  Disabled at runtime.
SELinux:  Unregistering netfilter hooks
ACPI: AC Adapter [ACAD] (on-line)
ACPI: Battery Slot [BAT1] (battery present)
ACPI: Lid Switch [LID]
ACPI: Power Button (CM) [PWRB]
USB Universal Host Controller Interface driver v2.2
ACPI: PCI interrupt 0000:00:1f.2[D] -> GSI 9 (level, low) -> IRQ 9
uhci_hcd 0000:00:1f.2: UHCI Host Controller
PCI: Setting latency timer of device 0000:00:1f.2 to 64
uhci_hcd 0000:00:1f.2: irq 9, io base 00001820
uhci_hcd 0000:00:1f.2: new USB bus registered, assigned bus number 1
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
ACPI: PCI interrupt 0000:00:1f.4[C] -> GSI 9 (level, low) -> IRQ 9
uhci_hcd 0000:00:1f.4: UHCI Host Controller
PCI: Setting latency timer of device 0000:00:1f.4 to 64
uhci_hcd 0000:00:1f.4: irq 9, io base 00002400
uhci_hcd 0000:00:1f.4: new USB bus registered, assigned bus number 2
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
usb 2-1: new full speed USB device using address 2
SCSI subsystem initialized
Initializing USB Mass Storage driver...
scsi0 : SCSI emulation for USB Mass Storage devices
  Vendor: Sony      Model: MSC-U03           Rev: 1.00
  Type:   Direct-Access                      ANSI SCSI revision: 02
USB Mass Storage device found at 2
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
device-mapper: 4.1.0-ioctl (2003-12-10) initialised: dm@uk.sistina.com
sbp2: $Rev: 1219 $ Ben Collins <bcollins@debian.org>
Device not ready.  Make sure there is a disc in the drive.
Device not ready.  Make sure there is a disc in the drive.
Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0,  type 0
updfstab: Using deprecated /dev/sg mechanism instead of SG_IO on the actual device
inserting floppy driver for 2.6.8-1.521
floppy0: no floppy controllers found
Adding 614368k swap on /dev/hda3.  Priority:-1 extents:1
sbp2: $Rev: 1219 $ Ben Collins <bcollins@debian.org>
Device not ready.  Make sure there is a disc in the drive.
Device not ready.  Make sure there is a disc in the drive.
updfstab: Using deprecated /dev/sg mechanism instead of SG_IO on the actual device
inserting floppy driver for 2.6.8-1.521
kjournald starting.  Commit interval 5 seconds
EXT3 FS on hda1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
XFS mounting filesystem hda2
Ending clean XFS mount for filesystem: hda2
floppy0: no floppy controllers found
ohci1394: $Rev: 1223 $ Ben Collins <bcollins@debian.org>
ACPI: PCI interrupt 0000:01:00.0[A] -> GSI 9 (level, low) -> IRQ 9
ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[9]  MMIO=[f4101000-f41017ff]  Max Packet=[2048]
ieee1394: Host added: ID:BUS[0-00:1023]  GUID[08004603011b5547]
IA-32 Microcode Update Driver: v1.14 <tigran@veritas.com>
microcode: No new microdata for cpu 0
sbp2: $Rev: 1219 $ Ben Collins <bcollins@debian.org>
Device not ready.  Make sure there is a disc in the drive.
Device not ready.  Make sure there is a disc in the drive.
kudzu: Using deprecated /dev/sg mechanism instead of SG_IO on the actual device
inserting floppy driver for 2.6.8-1.521
floppy0: no floppy controllers found
e100: Intel(R) PRO/100 Network Driver, 3.0.18
e100: Copyright(c) 1999-2004 Intel Corporation
ACPI: PCI interrupt 0000:01:08.0[A] -> GSI 9 (level, low) -> IRQ 9
divert: allocating divert_blk for eth0
e100: eth0: e100_probe: addr 0xf4100000, irq 9, MAC addr 08:00:46:61:11:01
orinoco.c 0.13e (David Gibson <hermes@gibson.dropbear.id.au> and others)
Linux Kernel Card Services
  options:  [pci] [cardbus] [pm]
orinoco_cs.c 0.13e (David Gibson <hermes@gibson.dropbear.id.au> and others)
divert: freeing divert_blk for eth0
unloading Kernel Card Services
ip_tables: (C) 2000-2002 Netfilter core team
e100: Intel(R) PRO/100 Network Driver, 3.0.18
e100: Copyright(c) 1999-2004 Intel Corporation
ACPI: PCI interrupt 0000:01:08.0[A] -> GSI 9 (level, low) -> IRQ 9
divert: allocating divert_blk for eth0
e100: eth0: e100_probe: addr 0xf4100000, irq 9, MAC addr 08:00:46:61:11:01
ip_tables: (C) 2000-2002 Netfilter core team
orinoco.c 0.13e (David Gibson <hermes@gibson.dropbear.id.au> and others)
Linux Kernel Card Services
  options:  [pci] [cardbus] [pm]
orinoco_cs.c 0.13e (David Gibson <hermes@gibson.dropbear.id.au> and others)
ACPI: PCI interrupt 0000:01:02.0[A] -> GSI 9 (level, low) -> IRQ 9
Yenta: CardBus bridge found at 0000:01:02.0 [104d:8111]
Yenta: ISA IRQ mask 0x04b8, PCI irq 9
Socket status: 30000006
ACPI: PCI interrupt 0000:01:05.0[A] -> GSI 9 (level, low) -> IRQ 9
Yenta: CardBus bridge found at 0000:01:05.0 [12a3:ab01]
Yenta: Using CSCINT to route CSC interrupts to PCI
Yenta: Routing CardBus interrupts to PCI
Yenta TI: socket 0000:01:05.0, mfunc 0x01000002, devctl 0x60
Yenta: ISA IRQ mask 0x0000, PCI irq 9
Socket status: 30000059
cs: IO port probe 0x0c00-0x0cff: clean.
cs: IO port probe 0x0100-0x04ff: excluding 0x4d0-0x4d7
cs: IO port probe 0x0a00-0x0aff: clean.
Bluetooth: Core ver 2.6
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
cs: memory probe 0xa0000000-0xa0ffffff: clean.
Bluetooth: L2CAP ver 2.3
Bluetooth: L2CAP socket layer initialized
Bluetooth: RFCOMM ver 1.3
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
divert: allocating divert_blk for eth1
eth1: Station identity 001f:0001:0006:0010
eth1: Looks like a Lucent/Agere firmware version 6.16
eth1: Ad-hoc demo mode supported
eth1: IEEE standard IBSS ad-hoc mode supported
eth1: WEP supported, 104-bit key
eth1: MAC address 00:02:2D:6D:0C:C2
eth1: Station name "HERMES I"
eth1: ready
eth1: index 0x01: Vcc 3.3, irq 9, io 0x0100-0x013f
ip_tables: (C) 2000-2002 Netfilter core team
eth1: New link status: Connected (0001)
lp: driver loaded but no devices found
eth1: New link status: Disconnected (0002)
ip_tables: (C) 2000-2002 Netfilter core team
eth1: New link status: Connected (0001)
sonypi: Sony Programmable I/O Controller Driver v1.23.
sonypi: detected type2 model, verbose = 0, fnkeyinit = off, camera = off, compat = off, mask = 0xffffffff, useinput = on, acpi = on
sonypi: enabled at irq=11, port1=0x1080, port2=0x1084
Sony VAIO Jog Dial installed.
ACPI: PCI interrupt 0000:00:1f.5[B] -> GSI 9 (level, low) -> IRQ 9
PCI: Setting latency timer of device 0000:00:1f.5 to 64
intel8x0_measure_ac97_clock: measured 49363 usecs
intel8x0: clocking to 48000
Device not ready.  Make sure there is a disc in the drive.
Device not ready.  Make sure there is a disc in the drive.

and the lsmod 

[root@laptop root]# lsmod
Module                  Size  Used by
snd_intel8x0           30829  1
snd_ac97_codec         58821  1 snd_intel8x0
snd_pcm                83529  2 snd_intel8x0
snd_timer              25413  1 snd_pcm
snd_page_alloc          8393  2 snd_intel8x0,snd_pcm
gameport                4033  1 snd_intel8x0
snd_mpu401_uart         7361  1 snd_intel8x0
snd_rawmidi            21733  1 snd_mpu401_uart
snd_seq_device          6473  1 snd_rawmidi
snd                    45477  8 
snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore               7713  1 snd
sonypi                 20581  3
parport_pc             21249  0
lp                      9133  0
parport                35977  2 parport_pc,lp
autofs4                20677  0
rfcomm                 31709  0
l2cap                  21061  5 rfcomm
bluetooth              40645  4 rfcomm,l2cap
yenta_socket           15937  1
sunrpc                141861  1
orinoco_cs              7625  1
ds                     12869  5 orinoco_cs
pcmcia_core            51336  3 yenta_socket,orinoco_cs,ds
orinoco                45517  1 orinoco_cs
hermes                  6721  2 orinoco_cs,orinoco
e100                   34373  0
mii                     3777  1 e100
sg                     28513  0
sr_mod                 14309  0
microcode               5601  0
sbp2                   20937  0
ohci1394               31577  0
ieee1394              285333  2 sbp2,ohci1394
ext3                   96937  1
jbd                    66521  1 ext3
dm_mod                 47317  0
sd_mod                 17473  0
usb_storage            58121  0
scsi_mod              105360  5 sg,sr_mod,sbp2,sd_mod,usb_storage
uhci_hcd               28505  0
button                  4825  0
battery                 7117  0
asus_acpi               9177  0
ac                      3533  1
xfs                   505777  2
Comment 13 Chris Gianelloni (RETIRED) gentoo-dev 2004-11-02 08:56:25 UTC
*** Bug 69737 has been marked as a duplicate of this bug. ***
Comment 14 Chris Gianelloni (RETIRED) gentoo-dev 2004-11-23 16:56:42 UTC
I am pretty sure that this is fixed in 2004.3.  If not, please REOPEN this bug and we'll look into it more.
Comment 15 Chris Gianelloni (RETIRED) gentoo-dev 2005-03-25 11:24:44 UTC
Moving these so we can remove the "Install CD" component from "Gentoo Linux".

I apologize to everyone for this spam, but according to the bugzilla developers,
this is the only reasonable way to do this.