Lab 8.1
Hi,
Following instructions for Lab 8.1 verbatim doesn't work for me. At step 3 after connecting a usb drive and doing `ls -lF /dev | grep myusb` nothing is returned.
I've tried two different thumb-drives, a wireless modem dongle, and a webcam.
Thanks in advance for any help.
Lex
Comments
-
Hi Lex,
1) What distro and version are you using?
2) When connecting the usb device, please do 'dmesg' and attach the output of it.
Thanks,
Luis.
0 -
Hi Luis,
I'm using CentOS 7, 3.10.0-514.2.2.el7.x86_64.
[62356.297197] usb 1-1.4: new high-speed USB device number 4 using ehci-pci [62356.384331] usb 1-1.4: New USB device found, idVendor=0781, idProduct=5581 [62356.384336] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [62356.384339] usb 1-1.4: Product: SanDisk Ultra [62356.384341] usb 1-1.4: Manufacturer: SanDisk [62356.384343] usb 1-1.4: SerialNumber: A20037B0BA063325 [62356.409203] usb-storage 1-1.4:1.0: USB Mass Storage device detected [62356.409693] scsi host10: usb-storage 1-1.4:1.0 [62356.409819] usbcore: registered new interface driver usb-storage [62356.411807] usbcore: registered new interface driver uas [62357.412088] scsi 10:0:0:0: Direct-Access SanDisk SanDisk Ultra PMAP PQ: 0 ANSI: 6 [62357.412901] sd 10:0:0:0: Attached scsi generic sg8 type 0 [62357.413208] sd 10:0:0:0: [sdh] 30283008 512-byte logical blocks: (15.5 GB/14.4 GiB) [62357.413902] sd 10:0:0:0: [sdh] Write Protect is off [62357.413907] sd 10:0:0:0: [sdh] Mode Sense: 45 00 00 00 [62357.414671] sd 10:0:0:0: [sdh] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [62357.589459] sdh: sdh1 [62357.592264] sd 10:0:0:0: [sdh] Attached SCSI removable disk
Cheers mate.
Lex
0 -
This may also be useful:
➜ ~ udevadm monitor --subsystem-match=usb --property monitor will print the received events for: UDEV - the event which udev sends out after rule processing KERNEL - the kernel uevent KERNEL[62360.178801] add /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4 (usb) ACTION=add BUSNUM=001 DEVNAME=/dev/bus/usb/001/004 DEVNUM=004 DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4 DEVTYPE=usb_device MAJOR=189 MINOR=3 PRODUCT=781/5581/110 SEQNUM=3285 SUBSYSTEM=usb TYPE=0/0/0 KERNEL[62360.179184] add /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0 (usb) ACTION=add DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0 DEVTYPE=usb_interface INTERFACE=8/6/80 MODALIAS=usb:v0781p5581d0110dc00dsc00dp00ic08isc06ip50in00 PRODUCT=781/5581/110 SEQNUM=3286 SUBSYSTEM=usb TYPE=0/0/0 UDEV [62360.196401] add /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4 (usb) ACTION=add BUSNUM=001 DEVLINKS=/dev/myusb DEVNAME=/dev/bus/usb/001/004 DEVNUM=004 DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4 DEVTYPE=usb_device ID_BUS=usb ID_MODEL=SanDisk_Ultra ID_MODEL_ENC=SanDisk\x20Ultra ID_MODEL_FROM_DATABASE=Ultra ID_MODEL_ID=5581 ID_REVISION=0110 ID_SERIAL=SanDisk_SanDisk_Ultra_A20037B0BA063325 ID_SERIAL_SHORT=A20037B0BA063325 ID_USB_INTERFACES=:080650: ID_VENDOR=SanDisk ID_VENDOR_ENC=SanDisk ID_VENDOR_FROM_DATABASE=SanDisk Corp. ID_VENDOR_ID=0781 MAJOR=189 MINOR=3 PRODUCT=781/5581/110 SEQNUM=3285 SUBSYSTEM=usb TYPE=0/0/0 USEC_INITIALIZED=360181015 UDEV [62360.205815] add /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0 (usb) ACTION=add DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0 DEVTYPE=usb_interface ID_MODEL_FROM_DATABASE=Ultra ID_VENDOR_FROM_DATABASE=SanDisk Corp. INTERFACE=8/6/80 MODALIAS=usb:v0781p5581d0110dc00dsc00dp00ic08isc06ip50in00 PRODUCT=781/5581/110 SEQNUM=3286 SUBSYSTEM=usb TYPE=0/0/0 USEC_INITIALIZED=182882
0 -
Hi Lex,
So, the usb device is recognized by the OS.
1) Did you create the udev rule?
2) Did you reload the udev rules by restarting the udev service or rebooting the system?
Regards,
Luis.
0 -
Thanks Luis,
It was 2. I hadn't restarted the udev service. As I have rebooted since starting this thread it is now working (you can see in my posted above... I didn't notice lol).
For future reference, to reload udev rules without rebooting on CentOS 7:
udevadm control --reload-rules
Thanks again!
0 -
That's great, Lex, I'm glad that you were able to solve it
Have a great 2017!
Luis.
0
Categories
- All Categories
- 51 LFX Mentorship
- 104 LFX Mentorship: Linux Kernel
- 576 Linux Foundation IT Professional Programs
- 304 Cloud Engineer IT Professional Program
- 125 Advanced Cloud Engineer IT Professional Program
- 53 DevOps Engineer IT Professional Program
- 61 Cloud Native Developer IT Professional Program
- 5 Express Training Courses
- 5 Express Courses - Discussion Forum
- 2K Training Courses
- 19 LFC110 Class Forum
- 7 LFC131 Class Forum
- 27 LFD102 Class Forum
- 157 LFD103 Class Forum
- 20 LFD121 Class Forum
- 1 LFD137 Class Forum
- 61 LFD201 Class Forum
- 1 LFD210 Class Forum
- LFD210-CN Class Forum
- 1 LFD213 Class Forum - Discontinued
- 128 LFD232 Class Forum
- LFD237 Class Forum
- 23 LFD254 Class Forum
- 611 LFD259 Class Forum
- 105 LFD272 Class Forum
- 1 LFD272-JP クラス フォーラム
- 1 LFD273 Class Forum
- 2 LFS145 Class Forum
- 24 LFS200 Class Forum
- 739 LFS201 Class Forum
- 1 LFS201-JP クラス フォーラム
- 11 LFS203 Class Forum
- 75 LFS207 Class Forum
- 300 LFS211 Class Forum
- 54 LFS216 Class Forum
- 47 LFS241 Class Forum
- 41 LFS242 Class Forum
- 37 LFS243 Class Forum
- 11 LFS244 Class Forum
- 36 LFS250 Class Forum
- 1 LFS250-JP クラス フォーラム
- LFS251 Class Forum
- 140 LFS253 Class Forum
- LFS254 Class Forum
- 1.1K LFS258 Class Forum
- 10 LFS258-JP クラス フォーラム
- 93 LFS260 Class Forum
- 132 LFS261 Class Forum
- 33 LFS262 Class Forum
- 80 LFS263 Class Forum
- 15 LFS264 Class Forum
- 11 LFS266 Class Forum
- 18 LFS267 Class Forum
- 17 LFS268 Class Forum
- 23 LFS269 Class Forum
- 203 LFS272 Class Forum
- 1 LFS272-JP クラス フォーラム
- LFS274 Class Forum
- LFS281 Class Forum
- 235 LFW211 Class Forum
- 172 LFW212 Class Forum
- 7 SKF100 Class Forum
- SKF200 Class Forum
- 902 Hardware
- 219 Drivers
- 74 I/O Devices
- 44 Monitors
- 115 Multimedia
- 209 Networking
- 101 Printers & Scanners
- 85 Storage
- 763 Linux Distributions
- 88 Debian
- 66 Fedora
- 15 Linux Mint
- 13 Mageia
- 24 openSUSE
- 142 Red Hat Enterprise
- 33 Slackware
- 13 SUSE Enterprise
- 357 Ubuntu
- 479 Linux System Administration
- 41 Cloud Computing
- 70 Command Line/Scripting
- Github systems admin projects
- 95 Linux Security
- 78 Network Management
- 108 System Management
- 49 Web Management
- 68 Mobile Computing
- 23 Android
- 30 Development
- 1.2K New to Linux
- 1.1K Getting Started with Linux
- 537 Off Topic
- 131 Introductions
- 217 Small Talk
- 21 Study Material
- 826 Programming and Development
- 278 Kernel Development
- 514 Software Development
- 928 Software
- 260 Applications
- 184 Command Line
- 3 Compiling/Installing
- 76 Games
- 316 Installation
- 61 All In Program
- 61 All In Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)