Results 1 to 6 of 6
Hello! I recently upgraded my kernel from 2.4.6 to 2.6.13, using the pre-compiled kernel from the slackware 10.2 cd's.
Everything went fine, except that my udev or hotplug is still ...
- 03-12-2006 #1Just Joined!
- Join Date
- Feb 2006
- Posts
- 10
hotplug, usb storage problem
Hello! I recently upgraded my kernel from 2.4.6 to 2.6.13, using the pre-compiled kernel from the slackware 10.2 cd's.
Everything went fine, except that my udev or hotplug is still not working. I have read every post for weeks now, and I am still not any smarter. I can't figure out why it doesn't work. Most instructions I find are "Gentoo" specific, I doubt I have to do things like "emerge baselayout" etc..?
I can see udevd running in the kde system guard, but when turning on a usb harddrive no "usb-storage" comes up in there.
The "/var/log/hotplug" directory is not present
/proc/sys/kernel/hotplug is also not present as well as
/sbin/hotplug
I am running:
hotplug-2004_09_23-noarch-5
udev-064-i486-2
Please advise!
thank you!
Some of my /boot/config-generic-2.6.13:
fstabCONFIG_HOTPLUG=y
#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_SYSFS=y
# CONFIG_DEVPTS_FS_XATTR is not set
CONFIG_TMPFS=y
# CONFIG_TMPFS_XATTR is not set
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
CONFIG_RAMFS=y
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=m
CONFIG_USB_EHCI_SPLIT_ISO=y
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_ISP116X_HCD=m
CONFIG_USB_OHCI_HCD=m
# CONFIG_USB_OHCI_BIG_ENDIAN is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_UHCI_HCD=m
CONFIG_USB_SL811_HCD=m
CONFIG_USB_SL811_CS=m
# Device Drivers
#
CONFIG_IEEE1394_PCILYNX=m
CONFIG_IEEE1394_OHCI1394=m
lsmod/dev/hda5 swap swap defaults 0 0
/dev/hda6 / ext2 defaults 1 1
/dev/hda1 /media/betelgeuse_C ntfs ro 1 0
/dev/hda4 /media/betelgeuse_D vfat defaults 1 0
/dev/hdd /mnt/dvdrom iso9660 noauto,user,ro 0 0
/dev/hdc /mnt/cdwrite iso9660 noauto,user,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,user 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
none /sys sysfs defaults 0 0
none /proc/bus/usb usbfs defaults 0 0
Module Size Used by
isofs 32056 0
zlib_inflate 17024 1 isofs
appletalk 30004 2
ax25 50028 2
ipx 23596 2
nvidia 4081584 12
snd_pcm_oss 46240 1
snd_mixer_oss 15872 1 snd_pcm_oss
snd_intel8x0 27968 2
snd_ac97_codec 75388 1 snd_intel8x0
snd_pcm 75016 3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_timer 19716 1 snd_pcm
snd 45572 8 snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_co dec,snd_pcm,snd_timer
soundcore 6880 2 snd
snd_page_alloc 7556 2 snd_intel8x0,snd_pcm
ipv6 225600 8
pcmcia 30368 0
firmware_class 7424 1 pcmcia
yenta_socket 21516 0
rsrc_nonstatic 11136 1 yenta_socket
pcmcia_core 34320 3 pcmcia,yenta_socket,rsrc_nonstatic
nls_iso8859_1 3968 1
- 03-12-2006 #2
Hi itzig,
It almost seems like the support was removed (to update with the newer kernel) but not re-installed.
Try these commands (as root) in a terminal and see if you have any USB support:
lsmod | more
lsusb
/sbin/lsusb -v | grep bcdUSB | awk '{print $2}'
- 03-12-2006 #3
what does dmesg tell you when you plug in a USB device?
Code:dmesg
All right, brain. You don't like me and I don't like you, but let's just do this and I can get back to killing you with beer. All New Users Read This!!! If you have a grub problem please look at GRUB MANUAL
- 03-13-2006 #4Just Joined!
- Join Date
- Feb 2006
- Posts
- 10
Thanks, I tried
lsusb and
root@wildblue:~# /sbin/lsusb -v | grep bcdUSB | awk '{print $2}'
root@wildblue:~#
...which does nothing?
~$ lsmod | more
Module Size Used by
isofs 32056 0
zlib_inflate 17024 1 isofs
appletalk 30004 2
ax25 50028 2
ipx 23596 2
nvidia 4081584 12
snd_pcm_oss 46240 1
snd_mixer_oss 15872 1 snd_pcm_oss
snd_intel8x0 27968 2
snd_ac97_codec 75388 1 snd_intel8x0
snd_pcm 75016 3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_timer 19716 1 snd_pcm
snd 45572 8 snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_co dec,snd
_pcm,snd_timer
soundcore 6880 2 snd
snd_page_alloc 7556 2 snd_intel8x0,snd_pcm
ipv6 225600 10
pcmcia 30368 0
firmware_class 7424 1 pcmcia
yenta_socket 21516 0
rsrc_nonstatic 11136 1 yenta_socket
pcmcia_core 34320 3 pcmcia,yenta_socket,rsrc_nonstatic
nls_iso8859_1 3968 1
nls_cp437 5632 1
vfat 10368 1
fat 44828 1 vfat
nls_utf8 1792 1
ntfs 182672 1
3c59x 37416 0
mii 4608 1 3c59x
agpgart 28616 1 nvidia
psmouse 29956 0
- 03-13-2006 #5Just Joined!
- Join Date
- Feb 2006
- Posts
- 10
~# dmesg
Linux version 2.6.13 (root@midas) (gcc version 3.3.6) #1 Sat Sep 3 21:11:20 PDT 2005
Linux Plug and Play Support v0.97 (c) Adam Belay
SCSI subsystem initialized
usbcore: registered new driver usbfs
usbcore: registered new driver hub
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
ICH2: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda
MA, hdb
io
ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc
MA, hdd
MA
Probing IDE interface ide0...
hda: WDC WD1200JB-75CRA0, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
hdc: Lite-On LTN486 48x Max, ATAPI CD/DVD-ROM drive
hdd: HL-DT-ST GCE-8160B, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 128KiB
hda: Host Protected Area detected.
current capacity is 234375000 sectors (120000 MB)
native capacity is 234375120 sectors (120000 MB)
hda: Host Protected Area disabled.
hda: 234375120 sectors (120000 MB) w/8192KiB Cache, CHS=65535/16/63, UDMA(100)
hda: cache flushes not supported
hda: hda1 hda2 < hda5 hda6 > hda4
hdc: ATAPI 48X CD-ROM drive, 120kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
hdd: ATAPI 40X CD-ROM CD-R/RW drive, 2048kB Cache, DMA
ide-floppy driver 0.99.newide
usbmon: debugfs is not available
usbcore: registered new driver hiddev
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.01:USB HID core driver
mice: PS/2 mouse device common for all mice
RAMDISK: Compressed image found at block 0
VFS: Mounted root (ext2 filesystem).
Intel ISA PCIC probe: not found.
Device 'i82365.0' does not have a release() function, it is broken and must be fixed.
Badness in device_release at drivers/base/core.c:83
[c01973e3] kobject_cleanup+0x83/0x90
[c01973f0] kobject_release+0x0/0x10
[c0197cc3] kref_put+0x33/0x80
[c0197416] kobject_put+0x16/0x20
[c01973f0] kobject_release+0x0/0x10
[f8849262] init_i82365+0x172/0x189 [i82365]
[c0130472] sys_init_module+0x122/0x1b0
[<c0102ea9>] syscall_call+0x7/0xb
Databook TCIC-2 PCMCIA probe: not found.
ACPI: PCI Interrupt 0000:02:09.0[A] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11
NET: Registered protocol family 5
spurious 8259A interrupt: IRQ7.
cdrom: open failed.
- 03-15-2006 #6Just Joined!
- Join Date
- Feb 2006
- Posts
- 10
So I take it my usb support is not there, how can I get it back?
thanks!!


Reply With Quote