Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
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.
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,500
Rep:
Different distributions handle this differently. Most recent mainstream distributions automount the device, and place an icon on your destop.
Since you're asking the question, I assume that either you are not running a mainstream distribution, or you are running an older version. In any case, let folks know what distribution and distribution version (as well as the kernel version) you are running, and they can be more effective at answering.
Usually, when you plug in the device, a set of messages are generated in dmesg or /var/log/messages. Check for something like:
Code:
kernel: sde: assuming drive cache: write through
kernel: SCSI device sde: 1984000 512-byte hdwr sectors (1016 MB)
kernel: sde: Write Protect is off
kernel: sde: assuming drive cache: write through
kernel: sde: sde1
kernel: Attached scsi removable disk sde at scsi13, channel 0, id 0, lun 3
kernel: SELinux: initialized (dev sde1, type vfat), uses genfs_contexts
The exact text of the messages will change based on the kernel version, and on the patches applied by your distribution. The general information should be there though.
Last edited by macemoneta; 02-16-2006 at 07:46 PM.
Sorry this is quite dumb... I couldn't see any related messages. I'm new to Linux
Jan 29 23:34:28 vulcan rpc.statd[851]: Version 1.0.7 Starting
Jan 29 23:34:28 vulcan rpc.statd[851]: statd running as root. chown /var/lib/nfs
Jan 29 23:34:28 vulcan rpc.statd[851]: gethostbyname error for vulcan
Jan 29 23:34:31 vulcan cardmgr[948]: watching 1 socket
Jan 29 23:34:31 vulcan cardmgr[949]: socket 0: CompactWLAN Card 802.11b
Jan 29 23:34:32 vulcan thttpd[969]: logfile is not within the chroot tree, you w
Jan 29 23:34:32 vulcan thttpd[969]: socket :: - Address family not supported by
Jan 29 23:34:32 vulcan thttpd[969]: thttpd/2.25b 29dec2003 starting on port 80
Jan 29 23:34:32 vulcan inetd[955]: Online and ready (2 sockets)
Jan 29 23:34:33 vulcan sshd[1004]: Server listening on 0.0.0.0 port 22.
Jan 29 23:34:33 vulcan /usr/sbin/cron[1008]: (CRON) INFO (pidfile fd = 3)
Jan 29 23:34:34 vulcan /usr/sbin/cron[1009]: (CRON) STARTUP (fork ok)
Jan 29 23:34:34 vulcan /usr/sbin/cron[1009]: (CRON) INFO (Running @reboot jobs)
Jan 29 23:34:36 vulcan cardmgr[949]: executing: './network start wlan0 2>&1'
Jan 29 23:34:36 vulcan cardmgr[949]: + /sbin/ifup wlan0
Jan 29 23:34:36 vulcan cardmgr[949]: + route: SIOC[ADD|DEL]RT: File exists
Jan 29 23:34:56 vulcan login[1010]: root login on `ttyS0'
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,500
Rep:
On an embedded platform, you'll have to check the manufacturers documentation. You may need to modprobe the modules manually (and they may not be standard), or you may need to build a custom kernel to enable the port. There is no standard mode of operation in this environment.
Bus 003 Device 002: ID 058f:9380 Alcor Micro Corp. Flash drive
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.