Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's 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.
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.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
after compiling into 2.6.22 kernel (slackware 11 was the base) I found mounting USB stick is really got messed up. just checked dmesg msg it shows that all the drivers loading perfectly (usb_storage, scsi drivers etc..) but no mounting pointing available such as NO /dev/sda or /dev/usb
I searched the /proc/bus/usb/devices it shows everything is fine
dmesg is
[72257.567785] hub 1-0:1.0: debounce: port 5: total 100ms stable 100ms status 0x100
[72258.861894] hub 1-0:1.0: state 7 ports 6 chg 0000 evt 0020
[72258.861921] ehci_hcd 0000:00:03.3: GetStatus port 5 status 001803 POWER sig=j CSC CONNECT
[72258.861934] hub 1-0:1.0: port 5, status 0501, change 0001, 480 Mb/s
[72258.981057] hub 1-0:1.0: debounce: port 5: total 100ms stable 100ms status 0x501
[72259.034675] ehci_hcd 0000:00:03.3: port 5 high speed
[72259.034687] ehci_hcd 0000:00:03.3: GetStatus port 5 status 001005 POWER sig=se0 PE CONNECT
[72259.087716] usb 1-5: new high speed USB device using ehci_hcd and address 11
[72259.141395] ehci_hcd 0000:00:03.3: port 5 high speed
[72259.141406] ehci_hcd 0000:00:03.3: GetStatus port 5 status 001005 POWER sig=se0 PE CONNECT
[72259.212390] usb 1-5: default language 0x0409
[72259.213894] usb 1-5: new device strings: Mfr=1, Product=2, SerialNumber=3
[72259.213901] usb 1-5: Product: DataTraveler 2.0
[72259.213904] usb 1-5: Manufacturer: Kingston
[72259.213906] usb 1-5: SerialNumber: 5B7519AC7AC7
[72259.213950] PM: Adding info for usb:1-5
[72259.213976] usb 1-5: uevent
[72259.214011] usb 1-5: usb_probe_device
[72259.214061] PM: Adding info for No Bus:usbdev1.11_ep00
[72259.214086] usb 1-5: configuration #1 chosen from 1 choice
[72259.214262] usb 1-5: adding 1-5:1.0 (config #1, interface 0)
[72259.214271] PM: Adding info for usb:1-5:1.0
[72259.214282] usb 1-5:1.0: uevent
[72259.214287] usb 1-5:1.0: uevent
[72259.214345] ub 1-5:1.0: usb_probe_interface
[72259.214353] ub 1-5:1.0: usb_probe_interface - got id
[72259.214382] usb-storage 1-5:1.0: usb_probe_interface
[72259.214400] usb-storage 1-5:1.0: usb_probe_interface - got id
[72259.214404] usb-storage: USB Mass Storage device detected
[72259.214508] usb-storage: -- associate_dev
[72259.214513] usb-storage: Vendor: 0x13fe, Product: 0x1d00, Revision: 0x0100
[72259.214516] usb-storage: Interface Subclass: 0x06, Protocol: 0x50
[72259.214522] usb-storage: Transport: Bulk
[72259.214526] usb-storage: Protocol: Transparent SCSI
[72259.214545] scsi6 : SCSI emulation for USB Mass Storage devices
[72259.214554] PM: Adding info for No Bus:host6
[72259.214606] usb-storage: *** thread sleeping.
[72259.214640] PM: Adding info for No Bus:usbdev1.11_ep81
[72259.214669] PM: Adding info for No Bus:usbdev1.11_ep02
[72259.214693] drivers/usb/core/inode.c: creating file '011'
[72259.214711] usb-storage: device found at 11
[72259.214714] usb-storage: waiting for device to settle before scanning
Unplug the device, then plug it in again, then look in /dev with your file manager and see if you have any sda* or sdb* device listed. If yes, mount it
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.