LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Sony DSC-P8 /Slackware Kernel Config (https://www.linuxquestions.org/questions/slackware-14/sony-dsc-p8-slackware-kernel-config-148575/)

Astro 02-20-2004 07:23 PM

Sony DSC-P8 /Slackware Kernel Config
 
Using the original kernel for slackware 9.1, 2.4.22, I can plug in my sony camera and it detected it as a hotplug mass storage device. I had to recompile to use the rtl8180l and dropped my kernel version to 2.4.21.... now the question is, what to I need to enable in the 2.4.21 kernel to make it accept my camera, cause as of now it's spitting this out in dmesg...

Code:

host/uhci.c: 1060: wakeup_hc
host/uhci.c: root-hub INT complete: port1: 80 port2: 93 data: 4
hub.c: port 1, portstatus 100, change 0, 12 Mb/s
hub.c: port 2, portstatus 101, change 1, 12 Mb/s
hub.c: port 2 connection change
hub.c: port 2, portstatus 101, change 1, 12 Mb/s
hub.c: port 2, portstatus 101, change 0, 12 Mb/s
hub.c: port 2, portstatus 101, change 0, 12 Mb/s
hub.c: port 2, portstatus 101, change 0, 12 Mb/s
hub.c: port 2, portstatus 101, change 0, 12 Mb/s
hub.c: port 2, portstatus 103, change 0, 12 Mb/s
hub.c: new USB device 00:07.2-2, assigned address 2
usb.c: kmalloc IF d5e356a0, numif 1
usb.c: new device strings: Mfr=1, Product=2, SerialNumber=0
usb.c: USB device number 2 default language ID 0x409
Manufacturer: Sony
Product: Sony DSC
usb.c: unhandled interfaces on device
usb.c: USB device 2 (vend/prod 0x54c/0x10) is not claimed by any active driver.
  Length              = 18
  DescriptorType      = 01
  USB version        = 1.10
  Vendor:Product      = 054c:0010
  MaxPacketSize0      = 8
  NumConfigurations  = 1
  Device version      = 4.50
  Device Class:SubClass:Protocol = 00:00:00
    Per-interface classes
Configuration:
  bLength            =    9
  bDescriptorType    =  02
  wTotalLength        = 0027
  bNumInterfaces      =  01
  bConfigurationValue =  01
  iConfiguration      =  00
  bmAttributes        =  c0
  MaxPower            =    2mA

  Interface: 0
  Alternate Setting:  0
    bLength            =    9
    bDescriptorType    =  04
    bInterfaceNumber    =  00
    bAlternateSetting  =  00
    bNumEndpoints      =  03
    bInterface Class:SubClass:Protocol =  08:ff:01
    iInterface          =  00
    Endpoint:
      bLength            =    7
      bDescriptorType    =  05
      bEndpointAddress    =  01 (out)
      bmAttributes        =  02 (Bulk)
      wMaxPacketSize      = 0040
      bInterval          =  00
    Endpoint:
      bLength            =    7
      bDescriptorType    =  05
      bEndpointAddress    =  82 (in)
      bmAttributes        =  02 (Bulk)
      wMaxPacketSize      = 0040
      bInterval          =  00
    Endpoint:
      bLength            =    7
      bDescriptorType    =  05
      bEndpointAddress    =  83 (in)
      bmAttributes        =  03 (Interrupt)
      wMaxPacketSize      = 0008
      bInterval          =  ff
usb.c: kusbd: /sbin/hotplug add 2
SCSI subsystem driver Revision: 1.00

lsmod shows
Code:

root@flux:~# lsmod
Module                  Size  Used by    Tainted: GF
sd_mod                10924  0  (autoclean) (unused)
scsi_mod              87348  1  (autoclean) [sd_mod]
ymfpci                41896  0  (unused)
ac97_codec            11976  0  [ymfpci]
rtl8180_24x          244368  0
pcnet32                15328  1

Anyone have this problem? I've been comparing this kernel(2.4.21) against a tgz of the 2.4.22 one and I can't find where I am going wrong and what I need in it... any help would be appreciated. No I cannot upgrade my kernel version, this wireless driver requires 2.4.21 none of the other versions will work.


All times are GMT -5. The time now is 07:25 AM.