PDA

View Full Version : Knoppix 3.3-2004-02-09 with a 256 Mo Verbatim USB Stick



spydy
02-11-2004, 10:59 PM
I am using Knoppix 3.3-2004-02-09 with a 256 Mo Verbatim USB Stick on my Dell Inspiron 5100 Laptop.

My USB Stick is working very well on all the other computers I tried with the same version of Knoppix except mine (It is also working on my computer under Windows XP).
It is important to say that my USB Mouse is working well.

Here is a part of the boot log

Autoconfiguring devices... insmod: insmod:
insmod: insmod: a module named input already exists
insmod: insmod: insmod /libmodules/2.4.24-xfs/kernel/drivers/input/input.o failed
insmod: insmod: insmod usbkbl failde
insmod: insmod: a module named hid already exists
insmod: insmod: insmod /libmodules/2.4.24-xfs/kernel/drivers/usb/hid.o failed
insmod: insmod: insmod hid failed
done

I did "lsmod" on a computer where my usb stick is working

without the usb stick

root@ttyp0[knoppix]# lsmod
Module Size Used by Not tainted
autofs4 8756 1 (autoclean)
af_packet 13512 0 (autoclean)
ext3 64164 0 (autoclean)
jbd 46356 0 (autoclean) [ext3]
ntfs 50944 0 (autoclean)
msdos 4652 0 (autoclean)
nls_iso8859-1 2876 0 (autoclean)
nls_cp437 4380 0 (autoclean)
agpgart 42628 0 (unused)
i810_audio 25112 0
ac97_codec 11916 0 [i810_audio]
soundcore 3428 2 [i810_audio]
3c59x 25456 1
hw_random 2700 0 (unused)
serial 51972 0 (autoclean)
printer 7680 0 (unused)
mousedev 3832 1
hid 21380 0 (unused)
input 3168 0 [mousedev hid]
usb-uhci 21868 0 (unused)
usbcore 57824 1 [printer hid usb-uhci]
rtc 6972 0 (autoclean)
cloop 8740 2

with the usb stick

knoppix@ttyp0[knoppix]$ lsmod
Module Size Used by Not tainted
autofs4 8756 1 (autoclean)
af_packet 13512 0 (autoclean)
ext3 64164 0 (autoclean)
jbd 46356 0 (autoclean) [ext3]
ntfs 50944 0 (autoclean)
msdos 4652 0 (autoclean)
nls_iso8859-1 2876 0 (autoclean)
nls_cp437 4380 0 (autoclean)
agpgart 42628 0 (unused)
i810_audio 25112 0
ac97_codec 11916 0 [i810_audio]
soundcore 3428 2 [i810_audio]
3c59x 25456 1
hw_random 2700 0 (unused)
serial 51972 0 (autoclean)
printer 7680 0 (unused)
mousedev 3832 1
hid 21380 0 (unused)
input 3168 0 [mousedev hid]
usb-storage 61280 0 (NEW)
usb-uhci 21868 0 (unused)
usbcore 57824 1 [usb-storage printer hid usb-uhci] (DIFFERENT)
rtc 6972 0 (autoclean)
cloop 8740 2

Does someone have a idea of what is my probleme?