W. Chris Shank on Fri, 6 Dec 2002 22:14:30 -0500 |
Thanks to everyone who provided feedback regarding getting a redhat kernel to compile. I used make oldconfig to product the .config file, and although I wasn't able to get RH8 to compile with ACPI enabled, I was able to use this .config on 2.4.20 and was able to compile nearly perfectly - only had to remove sim710 module. And make install was a crucial step that I never knew about, i guess i should have RTFM - but i don't recall needing it for 2.2 kernel compiles. Anyway - I'm now able to successfully get sbp2, ohci1394 loaded - in fact - they load by default in rh stock kernel. what i've discovered is that i need to rmmod ohci1394 and sbp2 then modprobe ohci1394 to reload them both. once i do that, they firewire cd is available as scd0. now i'm just trying to get these to load correctly on boot up. i tried to move them lower in the modules.conf and then even commented them out, but still the load incorrectly. Anyone have a clue what i need to do? dmesg's and modules.conf below. thanks in advance modules.conf ---------- alias parport_lowlevel parport_pc alias eth0 eepro100 alias sound-slot-0 i810_audio post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || : pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || : alias usb-controller usb-uhci #alias ieee1394-controller ohci1394 #alias scsi_hostadapter sbp2 dmesg from bootup (SCSI sections): --------------------------------------- SCSI subsystem driver Revision: 1.00 ohci1394: $Rev: 578 $ Ben Collins <bcollins@debian.org> ohci1394_0: OHCI-1394 1.0 (PCI): IRQ=[3] MMIO=[f4101000-f41017ff] Max Packet=[ 2048] ieee1394: Host added: Node[00:1023] GUID[0800460300c2ffed] [Linux OHCI-1394] ieee1394: NodeMgr: hotplug policy returned -2 ieee1394: Device added: Node[01:1023] GUID[0800460300ca4e49] [Sony] ieee1394: sbp2: Logged into SBP-2 device ieee1394: sbp2: Node[01:1023]: Max speed [S400] - Max payload [2048] scsi0 : IEEE-1394 SBP-2 protocol driver (host: ohci1394) $Rev: 584 $ James Goodwin <jamesg@filanet.com> SBP-2 module load options: - Max speed supported: S400 - Max sectors per I/O supported: 255 - Max outstanding commands supported: 8 - Max outstanding commands per lun supported: 1 - Serialized I/O (debug): no - Exclusive login: yes Vendor: MATSHITA Model: UJDA710 Rev: 1.08 Type: CD-ROM ANSI SCSI revision: 02 ...... scsi1 : SCSI emulation for USB Mass Storage devices Vendor: Sony Model: MSC-U02 Rev: 1.00 Type: Direct-Access ANSI SCSI revision: 02 Attached scsi removable disk sda at scsi1, channel 0, id 0, lun 0 SCSI device sda: 7904 512-byte hdwr sectors (4 MB) sda: Write Protect is off sda: sda1 ------- here is what dmesg has after reloading modules: ----------------- ieee1394: sbp2: Logged out of SBP-2 device scsi : 1 host left. ieee1394: Host removed: Node[00:1023] GUID[0800460300c2ffed] [Linux OHCI-1394] ieee1394: Device removed: Node[01:1023] GUID[0800460300ca4e49] [Sony] ohci1394: $Rev: 578 $ Ben Collins <bcollins@debian.org> ohci1394_0: OHCI-1394 1.0 (PCI): IRQ=[3] MMIO=[f4101000-f41017ff] Max Packet=[2048 ] ieee1394: Host added: Node[00:1023] GUID[0800460300c2ffed] [Linux OHCI-1394] ieee1394: Device added: Node[01:1023] GUID[0800460300ca4e49] [Sony] ieee1394: sbp2: Logged into SBP-2 device ieee1394: sbp2: Node[01:1023]: Max speed [S400] - Max payload [2048] scsi0 : IEEE-1394 SBP-2 protocol driver (host: ohci1394) $Rev: 584 $ James Goodwin <jamesg@filanet.com> SBP-2 module load options: - Max speed supported: S400 - Max sectors per I/O supported: 255 - Max outstanding commands supported: 8 - Max outstanding commands per lun supported: 1 - Serialized I/O (debug): no - Exclusive login: yes Vendor: MATSHITA Model: UJDA710 Rev: 1.08 Type: CD-ROM ANSI SCSI revision: 02 Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0 sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray Uniform CD-ROM driver Revision: 3.12 ISO 9660 Extensions: Microsoft Joliet Level 3 ISO 9660 Extensions: RRIP_1991A ------------- _________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.netisland.net/mailman/listinfo/plug-announce General Discussion -- http://lists.netisland.net/mailman/listinfo/plug
|
|