Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
03-25-2006, 10:07 PM
|
#1
|
Member
Registered: Jan 2006
Distribution: arch, CentOS
Posts: 83
Rep:
|
usb ports not detected...
after configuring the sound now i find that slackware s not detecting my my ports (usb flash drives, bluetooth sticks)... wht can be wrong,,, here s my /etc/fstab
Code:
/dev/hda2 swap swap defaults 0 0
/dev/hda3 / ext3 defaults 1 1
/dev/hda1 /mnt/windows ntfs ro 1 0
/dev/cdrom /mnt/cdrom auto noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
after this i got another problemm but thats not related to usb ports. so i'll start new thread after this one s solved  and i have to mount cdrom everytime i restart my pc... wht can be done.?. slackware 10.2 kernel 2.4.31 thx alottt...
Last edited by rgistered; 03-25-2006 at 10:10 PM.
|
|
|
03-25-2006, 10:20 PM
|
#2
|
LQ Newbie
Registered: Dec 2004
Distribution: Slackware 10.2
Posts: 21
Rep:
|
what isn't being detected
By "USB ports not detected" do you mean that no USB device you plug in is being detected (mouses, tablets, webcams etc.) or that only mass storage devices (HDD's,pen drives, etc.) you plug in are not being detected. If it's only mass storage that's not being detected it would probably be useful to have an output from dmesg when you plug one in. But it seems to me your missing a standard /dev/sdax entry in your fstab.
If its a general lack of USB support. maybe an lspci and dmesg output would be in order. As well as some more information on your PC and kernel configuration.
Last edited by elgatofilo; 03-25-2006 at 10:23 PM.
|
|
|
03-25-2006, 10:23 PM
|
#3
|
Member
Registered: Jan 2006
Distribution: arch, CentOS
Posts: 83
Original Poster
Rep:
|
thx for replying,,,
i dunno about other things because i dont have anything else to test, i only have these two devices and both of them are not detected...
and how can i add /dev/sdax in fstab...
thx
|
|
|
03-25-2006, 10:34 PM
|
#4
|
LQ Newbie
Registered: Dec 2004
Distribution: Slackware 10.2
Posts: 21
Rep:
|
generally speaking, USB mass storage devices that get plugged into Slackware are detected as /dev/sdxx. The first device plugged in is normally /dev/sda1, the second /dev/sdb1 and so and so forth. If you only wanna plug in one device at a time, it would be a good idea to put a line in your fstab that looks something like this:
Code:
/dev/sda1 /usbdrive vfat rw,suid,dev,exec,auto,async,user 0 0
note that this is usually only necessary in the vanilla slackware installation. If you use other kernels such as the 2.6 kernel with interfaces such as Dropline Gnome, this becomes unnecessary. Also note that you need to create the /usbdrive folder in your root directory.
I almost forgot to mention your USB bluetooth. If you want bluetooth support, the bluetooth subsystem support must be compiled into your kernel. Also you have to have the userland drivers Bluez, which can be found here http://www.bluez.org/
Last edited by elgatofilo; 03-25-2006 at 10:49 PM.
|
|
|
03-25-2006, 11:03 PM
|
#5
|
Member
Registered: Jan 2006
Distribution: arch, CentOS
Posts: 83
Original Poster
Rep:
|
k i added that line in /etc/fstab :
Code:
/dev/hda2 swap swap defaults 0 0
/dev/hda3 / ext3 defaults 1 1
/dev/hda1 /mnt/windows ntfs ro 1 0
/dev/sda1 /usb vfat defaults,user 0 0
/dev/cdrom /mnt/cdrom auto noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
but when i try to mount it, it gives me the following error...
Code:
root@home:~# mount /usb
mount: /dev/sda1 is not a valid block device
how i can fix it...
thx
|
|
|
03-25-2006, 11:22 PM
|
#6
|
LQ Newbie
Registered: Dec 2004
Distribution: Slackware 10.2
Posts: 21
Rep:
|
well then, in this case, it would be helpful to have a dmesg output. Plug in your device, and from a terminal type in dmesg and post your output here so we can better diagnose the problem.
|
|
|
03-25-2006, 11:31 PM
|
#7
|
Member
Registered: Jan 2006
Distribution: arch, CentOS
Posts: 83
Original Poster
Rep:
|
here is the output of dmesg...
Code:
aman@home:~$ dmesg
Linux version 2.4.31 (root@tree) (gcc version 3.3.5) #6 Sun Jun 5 19:04:47 PDT 2005
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000d0000 - 00000000000d8000 (reserved)
BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 0000000017f70000 (usable)
BIOS-e820: 0000000017f70000 - 0000000017f7d000 (ACPI data)
BIOS-e820: 0000000017f7d000 - 0000000017f80000 (ACPI NVS)
BIOS-e820: 0000000017f80000 - 0000000018000000 (reserved)
BIOS-e820: 0000000027f80000 - 0000000028000000 (reserved)
BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
383MB LOWMEM available.
On node 0 totalpages: 98160
zone(0): 4096 pages.
zone(1): 94064 pages.
zone(2): 0 pages.
Kernel command line: BOOT_IMAGE=Linux ro root=303 hdc=ide-scsi
ide_setup: hdc=ide-scsi
Initializing CPU#0
Detected 2800.171 MHz processor.
Console: colour dummy device 80x25
Calibrating delay loop... 5583.66 BogoMIPS
Memory: 385172k/392640k available (1832k kernel code, 7080k reserved, 607k data, 120k init, 0k highmem)
Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
Inode cache hash table entries: 32768 (order: 6, 262144 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
Buffer cache hash table entries: 32768 (order: 5, 131072 bytes)
Page-cache hash table entries: 131072 (order: 7, 524288 bytes)
CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 128K
CPU: After generic, caps: bfebfbff 00000000 00000000 00000000
CPU: Common caps: bfebfbff 00000000 00000000 00000000
CPU: Intel(R) Celeron(R) CPU 2.80GHz stepping 09
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
mtrr: detected mtrr type: Intel
PCI: PCI BIOS revision 2.10 entry at 0xfd968, last bus=2
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
PCI: Ignoring BAR0-3 of IDE controller 00:14.1
Transparent bridge - PCI device 1002:4342 (ATI Technologies Inc)
PCI: Using IRQ router default [1002/434c] at 00:14.3
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
Starting kswapd
VFS: Disk quotas vdquot_6.5.1
Journalled Block Device driver loaded
vesafb: framebuffer at 0xe0000000, mapped to 0xd880d000, size 1536k
vesafb: mode is 1024x768x8, linelength=1024, pages=169
vesafb: protected mode interface info at c000:5273
vesafb: scrolling: redraw
Console: switching to colour frame buffer device 128x48
fb0: VESA VGA frame buffer device
pty: 512 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with HUB-6 MANY_PORTS MULTIPORT SHARE_IRQ SERIAL_PCI enabled
PCI: Guessed IRQ 10 for device 00:14.6
PCI: Sharing IRQ 10 with 00:14.5
PCI: Sharing IRQ 10 with 02:04.0
Real Time Clock Driver v1.10f
floppy0: no floppy controllers found
RAMDISK driver initialized: 16 RAM disks of 7777K size 1024 blocksize
loop: loaded (max 8 devices)
Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ATIIXP: IDE controller at PCI slot 00:14.1
PCI: Guessed IRQ 10 for device 00:14.1
PCI: Sharing IRQ 10 with 01:05.0
PCI: Sharing IRQ 10 with 02:04.1
PCI: Sharing IRQ 10 with 02:07.0
ATIIXP: chipset revision 0
ATIIXP: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0x8060-0x8067, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0x8068-0x806f, BIOS settings: hdc:DMA, hdd:pio
hda: FUJITSU MHT2040AT PL, ATA DISK drive
blk: queue c03af460, I/O limit 4095Mb (mask 0xffffffff)
hdc: HL-DT-STCD-RW/DVD DRIVE GCC-4241N, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: attached ide-disk driver.
hda: host protected area => 1
hda: 78140160 sectors (40008 MB) w/2048KiB Cache, CHS=4864/255/63, UDMA(100)
Partition check:
hda: hda1 hda2 hda3
SCSI subsystem driver Revision: 1.00
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
md: linear personality registered as nr 1
md: raid0 personality registered as nr 2
md: raid1 personality registered as nr 3
md: raid5 personality registered as nr 4
raid5: measuring checksumming speed
8regs : 3211.200 MB/sec
32regs : 2113.200 MB/sec
pIII_sse : 3624.400 MB/sec
pII_mmx : 3272.800 MB/sec
p5_mmx : 3210.800 MB/sec
raid5: using function: pIII_sse (3624.400 MB/sec)
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
LVM version 1.0.8(17/11/2003)
Initializing Cryptographic API
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 4096 buckets, 32Kbytes
TCP: Hash tables configured (established 32768 bind 65536)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Freeing unused kernel memory: 120k freed
Adding Swap: 1048312k swap-space (priority -1)
EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,3), internal journal
Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 321M
agpgart: Detected ATI IGP9100/M chipset
agpgart: AGP aperture is 32M @ 0xd2000000
8139too Fast Ethernet driver 0.9.26
PCI: Guessed IRQ 11 for device 02:03.0
PCI: Sharing IRQ 11 with 00:13.0
PCI: Sharing IRQ 11 with 00:13.1
PCI: Sharing IRQ 11 with 02:07.2
eth0: RealTek RTL8139 at 0xd8a40000, 00:0f:b0:08:ee:bf, IRQ 11
eth0: Identified 8139 chip type 'RTL-8101'
hdc: attached ide-scsi driver.
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
Vendor: HL-DT-ST Model: RW/DVD GCC-4241N Rev: 0C29
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
NTFS driver v1.1.22 [Flags: R/O MODULE]
Linux Kernel Card Services 3.1.22
options: [pci] [cardbus] [pm]
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Intel ISA PCIC probe: not found.
Databook TCIC-2 PCMCIA probe: not found.
PCI: Guessed IRQ 10 for device 02:04.0
PCI: Sharing IRQ 10 with 00:14.5
PCI: Sharing IRQ 10 with 00:14.6
PCI: Guessed IRQ 10 for device 02:04.1
PCI: Sharing IRQ 10 with 00:14.1
PCI: Sharing IRQ 10 with 01:05.0
PCI: Sharing IRQ 10 with 02:07.0
Yenta ISA IRQ mask 0x02d8, PCI irq 10
Socket status: 30000006
Yenta ISA IRQ mask 0x02d8, PCI irq 10
Socket status: 30000006
cs: IO port probe 0x0c00-0x0cff: excluding 0xc00-0xc07 0xc10-0xc17 0xc50-0xc57 0xc68-0xc6f 0xcd0-0xcd7
cs: IO port probe 0x0820-0x08ff: clean.
cs: IO port probe 0x0800-0x080f: clean.
cs: IO port probe 0x03e0-0x04ff: excluding 0x408-0x40f 0x4d0-0x4d7
cs: IO port probe 0x0100-0x03af: excluding 0x200-0x20f 0x378-0x37f
cs: IO port probe 0x0a00-0x0aff: clean.
eth0: link up, 10Mbps, half-duplex, lpa 0x0000
parport0: PC-style at 0x378 [PCSPP,EPP]
lp0: using parport0 (polling).
PCI: Guessed IRQ 10 for device 00:14.5
PCI: Sharing IRQ 10 with 00:14.6
PCI: Sharing IRQ 10 with 02:04.0
ISO 9660 Extensions: Microsoft Joliet Level 3
ISOFS: changing to secondary root
mist@MisT:~$ dmesg | grep USB
mist@MisT:~$ dmesg
Linux version 2.4.31 (root@tree) (gcc version 3.3.5) #6 Sun Jun 5 19:04:47 PDT 2005
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000d0000 - 00000000000d8000 (reserved)
BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 0000000017f70000 (usable)
BIOS-e820: 0000000017f70000 - 0000000017f7d000 (ACPI data)
BIOS-e820: 0000000017f7d000 - 0000000017f80000 (ACPI NVS)
BIOS-e820: 0000000017f80000 - 0000000018000000 (reserved)
BIOS-e820: 0000000027f80000 - 0000000028000000 (reserved)
BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
383MB LOWMEM available.
On node 0 totalpages: 98160
zone(0): 4096 pages.
zone(1): 94064 pages.
zone(2): 0 pages.
Kernel command line: BOOT_IMAGE=Linux ro root=303 hdc=ide-scsi
ide_setup: hdc=ide-scsi
Initializing CPU#0
Detected 2800.171 MHz processor.
Console: colour dummy device 80x25
Calibrating delay loop... 5583.66 BogoMIPS
Memory: 385172k/392640k available (1832k kernel code, 7080k reserved, 607k data, 120k init, 0k highmem)
Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
Inode cache hash table entries: 32768 (order: 6, 262144 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
Buffer cache hash table entries: 32768 (order: 5, 131072 bytes)
Page-cache hash table entries: 131072 (order: 7, 524288 bytes)
CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 128K
CPU: After generic, caps: bfebfbff 00000000 00000000 00000000
CPU: Common caps: bfebfbff 00000000 00000000 00000000
CPU: Intel(R) Celeron(R) CPU 2.80GHz stepping 09
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
mtrr: detected mtrr type: Intel
PCI: PCI BIOS revision 2.10 entry at 0xfd968, last bus=2
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
PCI: Ignoring BAR0-3 of IDE controller 00:14.1
Transparent bridge - PCI device 1002:4342 (ATI Technologies Inc)
PCI: Using IRQ router default [1002/434c] at 00:14.3
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
Starting kswapd
VFS: Disk quotas vdquot_6.5.1
Journalled Block Device driver loaded
vesafb: framebuffer at 0xe0000000, mapped to 0xd880d000, size 1536k
vesafb: mode is 1024x768x8, linelength=1024, pages=169
vesafb: protected mode interface info at c000:5273
vesafb: scrolling: redraw
Console: switching to colour frame buffer device 128x48
fb0: VESA VGA frame buffer device
pty: 512 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with HUB-6 MANY_PORTS MULTIPORT SHARE_IRQ SERIAL_PCI enabled
PCI: Guessed IRQ 10 for device 00:14.6
PCI: Sharing IRQ 10 with 00:14.5
PCI: Sharing IRQ 10 with 02:04.0
Real Time Clock Driver v1.10f
floppy0: no floppy controllers found
RAMDISK driver initialized: 16 RAM disks of 7777K size 1024 blocksize
loop: loaded (max 8 devices)
Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ATIIXP: IDE controller at PCI slot 00:14.1
PCI: Guessed IRQ 10 for device 00:14.1
PCI: Sharing IRQ 10 with 01:05.0
PCI: Sharing IRQ 10 with 02:04.1
PCI: Sharing IRQ 10 with 02:07.0
ATIIXP: chipset revision 0
ATIIXP: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0x8060-0x8067, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0x8068-0x806f, BIOS settings: hdc:DMA, hdd:pio
hda: FUJITSU MHT2040AT PL, ATA DISK drive
blk: queue c03af460, I/O limit 4095Mb (mask 0xffffffff)
hdc: HL-DT-STCD-RW/DVD DRIVE GCC-4241N, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: attached ide-disk driver.
hda: host protected area => 1
hda: 78140160 sectors (40008 MB) w/2048KiB Cache, CHS=4864/255/63, UDMA(100)
Partition check:
hda: hda1 hda2 hda3
SCSI subsystem driver Revision: 1.00
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
md: linear personality registered as nr 1
md: raid0 personality registered as nr 2
md: raid1 personality registered as nr 3
md: raid5 personality registered as nr 4
raid5: measuring checksumming speed
8regs : 3211.200 MB/sec
32regs : 2113.200 MB/sec
pIII_sse : 3624.400 MB/sec
pII_mmx : 3272.800 MB/sec
p5_mmx : 3210.800 MB/sec
raid5: using function: pIII_sse (3624.400 MB/sec)
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
LVM version 1.0.8(17/11/2003)
Initializing Cryptographic API
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 4096 buckets, 32Kbytes
TCP: Hash tables configured (established 32768 bind 65536)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Freeing unused kernel memory: 120k freed
Adding Swap: 1048312k swap-space (priority -1)
EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,3), internal journal
Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 321M
agpgart: Detected ATI IGP9100/M chipset
agpgart: AGP aperture is 32M @ 0xd2000000
8139too Fast Ethernet driver 0.9.26
PCI: Guessed IRQ 11 for device 02:03.0
PCI: Sharing IRQ 11 with 00:13.0
PCI: Sharing IRQ 11 with 00:13.1
PCI: Sharing IRQ 11 with 02:07.2
eth0: RealTek RTL8139 at 0xd8a40000, 00:0f:b0:08:ee:bf, IRQ 11
eth0: Identified 8139 chip type 'RTL-8101'
hdc: attached ide-scsi driver.
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
Vendor: HL-DT-ST Model: RW/DVD GCC-4241N Rev: 0C29
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
NTFS driver v1.1.22 [Flags: R/O MODULE]
Linux Kernel Card Services 3.1.22
options: [pci] [cardbus] [pm]
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Intel ISA PCIC probe: not found.
Databook TCIC-2 PCMCIA probe: not found.
PCI: Guessed IRQ 10 for device 02:04.0
PCI: Sharing IRQ 10 with 00:14.5
PCI: Sharing IRQ 10 with 00:14.6
PCI: Guessed IRQ 10 for device 02:04.1
PCI: Sharing IRQ 10 with 00:14.1
PCI: Sharing IRQ 10 with 01:05.0
PCI: Sharing IRQ 10 with 02:07.0
Yenta ISA IRQ mask 0x02d8, PCI irq 10
Socket status: 30000006
Yenta ISA IRQ mask 0x02d8, PCI irq 10
Socket status: 30000006
cs: IO port probe 0x0c00-0x0cff: excluding 0xc00-0xc07 0xc10-0xc17 0xc50-0xc57 0xc68-0xc6f 0xcd0-0xcd7
cs: IO port probe 0x0820-0x08ff: clean.
cs: IO port probe 0x0800-0x080f: clean.
cs: IO port probe 0x03e0-0x04ff: excluding 0x408-0x40f 0x4d0-0x4d7
cs: IO port probe 0x0100-0x03af: excluding 0x200-0x20f 0x378-0x37f
cs: IO port probe 0x0a00-0x0aff: clean.
eth0: link up, 10Mbps, half-duplex, lpa 0x0000
parport0: PC-style at 0x378 [PCSPP,EPP]
lp0: using parport0 (polling).
PCI: Guessed IRQ 10 for device 00:14.5
PCI: Sharing IRQ 10 with 00:14.6
PCI: Sharing IRQ 10 with 02:04.0
ISO 9660 Extensions: Microsoft Joliet Level 3
ISOFS: changing to secondary root
aman@home:~#
|
|
|
03-25-2006, 11:58 PM
|
#8
|
LQ Newbie
Registered: Dec 2004
Distribution: Slackware 10.2
Posts: 21
Rep:
|
Was your USB mass storage device plugged in? because there's no sign of it there. If it was, then you may be having an issue with USB drivers. It seems to me your using an ATI chipset, so you should be using the EHCI driver to get USB 2.0. Type lspci in your terminal and post the output here so we can see what devices are getting detected. The command must be issued as root btw.
Last edited by elgatofilo; 03-26-2006 at 12:01 AM.
|
|
|
03-26-2006, 12:05 AM
|
#9
|
Member
Registered: Jan 2006
Distribution: arch, CentOS
Posts: 83
Original Poster
Rep:
|
Code:
root@home:~# lspci
00:00.0 Host bridge: ATI Technologies Inc Radeon 9100 IGP Host Bridge (rev 02)
00:01.0 PCI bridge: ATI Technologies Inc Radeon 9100 IGP AGP Bridge
00:13.0 USB Controller: ATI Technologies Inc OHCI USB Controller #1 (rev 01)
00:13.1 USB Controller: ATI Technologies Inc OHCI USB Controller #2 (rev 01)
00:14.0 SMBus: ATI Technologies Inc ATI SMBus (rev 16)
00:14.1 IDE interface: ATI Technologies Inc ATI Dual Channel Bus Master PCI IDE Controller
00:14.3 ISA bridge: ATI Technologies Inc: Unknown device 434c
00:14.4 PCI bridge: ATI Technologies Inc: Unknown device 4342
00:14.5 Multimedia audio controller: ATI Technologies Inc IXP150 AC'97 Audio Controller
00:14.6 Modem: ATI Technologies Inc IXP AC'97 Modem (rev 01)
01:05.0 VGA compatible controller: ATI Technologies Inc RS300M AGP [Radeon Mobility 9100IGP]
02:02.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
02:03.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
02:04.0 CardBus bridge: Texas Instruments PCI1520 PC card Cardbus Controller (rev 01)
02:04.1 CardBus bridge: Texas Instruments PCI1520 PC card Cardbus Controller (rev 01)
02:07.0 USB Controller: NEC Corporation USB (rev 43)
02:07.1 USB Controller: NEC Corporation USB (rev 43)
02:07.2 USB Controller: NEC Corporation USB 2.0 (rev 04)
root@home:~#
i guess it is detecting but cannot mount it,,,any help??
thxxx
|
|
|
03-26-2006, 02:07 AM
|
#10
|
Member
Registered: Feb 2006
Distribution: slackware-current
Posts: 36
Rep:
|
Hi
Whats the output of lsusb and lsmod, perhaps the modules arent being loaded at boot time.
You can try and enable them at boot time in /etc/rc.d/rc.modules.
Regards
|
|
|
03-26-2006, 05:10 AM
|
#11
|
Member
Registered: Jan 2006
Distribution: arch, CentOS
Posts: 83
Original Poster
Rep:
|
Code:
root@MisT:/home/mist# lsusb
root@MisT:/home/mist# lsmod
Module Size Used by Not tainted
snd-pcm-oss 36736 0 (unused)
snd-mixer-oss 12376 0 [snd-pcm-oss]
snd-atiixp 8640 2
snd-ac97-codec 58556 0 [snd-atiixp]
snd-pcm 54344 1 [snd-pcm-oss snd-atiixp snd-ac97-codec]
snd-timer 13764 1 [snd-pcm]
snd 32772 0 [snd-pcm-oss snd-mixer-oss snd-atiixp snd-ac97-codec snd-pcm snd-timer]
soundcore 3396 3 [snd]
snd-page-alloc 4712 0 [snd-mixer-oss snd-atiixp snd-pcm snd-timer snd]
parport_pc 15044 1 (autoclean)
lp 6404 0 (autoclean)
parport 22824 1 (autoclean) [parport_pc lp]
ds 6548 2
yenta_socket 10436 2
pcmcia_core 39172 0 [ds yenta_socket]
ntfs 51232 1 (autoclean)
ide-scsi 9392 0
8139too 13928 1
mii 2272 0 [8139too]
crc32 2880 0 [8139too]
agpgart 45508 0 (unused)
root@MisT:/home/mist# /etc/rc.d/rc.modules
Module dependencies up to date (no new kernel modules found).
root@MisT:/home/mist#
here is the result of lsusb and lsmod... cant get it cuz there s nothing like usb iin the result here and module dependencies are also upto date... wht could be wrong...?
thx
|
|
|
03-26-2006, 05:48 AM
|
#12
|
Member
Registered: Jan 2006
Location: Australia
Distribution: Fedora, Slackware, RHEL, AIX, HP-UX
Posts: 358
Rep:
|
So your plugging in a USB memory key? You will need USB Mass Storage support loaded (you might be able to try type #modprobe usb_storage . Then plug in the USB device and type # tail /var/log/messages - see what happens. if all goes well you will see in the output something about usb storage detected and created a device /dev/sda1 /dev/sdb1 etc.. then you can try mount.
You will also need SCSI support built in and more importantly you will need OHCI EHCI and UHCI USB Support compililed into your kernel. I missed OHCI when compiling my 2.6.15 kernel and NO USB Devices would work at all!!
Are you able to see whether the device is receiving power? A give away is if you have a USB optical mouse (if the light does not come on then the above is the problem) - at least it was in my case 
|
|
|
03-26-2006, 03:10 PM
|
#13
|
Member
Registered: Jan 2006
Distribution: arch, CentOS
Posts: 83
Original Poster
Rep:
|
graz, the usb stick is plugged in and getting the power because there s a small light on the stick itself and it glows like a sun  ...
here is the output of "tail /var/log/messages :
Code:
root@MisT:~# tail /var/log/messages
Mar 25 11:14:06 MisT kernel: PCI: Guessed IRQ 10 for device 00:14.5
Mar 25 11:14:06 MisT kernel: PCI: Sharing IRQ 10 with 00:14.6
Mar 25 11:14:06 MisT kernel: PCI: Sharing IRQ 10 with 02:04.0
Mar 25 11:33:44 MisT -- MARK --
Mar 25 11:53:44 MisT -- MARK --
Mar 25 12:13:44 MisT -- MARK --
Mar 25 12:15:02 MisT kernel: eth0: link down
Mar 25 12:26:23 MisT kernel: eth0: link up, 10Mbps, half-duplex, lpa 0x0000
Mar 25 12:53:44 MisT -- MARK --
Mar 25 13:02:12 MisT sshd[2683]: Did not receive identification string from 193.254.241.14
root@MisT:~#
slackware 10.2
kernel 2.4.31
got alot of problems with slackware, but will stick to it because it dosent crash at all  awsome distro
|
|
|
03-27-2006, 11:09 AM
|
#14
|
LQ Newbie
Registered: Dec 2004
Distribution: Slackware 10.2
Posts: 21
Rep:
|
It doesn't seem like you have any usb modules loaded into the kernel. Try loading.
That should load a basic USB for your chipset. Also as stated above, you'll need to load:
Code:
modprobe usb_storage
If those two work, then force them to start up at boot and you should have working USB. Also, one other thing, is that machine a laptop or one of thos mini minitowers like the Pundit?
Last edited by elgatofilo; 03-27-2006 at 11:14 AM.
|
|
|
03-27-2006, 05:38 PM
|
#15
|
Member
Registered: Jan 2006
Location: Australia
Distribution: Fedora, Slackware, RHEL, AIX, HP-UX
Posts: 358
Rep:
|
yeah try what elgatofilo suggests and also chck that usb_core is loaded when you do a #lsmod
|
|
|
All times are GMT -5. The time now is 03:19 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|