Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with 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-14-2003, 04:19 PM
|
#1
|
Member
Registered: Jan 2003
Distribution: LFS
Posts: 90
Rep:
|
CF card reader - troubles finding SCISI dev it's on
This is a problem my friend is having. She has a compact flash reader and would like to mount it to /mnt/removable.
Here at home this is a simple;
# mount /dev/sda1 /mnt/removable
but she gets;
# /dev/sda1 is not a valid block device
------------------------------------------------
Here at home I figured out what dev to mount because it showed up at the bottom of dmesg but hers does not show any scsi device information.
Her motherboard has raid if that helps any (IDE Raid).
Im out of ideas.
We're both running RH8.0 out of the box.
|
|
|
03-14-2003, 04:40 PM
|
#2
|
Member
Registered: Jan 2003
Distribution: LFS
Posts: 90
Original Poster
Rep:
|
# cat /proc/scsi/scsi
shows only the CD-RW/DVD drive..
hrm..
|
|
|
03-14-2003, 04:58 PM
|
#3
|
Moderator
Registered: Aug 2002
Posts: 26,737
|
USB device? Check dmesg for any USB messages? Does USB mass storage module load. What USB and SCSI modules are being loaded.
|
|
|
03-14-2003, 05:10 PM
|
#4
|
LQ Newbie
Registered: Mar 2003
Posts: 10
Rep:
|
Doesn't it show up in the "Hardware Browser?"
Check System Tools > Hardware Browser > Hard Drives.
My Sandisk SDDR-09 shows up under /dev/sda1.
Turtle
|
|
|
03-15-2003, 12:27 AM
|
#5
|
Member
Registered: Feb 2003
Location: Sunny Southport, again.
Distribution: PCLinuxOS 0.93 and 0.92, Vector sometimes
Posts: 825
Rep:
|
cdrecord -scanbus (as root) should also show it up.
|
|
|
03-15-2003, 01:57 AM
|
#6
|
LQ Guru
Registered: Aug 2001
Location: London, UK
Distribution: Slackware
Posts: 5,700
Rep:
|
Oooh, ooh, one more:
dmesg | grep sd
Cheers,
Finegan
|
|
|
03-15-2003, 05:02 AM
|
#7
|
Member
Registered: Feb 2003
Location: Sunny Southport, again.
Distribution: PCLinuxOS 0.93 and 0.92, Vector sometimes
Posts: 825
Rep:
|
Quote:
Originally posted by finegan
Oooh, ooh, one more:
dmesg | grep sd
Cheers,
Finegan
|
Don't forget usbview....!
|
|
|
03-18-2003, 12:48 AM
|
#8
|
Member
Registered: Jan 2003
Distribution: LFS
Posts: 90
Original Poster
Rep:
|
I plug the reader (with CF card already in it) and get this i dmesg:
# dmesg
.....
hub.c: USB new device connect on bus1/1, assigned device number 4
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 4
Then I did what you said with cdrecord;
[root@amazon bkeating]# cdrecord --scanbus
Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 J?rg Schilling
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.5'
scsibus0:
0,0,0 0) 'SAMSUNG ' 'CDRW/DVD SM-308B' 'T100' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
And here is /sbin/lsmod's readout:
[root@amazon bkeating]# /sbin/lsmod
Module Size Used by Not tainted
sg 36556 0 (autoclean)
vfat 13084 0 (autoclean)
fat 38744 0 (autoclean) [vfat]
sd_mod 13584 0 (autoclean) (unused)
usb-storage 62000 0
cmpci 35944 0 (autoclean)
soundcore 6500 4 (autoclean) [cmpci]
autofs 13348 0 (autoclean) (unused)
8139too 17704 1
mii 2156 0 [8139too]
ipt_ttl 1144 1 (autoclean)
ipt_unclean 7704 3 (autoclean)
ipt_TCPMSS 3032 1 (autoclean)
ip_nat_irc 3504 0 (unused)
ip_nat_ftp 4240 0 (unused)
ipt_limit 1560 35 (autoclean)
ipt_state 1048 6 (autoclean)
iptable_mangle 2776 0 (unused)
ipt_LOG 4184 1
ipt_MASQUERADE 2200 1
ipt_TOS 1656 0 (unused)
ipt_REDIRECT 1368 0 (unused)
iptable_nat 19928 3 [ip_nat_irc ip_nat_ftp ipt_MASQUERADE ipt_REDIRECT]
ipt_REJECT 3736 0 (unused)
ip_conntrack_irc 3520 0 (unused)
ip_conntrack_ftp 5088 0 (unused)
ip_conntrack 21212 4 [ip_nat_irc ip_nat_ftp ipt_state ipt_MASQUERADE ipt_REDIRECT iptable_nat ip_conntrack_irc ip_conntrack_ftp]
3c59x 30608 1
iptable_filter 2412 1 (autoclean)
ip_tables 14840 15 [ipt_ttl ipt_unclean ipt_TCPMSS ipt_limit ipt_state iptable_mangle ipt_LOG ipt_MASQUERADE ipt_TOS ipt_REDIRECT iptable_nat ipt_REJECT iptable_filter]
ide-scsi 10512 0
scsi_mod 107176 4 [sg sd_mod usb-storage ide-scsi]
ide-cd 33608 0
cdrom 33696 0 [ide-cd]
mousedev 5524 0 (unused)
keybdev 2976 0 (unused)
hid 22244 0 (unused)
input 5888 0 [mousedev keybdev hid]
usb-uhci 26188 0 (unused)
usbcore 77056 1 [usb-storage hid usb-uhci]
ext3 70400 2
jbd 52212 2 [ext3]
any ideas? I don't get it.
|
|
|
All times are GMT -5. The time now is 12:46 AM.
|
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
|
|