LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 09-23-2004, 01:47 PM   #1
Jouni
LQ Newbie
 
Registered: Mar 2004
Location: Canada T.O
Distribution: Mandrake 9.2
Posts: 9

Rep: Reputation: Disabled
usb storage


hi

how do i configure mandrake 9.2 to detect an external usb storage ...

thanks
 
Old 09-23-2004, 02:00 PM   #2
Berto
Member
 
Registered: Sep 2003
Location: Stevenson, WA, USA
Distribution: Slackware
Posts: 232

Rep: Reputation: 30
Well, firstly you SEARCH. But since I'm also one of the lazy, I'll give you this link: http://www.linuxquestions.org/questi...threadid=90977
 
Old 09-23-2004, 02:19 PM   #3
Jouni
LQ Newbie
 
Registered: Mar 2004
Location: Canada T.O
Distribution: Mandrake 9.2
Posts: 9

Original Poster
Rep: Reputation: Disabled
that i already tried but it didnt work ...
here is the output of lsmod :
Module Size Used by Not tainted
sd_mod 13100 0 (autoclean) (unused)
vfat 11820 0 (autoclean)
fat 37944 0 (autoclean) [vfat]
sg 34636 0 (autoclean)
usb-storage 72952 0 (unused)
usbcore 72992 0 [usb-storage]
parport_pc 25096 1 (autoclean)
lp 8096 0 (autoclean)
parport 34176 1 (autoclean) [parport_pc lp]
trident 31796 0
soundcore 6276 0 [trident]
ac97_codec 12488 0 [trident]
pcigame 2888 0 [trident]
gameport 3316 0 [pcigame]
nfsd 74256 8 (autoclean)
af_packet 14952 1 (autoclean)
sr_mod 16920 0 (autoclean)
floppy 55132 0
8139too 17160 1 (autoclean)
mii 3832 0 (autoclean) [8139too]
nls_iso8859-1 3516 1 (autoclean)
ntfs 76812 1 (autoclean)
supermount 15296 2 (autoclean)
ide-cd 33856 0
cdrom 31648 0 [sr_mod ide-cd]
ide-scsi 11280 0
scsi_mod 103284 4 [sd_mod sg usb-storage sr_mod ide-scsi]
rtc 8060 0 (autoclean)
ext3 59916 1
jbd 38972 1 [ext3]


when i tried to mount the usb stick i got this error ....
mount: special device /dev/sda1 does not exist

what does that mean ...to just let you know that i am a newbie in linux .
thanks
 
Old 09-23-2004, 03:53 PM   #4
robert644
Member
 
Registered: Aug 2004
Location: internet
Distribution: slackware
Posts: 135

Rep: Reputation: 15
with your usb device inserted try typing 'fdisk -l', and see if the device shows.

this seems more of a hardware problem than one specific to laptops. posted below is an example of a usb device showing on my computer as sda1

bash@prompt: fdisk -l

Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 1 1912 15358108+ 7 HPFS/NTFS
/dev/hda2 1913 5560 29302560 83 Linux
/dev/hda3 5561 5685 1004062+ 82 Linux swap

Disk /dev/sda: 14 MB, 14909440 bytes
2 heads, 32 sectors/track, 455 cylinders
Units = cylinders of 64 * 512 = 32768 bytes

Device Boot Start End Blocks Id System
/dev/sda1 1 455 14531+ 1 FAT12
 
Old 09-23-2004, 04:03 PM   #5
Jouni
LQ Newbie
 
Registered: Mar 2004
Location: Canada T.O
Distribution: Mandrake 9.2
Posts: 9

Original Poster
Rep: Reputation: Disabled
it is nt there ...

prompt: fdisk -l

Disk /dev/ide/host0/bus0/target0/lun0/disc: 40.0 GB, 40007761920 bytes
255 heads, 63 sectors/track, 4864 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/ide/host0/bus0/target0/lun0/part1 * 1 3824 30716248+ 7 HPFS/NTFS
/dev/ide/host0/bus0/target0/lun0/part2 3825 4864 8353800 5 Extended
/dev/ide/host0/bus0/target0/lun0/part5 3825 3950 1012063+ 82 Linux swap
/dev/ide/host0/bus0/target0/lun0/part6 3951 4864 7341673+ 83 Linux
 
Old 09-23-2004, 04:18 PM   #6
robert644
Member
 
Registered: Aug 2004
Location: internet
Distribution: slackware
Posts: 135

Rep: Reputation: 15
are you running an scsi or an ide system ?

what's with the lun0/ stuff ? i thought that was scsi
 
Old 09-23-2004, 04:23 PM   #7
Jouni
LQ Newbie
 
Registered: Mar 2004
Location: Canada T.O
Distribution: Mandrake 9.2
Posts: 9

Original Poster
Rep: Reputation: Disabled
i dont really know what the lun0 thing ..but i have a ?Fujitsu MHR2040AT
ide harddrive on compaq presario 915 ca
 
Old 09-23-2004, 04:44 PM   #8
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
In your modules listing, I didn't see the 'usb-uhci' module. You might want to 'modprobe usb-uhci' as root.
 
Old 09-23-2004, 05:10 PM   #9
Jouni
LQ Newbie
 
Registered: Mar 2004
Location: Canada T.O
Distribution: Mandrake 9.2
Posts: 9

Original Poster
Rep: Reputation: Disabled
modprobe usb-uhci

;;;;;;;;;;;;;;;;;;;;
/lib/modules/2.4.21-0.13mdk/kernel/drivers/usb/usb-uhci.o.gz: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
modprobe: insmod /lib/modules/2.4.21-0.13mdk/kernel/drivers/usb/usb-uhci.o.gz failed
modprobe: insmod usb-uhci failed
 
Old 09-26-2004, 05:56 PM   #10
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
try ' modprobe ehci-hcd ' or modprobe ohci-hcd

then try mounting device
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
After plug in apacer ht202 usb mass storage into usb port. Nothing appear. tellmeimhong Linux - Hardware 3 02-04-2006 02:32 AM
USB Storage cccc828 Slackware 9 05-06-2005 01:38 AM
forcing a USB device to use usb-storage eantoranz Linux - Hardware 1 11-13-2004 07:44 AM
USB Drive \ Mp3 + USB Storage imonfya Linux - Hardware 2 07-09-2004 10:54 PM
USB-Stick/usb-storage JC_at_LQ Linux - General 2 07-14-2003 06:56 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 06:04 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration