Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


[How To] CD playback
#51
Hi Michel,
I experienced the same symptoms and resolved as suggested.
Sorry.
Best regards,
Francesco
Reply
#52
Hello Francesco,
Thanks for your help. I found the solution. The issue was power in the usb outputs.
In my configuration I have a USB stick (or SDD), a usb cable to the DAC and (at least I tried) a CD player. This was indeed too much for my pi4b. I tried the option of an active USB hub it seems like the problem is solved.
Best,
Michel
Reply
#53
Hi,

i have done with winSCP unzip moOdeCDPlay-master in the directory
log in with putty
pi@moode:~ $ cd /home/pi/moOdeCDPlay-master
pi@moode:~/moOdeCDPlay-master $ /bin/bash install.sh

and reboot, but Moode does not see the CD Drive

use RPI 3B with mini kit of audiophonics
DVD-RW / DVD-Rom & CD-RW Optische Driver Reader Writer

what did i missed

Thanks
Reply
#54
(01-08-2021, 11:54 AM)Jempie Wrote: Hi,

i have done with winSCP unzip moOdeCDPlay-master in the directory
log in with putty
pi@moode:~ $ cd /home/pi/moOdeCDPlay-master
pi@moode:~/moOdeCDPlay-master $ /bin/bash install.sh

and reboot, but Moode does not see the CD Drive

use RPI 3B with mini kit of audiophonics
DVD-RW / DVD-Rom & CD-RW Optische Driver Reader Writer

what did i missed

Thanks

I just installed moOdeCDPlay on an RPi4B running moOde 7.0.1.
Seems to be working fine with my LG Slim Portable DVD Writer (mentioned in the GitHub repo) connected directly to a USB port on the RPi. The screen display is uglier than ever because of recent changes in moOde's WebUI, but that's a different issue.

I'm not sure what you mean by "Moode does not see the CD drive". Nothing is visible and nothing happens until you insert a CD into the drive.

If that's not working, then here's some things you can try-

My scripts can do nothing if Raspberry Pi OS doesn't detect the drive.
Here's what I see when I check my system using the lsusb and ls -l commands

Code:
pi@moode:~ $ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 0e8d:1887 MediaTek Inc.
Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
pi@moode:~ $ ls -l /dev/sr*
brw-r--r-- 1 root cdrom 11, 0 Jan  8 07:30 /dev/sr0

The first shows my drive is detected as USB device ID:0e8d:1887 (MediaTek wrote the firmware in its USB interface).
The second shows it is detected as a CD drive accessible through the pseudo-file /dev/sr0
If you don't see your drive appear when you run lsusb before and after connecting it, then perhaps you have insufficient power. Try using a powered USB hub.

If you don't see a /dev/sr0 or /dev/sr1 when you run the ls -l command then my software won't work. This is standard Linux stuff that has worked on my moOde players with every drive I've tried. Maybe try a different drive?

Regards,
Kent
PS - I don't know anything about Audiophonic kits. If they require modifications to the underlying Raspberry Pi OS there's an outside chance that some change has inteferred with the drive detection. This is pure speculation.
Reply
#55
(01-08-2021, 12:59 PM)TheOldPresbyope Wrote:
(01-08-2021, 11:54 AM)Jempie Wrote: Hi,

i have done with winSCP unzip moOdeCDPlay-master in the directory
log in with putty
pi@moode:~ $ cd /home/pi/moOdeCDPlay-master
pi@moode:~/moOdeCDPlay-master $ /bin/bash install.sh

and reboot, but Moode does not see the CD Drive

use RPI 3B with mini kit of audiophonics
DVD-RW / DVD-Rom & CD-RW Optische Driver Reader Writer

what did i missed

Thanks

I just installed moOdeCDPlay on an RPi4B running moOde 7.0.1.
Seems to be working fine with my LG Slim Portable DVD Writer (mentioned in the GitHub repo) connected directly to a USB port on the RPi. The screen display is uglier than ever because of recent changes in moOde's WebUI, but that's a different issue.

I'm not sure what you mean by "Moode does not see the CD drive". Nothing is visible and nothing happens until you insert a CD into the drive.

If that's not working, then here's some things you can try-

My scripts can do nothing if Raspberry Pi OS doesn't detect the drive.
Here's what I see when I check my system using the lsusb and ls -l commands

Code:
pi@moode:~ $ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 0e8d:1887 MediaTek Inc.
Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
pi@moode:~ $ ls -l /dev/sr*
brw-r--r-- 1 root cdrom 11, 0 Jan  8 07:30 /dev/sr0

The first shows my drive is detected as USB device ID:0e8d:1887 (MediaTek wrote the firmware in its USB interface).
The second shows it is detected as a CD drive accessible through the pseudo-file /dev/sr0
If you don't see your drive appear when you run lsusb before and after connecting it, then perhaps you have insufficient power. Try using a powered USB hub.

If you don't see a /dev/sr0 or /dev/sr1 when you run the ls -l command then my software won't work. This is standard Linux stuff that has worked on my moOde players with every drive I've tried. Maybe try a different drive?

Regards,
Kent
PS - I don't know anything about Audiophonic kits. If they require modifications to the underlying Raspberry Pi OS there's an outside chance that some change has inteferred with the drive detection. This is pure speculation.

Kent,

place the USB player into the RPI
I have place an cd in the player but nothing happen

how can i see if the DVD drive seen by the RPI

Thanks
Reply
#56
(01-08-2021, 01:08 PM)Jempie Wrote:
(01-08-2021, 12:59 PM)TheOldPresbyope Wrote:
(01-08-2021, 11:54 AM)Jempie Wrote: Hi,

i have done with winSCP unzip moOdeCDPlay-master in the directory
log in with putty
pi@moode:~ $ cd /home/pi/moOdeCDPlay-master
pi@moode:~/moOdeCDPlay-master $ /bin/bash install.sh

and reboot, but Moode does not see the CD Drive

use RPI 3B with mini kit of audiophonics
DVD-RW / DVD-Rom & CD-RW Optische Driver Reader Writer

what did i missed

Thanks

I just installed moOdeCDPlay on an RPi4B running moOde 7.0.1.
Seems to be working fine with my LG Slim Portable DVD Writer (mentioned in the GitHub repo) connected directly to a USB port on the RPi. The screen display is uglier than ever because of recent changes in moOde's WebUI, but that's a different issue.

I'm not sure what you mean by "Moode does not see the CD drive". Nothing is visible and nothing happens until you insert a CD into the drive.

If that's not working, then here's some things you can try-

My scripts can do nothing if Raspberry Pi OS doesn't detect the drive.
Here's what I see when I check my system using the lsusb and ls -l commands

Code:
pi@moode:~ $ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 0e8d:1887 MediaTek Inc.
Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
pi@moode:~ $ ls -l /dev/sr*
brw-r--r-- 1 root cdrom 11, 0 Jan  8 07:30 /dev/sr0

The first shows my drive is detected as USB device ID:0e8d:1887 (MediaTek wrote the firmware in its USB interface).
The second shows it is detected as a CD drive accessible through the pseudo-file /dev/sr0
If you don't see your drive appear when you run lsusb before and after connecting it, then perhaps you have insufficient power. Try using a powered USB hub.

If you don't see a /dev/sr0 or /dev/sr1 when you run the ls -l command then my software won't work. This is standard Linux stuff that has worked on my moOde players with every drive I've tried. Maybe try a different drive?

Regards,
Kent
PS - I don't know anything about Audiophonic kits. If they require modifications to the underlying Raspberry Pi OS there's an outside chance that some change has inteferred with the drive detection. This is pure speculation.

Kent,

place the USB player into the RPI
I have place an cd in the player but nothing happen

how can i see if the DVD drive seen by the RPI

Thanks

Hi Jempie,
As suggested by Kent, would you try the 3 commands (via putty)
The commands are:

Code:
lsusb (with the CD player not connected)
lsusb (with the CD player connected)
ls -l /dev/sr* (with the CD player connected)


The results should help to understand if any problem 
Regards,
Francesco
Reply
#57
Francesco


pi@Moode:~ $ lsusb (NOT CONNECTED)
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
pi@Moode:~ $ lsusb (CONNECTED)
Bus 001 Device 004: ID 13fd:1040 Initio Corporation INIC-1511L PATA Bridge
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

pi@Moode:~ $ ls -l /dev/sr*
ls: cannot access '/dev/sr*': No such file or directory
Reply
#58
@Jempie 

Strange result. "Initio Corporation INIC-1511L PATA Bridge" is the name of the interface chip and not the product. "PATA" suggests the drive is old technology. The lack of any /dev/sr* entry suggests it isn't recognized as a drive by Linux.

What do you see in the output of the dmesg command after you plug in this drive?

Here's what I see at the end of the output just after I've plugged in my LG drive


Code:
pi@moode:~ $ dmesg
...
[ 7206.335484] usb 1-1.1.3: new high-speed USB device number 7 using dwc_otg
[ 7206.481284] usb 1-1.1.3: New USB device found, idVendor=0e8d, idProduct=1887, bcdDevice= 0.00
[ 7206.481299] usb 1-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 7206.481309] usb 1-1.1.3: Product: Portable Super Multi Drive
[ 7206.481318] usb 1-1.1.3: Manufacturer: Hitachi-LG Data Storage Inc
[ 7206.481327] usb 1-1.1.3: SerialNumber: M03J3E12019        
[ 7206.485555] usb-storage 1-1.1.3:1.0: USB Mass Storage device detected
[ 7206.492975] scsi host1: usb-storage 1-1.1.3:1.0
[ 7207.543291] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVDRAM GP65NB60  PF00 PQ: 0 ANSI: 0
[ 7207.544023] scsi 1:0:0:0: Attached scsi generic sg1 type 5
[ 7207.584802] sr 1:0:0:0: Power-on or device reset occurred
[ 7207.591616] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 7207.591635] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 7207.666591] sr 1:0:0:0: Attached scsi CD-ROM sr0


Note specifically that the drive is recognized as a storage device and mounted as device "sr0".

Note also that "cdda" appears in the features listed in the third line from the bottom. This means the drive is digital audio-capable.

Regards,
Kent
Reply
#59
(01-11-2021, 03:40 PM)TheOldPresbyope Wrote: @Jempie 

Strange result. "Initio Corporation INIC-1511L PATA Bridge" is the name of the interface chip and not the product. "PATA" suggests the drive is old technology. The lack of any /dev/sr* entry suggests it isn't recognized as a drive by Linux.

What do you see in the output of the dmesg command after you plug in this drive?

Here's what I see at the end of the output just after I've plugged in my LG drive


Code:
pi@moode:~ $ dmesg
...
[ 7206.335484] usb 1-1.1.3: new high-speed USB device number 7 using dwc_otg
[ 7206.481284] usb 1-1.1.3: New USB device found, idVendor=0e8d, idProduct=1887, bcdDevice= 0.00
[ 7206.481299] usb 1-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 7206.481309] usb 1-1.1.3: Product: Portable Super Multi Drive
[ 7206.481318] usb 1-1.1.3: Manufacturer: Hitachi-LG Data Storage Inc
[ 7206.481327] usb 1-1.1.3: SerialNumber: M03J3E12019        
[ 7206.485555] usb-storage 1-1.1.3:1.0: USB Mass Storage device detected
[ 7206.492975] scsi host1: usb-storage 1-1.1.3:1.0
[ 7207.543291] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVDRAM GP65NB60  PF00 PQ: 0 ANSI: 0
[ 7207.544023] scsi 1:0:0:0: Attached scsi generic sg1 type 5
[ 7207.584802] sr 1:0:0:0: Power-on or device reset occurred
[ 7207.591616] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 7207.591635] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 7207.666591] sr 1:0:0:0: Attached scsi CD-ROM sr0


Note specifically that the drive is recognized as a storage device and mounted as device "sr0".

Note also that "cdda" appears in the features listed in the third line from the bottom. This means the drive is digital audio-capable.

Regards,
Kent

Kent,

hereby dmesg

Code:
pi@moode:~ $ dmesg
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.4.51-v7+ (dom@buildbot) (gcc version 4.9.3 (cross                                                                                                                                                             tool-NG crosstool-ng-1.22.0-88-g8460611)) #1325 SMP Mon Jul 13 13:41:25 BST 2020
[    0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instructio                                                                                                                                                             n cache
[    0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Rev 1.2
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] Reserved memory: created CMA memory pool at 0x37400000, size 64 M                                                                                                                                                             iB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id share                                                                                                                                                             d-dma-pool
[    0.000000] On node 0 totalpages: 242688
[    0.000000]   Normal zone: 1896 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 242688 pages, LIFO batch:63
[    0.000000] percpu: Embedded 20 pages/cpu s49792 r8192 d23936 u81920
[    0.000000] pcpu-alloc: s49792 r8192 d23936 u81920 alloc=20*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 240792
[    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835                                                                                                                                                             .enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_headphones=1                                                                                                                                                              bcm2708_fb.fbwidth=640 bcm2708_fb.fbheight=480 bcm2708_fb.fbswap=1 vc_mem.mem_ba                                                                                                                                                             se=0x3ec00000 vc_mem.mem_size=0x40000000  net.ifnames=0 console=ttyAMA0,115200 c                                                                                                                                                             onsole=tty1 root=PARTUUID=2fed7fee-02 rootfstype=ext4 elevator=deadline fsck.rep                                                                                                                                                             air=yes rootwait
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes,                                                                                                                                                              linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, li                                                                                                                                                             near)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 882468K/970752K available (8192K kernel code, 680K rwdata                                                                                                                                                             , 2532K rodata, 1024K init, 824K bss, 22748K reserved, 65536K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 27959 entries in 55 pages
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jif                                                                                                                                                             fies.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] random: get_random_bytes called from start_kernel+0x328/0x4e8 wit                                                                                                                                                             h crng_init=0
[    0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles:                                                                                                                                                              0x46d987e47, max_idle_ns: 440795202767 ns
[    0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 43980                                                                                                                                                             46511078ns
[    0.000022] Switching to timer-based delay loop, resolution 52ns
[    0.000288] Console: colour dummy device 80x30
[    0.000876] printk: console [tty1] enabled
[    0.000945] Calibrating delay loop (skipped), value calculated using timer fr                                                                                                                                                             equency.. 38.40 BogoMIPS (lpj=192000)
[    0.000993] pid_max: default: 32768 minimum: 301
[    0.001339] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linea                                                                                                                                                             r)
[    0.001386] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes,                                                                                                                                                              linear)
[    0.002573] CPU: Testing write buffer coherency: ok
[    0.003148] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.004106] Setting up static identity map for 0x100000 - 0x10003c
[    0.004328] rcu: Hierarchical SRCU implementation.
[    0.005029] smp: Bringing up secondary CPUs ...
[    0.006166] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.007427] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.008581] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.008732] smp: Brought up 1 node, 4 CPUs
[    0.008822] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[    0.008851] CPU: All CPU(s) started in HYP mode.
[    0.008876] CPU: Virtualization extensions available.
[    0.009833] devtmpfs: initialized
[    0.026289] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3                                                                                                                                                              rev 4
[    0.026593] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma                                                                                                                                                             x_idle_ns: 19112604462750000 ns
[    0.026651] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.029672] pinctrl core: initialized pinctrl subsystem
[    0.030893] NET: Registered protocol family 16
[    0.035125] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[    0.041394] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint                                                                                                                                                              registers.
[    0.041435] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.041680] Serial: AMBA PL011 UART driver
[    0.043836] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[    0.070107] raspberrypi-firmware soc:firmware: Attached to firmware from 2020                                                                                                                                                             -07-13 13:57, variant start
[    0.080120] raspberrypi-firmware soc:firmware: Firmware hash is adcebbdb7b415                                                                                                                                                             c623931e80795ba3bae68dcc4fa
[    0.131102] bcm2835-dma 3f007000.dma: DMA legacy API manager, dmachans=0x1
[    0.133309] SCSI subsystem initialized
[    0.133581] usbcore: registered new interface driver usbfs
[    0.133674] usbcore: registered new interface driver hub
[    0.133824] usbcore: registered new device driver usb
[    0.135823] clocksource: Switched to clocksource arch_sys_counter
[    1.292816] VFS: Disk quotas dquot_6.6.0
[    1.292964] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.293168] FS-Cache: Loaded
[    1.293455] CacheFiles: Loaded
[    1.304714] thermal_sys: Registered thermal governor 'step_wise'
[    1.305091] NET: Registered protocol family 2
[    1.306449] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144                                                                                                                                                              bytes, linear)
[    1.306519] TCP established hash table entries: 8192 (order: 3, 32768 bytes,                                                                                                                                                              linear)
[    1.306660] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    1.306870] TCP: Hash tables configured (established 8192 bind 8192)
[    1.307054] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.307127] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.307440] NET: Registered protocol family 1
[    1.308247] RPC: Registered named UNIX socket transport module.
[    1.308279] RPC: Registered udp transport module.
[    1.308305] RPC: Registered tcp transport module.
[    1.308332] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.310138] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counter                                                                                                                                                             s available
[    1.313382] Initialise system trusted keyrings
[    1.313638] workingset: timestamp_bits=30 max_order=18 bucket_order=0
[    1.324138] FS-Cache: Netfs 'nfs' registered for caching
[    1.324811] NFS: Registering the id_resolver key type
[    1.324867] Key type id_resolver registered
[    1.324894] Key type id_legacy registered
[    1.324930] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.326210] Key type asymmetric registered
[    1.326241] Asymmetric key parser 'x509' registered
[    1.326309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2                                                                                                                                                             49)
[    1.326346] io scheduler mq-deadline registered
[    1.326373] io scheduler kyber registered
[    1.331590] bcm2708_fb soc:fb: FB found 1 display(s)
[    1.344279] Console: switching to colour frame buffer device 80x30
[    1.352259] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 640                                                                                                                                                             x480
[    1.361589] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[    1.366780] bcm2835-rng 3f104000.rng: hwrng registered
[    1.370237] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000                                                                                                                                                             000(1024 MiB)
[    1.376884] vc-sm: Videocore shared memory driver
[    1.380497] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f2                                                                                                                                                             00000
[    1.398177] brd: module loaded
[    1.412842] loop: module loaded
[    1.417257] Loading iSCSI transport class v2.0-870.
[    1.421145] libphy: Fixed MDIO Bus: probed
[    1.424226] usbcore: registered new interface driver lan78xx
[    1.427354] usbcore: registered new interface driver smsc95xx
[    1.430374] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    2.161585] Core Release: 2.80a
[    2.164506] Setting default values for core params
[    2.167528] Finished setting default values for core params
[    2.370859] Using Buffer DMA mode
[    2.373696] Periodic Transfer Interrupt Enhancement - disabled
[    2.376628] Multiprocessor Interrupt Enhancement - disabled
[    2.379592] OTG VER PARAM: 0, OTG VER FLAG: 0
[    2.382538] Dedicated Tx FIFOs mode
[    2.385919] WARN::dwc_otg_hcd_init:1074: FIQ DMA bounce buffers: virt = b7504                                                                                                                                                             000 dma = 0xf7504000 len=9024
[    2.391768] FIQ FSM acceleration enabled for :
              Non-periodic Split Transactions
              Periodic Split Transactions
              High-Speed Isochronous Endpoints
              Interrupt/Control Split Transaction hack enabled
[    2.405436] dwc_otg: Microframe scheduler enabled
[    2.405505] WARN::hcd_init_fiq:457: FIQ on core 1
[    2.408125] WARN::hcd_init_fiq:458: FIQ ASM at 806bdc88 length 36
[    2.410678] WARN::hcd_init_fiq:497: MPHI regs_base at bb810000
[    2.413242] dwc_otg 3f980000.usb: DWC OTG Controller
[    2.415890] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number                                                                                                                                                              1
[    2.421104] dwc_otg 3f980000.usb: irq 56, io mem 0x00000000
[    2.423837] Init: Port Power? op_state=1
[    2.426589] Init: Power Port (0)
[    2.429619] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bc                                                                                                                                                             dDevice= 5.04
[    2.435079] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=                                                                                                                                                             1
[    2.440758] usb usb1: Product: DWC OTG Controller
[    2.443638] usb usb1: Manufacturer: Linux 5.4.51-v7+ dwc_otg_hcd
[    2.446552] usb usb1: SerialNumber: 3f980000.usb
[    2.450128] hub 1-0:1.0: USB hub found
[    2.453010] hub 1-0:1.0: 1 port detected
[    2.456569] dwc_otg: FIQ enabled
[    2.456579] dwc_otg: NAK holdoff enabled
[    2.456588] dwc_otg: FIQ split-transaction FSM enabled
[    2.456603] Module dwc_common_port init
[    2.456940] usbcore: registered new interface driver usb-storage
[    2.459909] mousedev: PS/2 mouse device common for all mice
[    2.464108] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[    2.469179] sdhci: Secure Digital Host Controller Interface driver
[    2.472054] sdhci: Copyright(c) Pierre Ossman
[    2.475503] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe
[    2.479156] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
[    2.482381] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.487297] ledtrig-cpu: registered to indicate activity on CPUs
[    2.490594] hidraw: raw HID events driver (C) Jiri Kosina
[    2.493844] usbcore: registered new interface driver usbhid
[    2.496963] usbhid: USB HID core driver
[    2.500956] vchiq: vchiq_init_state: slot_zero = (ptrval)
[    2.505708] [vc_sm_connected_init]: start
[    2.514638] [vc_sm_connected_init]: end - returning 0
[    2.519184] Initializing XFRM netlink socket
[    2.522133] NET: Registered protocol family 17
[    2.525103] Key type dns_resolver registered
[    2.528607] Registering SWP/SWPB emulation handler
[    2.531631] registered taskstats version 1
[    2.534316] Loading compiled-in X.509 certificates
[    2.537506] Key type ._fscrypt registered
[    2.540173] Key type .fscrypt registered
[    2.553056] uart-pl011 3f201000.serial: cts_event_workaround enabled
[    2.555993] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 81, base_baud                                                                                                                                                              = 0) is a PL011 rev2
[    3.531920] printk: console [ttyAMA0] enabled
[    3.541191] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains drive                                                                                                                                                             r
[    3.555505] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
[    3.564397] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
[    3.599247] sdhost: log_buf @ (ptrval) (f7507000)
[    3.643616] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    3.652035] Indeed it is in host mode hprt0 = 00021501
[    3.719984] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[    3.730771] of_cfs_init
[    3.736189] of_cfs_init: OK
[    3.740458] random: fast init done
[    3.748116] Waiting for root device PARTUUID=2fed7fee-02...
[    3.749493] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    3.766692] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    3.777761] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    3.816717] mmc0: host does not support reading read-only switch, assuming wr                                                                                                                                                             ite-enable
[    3.833153] mmc0: new high speed SDHC card at address 0001
[    3.842518] mmcblk0: mmc0:0001 SD8GB 7.28 GiB
[    3.852690]  mmcblk0: p1 p2
[    3.875873] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    3.885255] Indeed it is in host mode hprt0 = 00001101
[    3.887777] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. O                                                                                                                                                             pts: (null)
[    3.906711] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    3.925238] devtmpfs: mounted
[    3.955298] Freeing unused kernel memory: 1024K
[    3.976295] Run /sbin/init as init process
[    3.999825] mmc1: new high speed SDIO card at address 0001
[    4.126251] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcd                                                                                                                                                             Device= 2.00
[    4.140014] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.150843] hub 1-1:1.0: USB hub found
[    4.157619] hub 1-1:1.0: 5 ports detected
[    4.475908] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    4.616223] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, b                                                                                                                                                             cdDevice= 2.00
[    4.630621] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber                                                                                                                                                             =0
[    4.647146] smsc95xx v1.0.6
[    4.690332] systemd[1]: System time before build time, advancing clock.
[    4.740301] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-                                                                                                                                                             1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:f2:33:c6
[    4.856026] usb 1-1.3: new high-speed USB device number 4 using dwc_otg
[    4.878733] NET: Registered protocol family 10
[    4.888103] Segment Routing with IPv6
[    4.944938] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SEL                                                                                                                                                             INUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +                                                                                                                                                             XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybr                                                                                                                                                             id)
[    4.980969] systemd[1]: Detected architecture arm.
[    5.007173] usb 1-1.3: New USB device found, idVendor=13fd, idProduct=1040, b                                                                                                                                                             cdDevice= 1.06
[    5.022536] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber                                                                                                                                                             =3
[    5.060037] usb 1-1.3: Product: INIC-1511
[    5.068118] usb 1-1.3: Manufacturer: Initio
[    5.075657] usb 1-1.3: SerialNumber: 00000000000000000
[    5.085015] usb-storage 1-1.3:1.0: USB Mass Storage device detected
[    5.095744] scsi host0: usb-storage 1-1.3:1.0
[    5.127231] systemd[1]: Set hostname to <moode>.
[    5.340495] uart-pl011 3f201000.serial: no DMA platform data
[    5.921654] random: systemd: uninitialized urandom read (16 bytes read)
[    5.965133] systemd[1]: /lib/systemd/system/winbind.service:8: PIDFile= refer                                                                                                                                                             ences path below legacy directory /var/run/, updating /var/run/samba/winbindd.pi                                                                                                                                                             d → /run/samba/winbindd.pid; please update the unit file accordingly.
[    6.076899] systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= referenc                                                                                                                                                             es path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /ru                                                                                                                                                             n/samba/smbd.pid; please update the unit file accordingly.
[    6.147686] systemd[1]: /lib/systemd/system/mpd.service:8: CPU scheduling pri                                                                                                                                                             ority is out of range, ignoring: 43
[    6.165117] scsi 0:0:0:0: Direct-Access     Initio   INIC-1511        1.06 PQ                                                                                                                                                             : 0 ANSI: 0
[    6.176733] systemd[1]: /lib/systemd/system/nmbd.service:9: PIDFile= referenc                                                                                                                                                             es path below legacy directory /var/run/, updating /var/run/samba/nmbd.pid → /ru                                                                                                                                                             n/samba/nmbd.pid; please update the unit file accordingly.
[    6.272676] random: systemd: uninitialized urandom read (16 bytes read)
[    6.312587] systemd[1]: Listening on RPCbind Server Activation Socket.
[    6.327644] random: systemd: uninitialized urandom read (16 bytes read)
[    6.338500] systemd[1]: Started Dispatch Password Requests to Console Directo                                                                                                                                                             ry Watch.
[    6.359460] systemd[1]: Listening on Journal Socket.
[    6.366405] sd 0:0:0:0: [sda] Unit Not Ready
[    6.376383] sd 0:0:0:0: [sda] Sense Key : 0x4 [current]
[    6.376398] sd 0:0:0:0: [sda] ASC=0x0 ASCQ=0x0
[    7.006642] sd 0:0:0:0: [sda] Read Capacity(10) failed: Result: hostbyte=0x07                                                                                                                                                              driverbyte=0x08
[    7.006667] sd 0:0:0:0: [sda] Sense Key : 0x4 [current]
[    7.006684] sd 0:0:0:0: [sda] ASC=0x0 ASCQ=0x0
[    7.006708] sd 0:0:0:0: [sda] 0 512-byte logical blocks: (0 B/0 B)
[    7.006723] sd 0:0:0:0: [sda] 0-byte physical blocks
[    7.206561] sd 0:0:0:0: [sda] Write Protect is off
[    7.206585] sd 0:0:0:0: [sda] Mode Sense: 00 00 00 00
[    7.226834] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    7.325407] systemd-journald[130]: Received request to flush runtime journal                                                                                                                                                              from PID 1
[    7.407481] sd 0:0:0:0: [sda] Asking for cache data failed
[    7.407504] sd 0:0:0:0: [sda] Assuming drive cache: write through
[    7.756549] sd 0:0:0:0: [sda] Unit Not Ready
[    7.756577] sd 0:0:0:0: [sda] Sense Key : 0x4 [current]
[    7.756593] sd 0:0:0:0: [sda] ASC=0x0 ASCQ=0x0
[    7.756614] sd 0:0:0:0: [sda] Attached SCSI removable disk
[    7.970197] Registered IR keymap rc-rc6-mce
[    7.989200] IR RC6 protocol handler initialized
[    8.026347] rc rc0: gpio_ir_recv as /devices/platform/ir-receiver@4/rc/rc0
[    8.026569] rc rc0: lirc_dev: driver gpio_ir_recv registered at minor = 0, ra                                                                                                                                                             w IR receiver, no transmitter
[    8.026842] input: gpio_ir_recv as /devices/platform/ir-receiver@4/rc/rc0/inp                                                                                                                                                             ut0
[    8.113983] vc_sm_cma: module is from the staging directory, the quality is u                                                                                                                                                             nknown, you have been warned.
[    8.129872] mc: Linux media interface: v0.10
[    8.131630] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[    8.131657] [vc_sm_connected_init]: start
[    8.135353] [vc_sm_connected_init]: installed successfully
[    8.193175] videodev: Linux video capture interface: v2.00
[    8.248355] bcm2835_mmal_vchiq: module is from the staging directory, the qua                                                                                                                                                             lity is unknown, you have been warned.
[    8.250941] bcm2835_mmal_vchiq: module is from the staging directory, the qua                                                                                                                                                             lity is unknown, you have been warned.
[    8.251990] bcm2835_mmal_vchiq: module is from the staging directory, the qua                                                                                                                                                             lity is unknown, you have been warned.
[    8.265436] bcm2835_v4l2: module is from the staging directory, the quality i                                                                                                                                                             s unknown, you have been warned.
[    8.270109] bcm2835_isp: module is from the staging directory, the quality is                                                                                                                                                              unknown, you have been warned.
[    8.293028] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev                                                                                                                                                             /video13
[    8.294144] bcm2835_codec: module is from the staging directory, the quality                                                                                                                                                              is unknown, you have been warned.
[    8.307431] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /de                                                                                                                                                             v/video14
[    8.308852] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /de                                                                                                                                                             v/video15
[    8.309428] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/                                                                                                                                                             video16
[    8.309468] bcm2835-isp bcm2835-isp: Register output node 0 with media contro                                                                                                                                                             ller
[    8.309489] bcm2835-isp bcm2835-isp: Register capture node 1 with media contr                                                                                                                                                             oller
[    8.309509] bcm2835-isp bcm2835-isp: Register capture node 2 with media contr                                                                                                                                                             oller
[    8.309527] bcm2835-isp bcm2835-isp: Register capture node 3 with media contr                                                                                                                                                             oller
[    8.309810] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[    8.317321] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[    8.317374] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[    8.325214] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[    8.325263] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[    8.339080] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[    8.339139] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[    8.651768] snd-rpi-i-sabre-q2m soc:sound: ASoC: failed to init link I-Sabre                                                                                                                                                              Q2M: -517
[    8.651845] snd-rpi-i-sabre-q2m soc:sound: snd_soc_register_card() failed: -5                                                                                                                                                             17
[    8.791118] cfg80211: Loading compiled-in X.509 certificates for regulatory d                                                                                                                                                             atabase
[    8.926476] usbcore: registered new interface driver uas
[    8.989219] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    9.069291] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    9.144704] brcmfmac: F1 signature read @0x18000000=0x1541a9a6
[    9.152713] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio f                                                                                                                                                             or chip BCM43430/1
[    9.153047] usbcore: registered new interface driver brcmfmac
[    9.153528] snd-rpi-i-sabre-q2m soc:sound: ASoC: failed to init link I-Sabre                                                                                                                                                              Q2M: -517
[    9.153545] snd-rpi-i-sabre-q2m soc:sound: snd_soc_register_card() failed: -5                                                                                                                                                             17
[    9.215951] snd-rpi-i-sabre-q2m soc:sound: ASoC: failed to init link I-Sabre                                                                                                                                                              Q2M: -517
[    9.215985] snd-rpi-i-sabre-q2m soc:sound: snd_soc_register_card() failed: -5                                                                                                                                                             17
[    9.241071] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43430                                                                                                                                                             -sdio.raspberrypi,3-model-b.txt failed with error -2
[    9.463152] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio f                                                                                                                                                             or chip BCM43430/1
[    9.463290] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2                                                                                                                                                             ), device may have limited channels available
[    9.464149] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/1 wl0: Oct 22                                                                                                                                                              2019 01:59:28 version 7.45.98.94 (r723000 CY) FWID 01-3b33decd
[    9.868594] sd 0:0:0:0: [sda] Unit Not Ready
[    9.868685] sd 0:0:0:0: [sda] Sense Key : 0x4 [current]
[    9.868760] sd 0:0:0:0: [sda] ASC=0x0 ASCQ=0x0
[   10.066490] sd 0:0:0:0: ioctl_internal_command return code = 8070000
[   10.066511] sd 0:0:0:0: Sense Key : 0x4 [current]
[   10.066549] sd 0:0:0:0: ASC=0x0 ASCQ=0x0
[   10.072059] snd-rpi-i-sabre-q2m soc:sound: ASoC: failed to init link I-Sabre                                                                                                                                                              Q2M: -517
[   10.072080] snd-rpi-i-sabre-q2m soc:sound: snd_soc_register_card() failed: -5                                                                                                                                                             17
[   10.122703] snd-rpi-i-sabre-q2m soc:sound: ASoC: failed to init link I-Sabre                                                                                                                                                              Q2M: -517
[   10.122723] snd-rpi-i-sabre-q2m soc:sound: snd_soc_register_card() failed: -5                                                                                                                                                             17
[   10.182005] snd-rpi-i-sabre-q2m soc:sound: Audiophonics Device ID : FF
[   10.182831] snd-rpi-i-sabre-q2m soc:sound: Audiophonics API revision : FF
[   10.185423] snd-rpi-i-sabre-q2m soc:sound: i-sabre-codec-i2c.1-0048 <-> 3f203                                                                                                                                                             000.i2s mapping ok
[   10.267157] sd 0:0:0:0: [sda] Unit Not Ready
[   10.267254] sd 0:0:0:0: [sda] Sense Key : 0x4 [current]
[   10.267330] sd 0:0:0:0: [sda] ASC=0x0 ASCQ=0x0
[   10.616612] sd 0:0:0:0: ioctl_internal_command return code = 8070000
[   10.616642] sd 0:0:0:0: Sense Key : 0x4 [current]
[   10.616676] sd 0:0:0:0: ASC=0x0 ASCQ=0x0
[   10.856482] sd 0:0:0:0: ioctl_internal_command return code = 8070000
[   10.856507] sd 0:0:0:0: Sense Key : 0x4 [current]
[   10.856522] sd 0:0:0:0: ASC=0x0 ASCQ=0x0
[   11.253733] sd 0:0:0:0: ioctl_internal_command return code = 8070000
[   11.253755] sd 0:0:0:0: Sense Key : 0x4 [current]
[   11.253771] sd 0:0:0:0: ASC=0x0 ASCQ=0x0
[   11.401875] random: crng init done
[   11.401892] random: 7 urandom warning(s) missed due to ratelimiting
[   11.587276] 8021q: 802.1Q VLAN Support v1.8
[   12.014952] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[   12.015892] rc rc0: two consecutive events of type space
[   12.638892] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[   13.732315] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   15.060407] ICMPv6: process `dhcpcd' is using deprecated sysctl (syscall) net                                                                                                                                                             .ipv6.neigh.wlan0.retrans_time - use net.ipv6.neigh.wlan0.retrans_time_ms instea                                                                                                                                                             d
pi@moode:~ $
Reply
#60
(01-12-2021, 08:41 AM)Jempie Wrote:
(01-11-2021, 03:40 PM)TheOldPresbyope Wrote: @Jempie 

Strange result. "Initio Corporation INIC-1511L PATA Bridge" is the name of the interface chip and not the product. "PATA" suggests the drive is old technology. The lack of any /dev/sr* entry suggests it isn't recognized as a drive by Linux.

What do you see in the output of the dmesg command after you plug in this drive?

Here's what I see at the end of the output just after I've plugged in my LG drive


Code:
pi@moode:~ $ dmesg
...
[ 7206.335484] usb 1-1.1.3: new high-speed USB device number 7 using dwc_otg
[ 7206.481284] usb 1-1.1.3: New USB device found, idVendor=0e8d, idProduct=1887, bcdDevice= 0.00
[ 7206.481299] usb 1-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 7206.481309] usb 1-1.1.3: Product: Portable Super Multi Drive
[ 7206.481318] usb 1-1.1.3: Manufacturer: Hitachi-LG Data Storage Inc
[ 7206.481327] usb 1-1.1.3: SerialNumber: M03J3E12019        
[ 7206.485555] usb-storage 1-1.1.3:1.0: USB Mass Storage device detected
[ 7206.492975] scsi host1: usb-storage 1-1.1.3:1.0
[ 7207.543291] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVDRAM GP65NB60  PF00 PQ: 0 ANSI: 0
[ 7207.544023] scsi 1:0:0:0: Attached scsi generic sg1 type 5
[ 7207.584802] sr 1:0:0:0: Power-on or device reset occurred
[ 7207.591616] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 7207.591635] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 7207.666591] sr 1:0:0:0: Attached scsi CD-ROM sr0


Note specifically that the drive is recognized as a storage device and mounted as device "sr0".

Note also that "cdda" appears in the features listed in the third line from the bottom. This means the drive is digital audio-capable.

Regards,
Kent

Kent,

hereby dmesg

Code:
pi@moode:~ $ dmesg
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.4.51-v7+ (dom@buildbot) (gcc version 4.9.3 (cross                                                                                                                                                             tool-NG crosstool-ng-1.22.0-88-g8460611)) #1325 SMP Mon Jul 13 13:41:25 BST 2020
[    0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instructio                                                                                                                                                             n cache
[    0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Rev 1.2
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] Reserved memory: created CMA memory pool at 0x37400000, size 64 M                                                                                                                                                             iB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id share                                                                                                                                                             d-dma-pool
[    0.000000] On node 0 totalpages: 242688
[    0.000000]   Normal zone: 1896 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 242688 pages, LIFO batch:63
[    0.000000] percpu: Embedded 20 pages/cpu s49792 r8192 d23936 u81920
[    0.000000] pcpu-alloc: s49792 r8192 d23936 u81920 alloc=20*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 240792
[    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835                                                                                                                                                             .enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_headphones=1                                                                                                                                                              bcm2708_fb.fbwidth=640 bcm2708_fb.fbheight=480 bcm2708_fb.fbswap=1 vc_mem.mem_ba                                                                                                                                                             se=0x3ec00000 vc_mem.mem_size=0x40000000  net.ifnames=0 console=ttyAMA0,115200 c                                                                                                                                                             onsole=tty1 root=PARTUUID=2fed7fee-02 rootfstype=ext4 elevator=deadline fsck.rep                                                                                                                                                             air=yes rootwait
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes,                                                                                                                                                              linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, li                                                                                                                                                             near)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 882468K/970752K available (8192K kernel code, 680K rwdata                                                                                                                                                             , 2532K rodata, 1024K init, 824K bss, 22748K reserved, 65536K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 27959 entries in 55 pages
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jif                                                                                                                                                             fies.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] random: get_random_bytes called from start_kernel+0x328/0x4e8 wit                                                                                                                                                             h crng_init=0
[    0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles:                                                                                                                                                              0x46d987e47, max_idle_ns: 440795202767 ns
[    0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 43980                                                                                                                                                             46511078ns
[    0.000022] Switching to timer-based delay loop, resolution 52ns
[    0.000288] Console: colour dummy device 80x30
[    0.000876] printk: console [tty1] enabled
[    0.000945] Calibrating delay loop (skipped), value calculated using timer fr                                                                                                                                                             equency.. 38.40 BogoMIPS (lpj=192000)
[    0.000993] pid_max: default: 32768 minimum: 301
[    0.001339] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linea                                                                                                                                                             r)
[    0.001386] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes,                                                                                                                                                              linear)
[    0.002573] CPU: Testing write buffer coherency: ok
[    0.003148] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.004106] Setting up static identity map for 0x100000 - 0x10003c
[    0.004328] rcu: Hierarchical SRCU implementation.
[    0.005029] smp: Bringing up secondary CPUs ...
[    0.006166] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.007427] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.008581] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.008732] smp: Brought up 1 node, 4 CPUs
[    0.008822] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[    0.008851] CPU: All CPU(s) started in HYP mode.
[    0.008876] CPU: Virtualization extensions available.
[    0.009833] devtmpfs: initialized
[    0.026289] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3                                                                                                                                                              rev 4
[    0.026593] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma                                                                                                                                                             x_idle_ns: 19112604462750000 ns
[    0.026651] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.029672] pinctrl core: initialized pinctrl subsystem
[    0.030893] NET: Registered protocol family 16
[    0.035125] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[    0.041394] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint                                                                                                                                                              registers.
[    0.041435] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.041680] Serial: AMBA PL011 UART driver
[    0.043836] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[    0.070107] raspberrypi-firmware soc:firmware: Attached to firmware from 2020                                                                                                                                                             -07-13 13:57, variant start
[    0.080120] raspberrypi-firmware soc:firmware: Firmware hash is adcebbdb7b415                                                                                                                                                             c623931e80795ba3bae68dcc4fa
[    0.131102] bcm2835-dma 3f007000.dma: DMA legacy API manager, dmachans=0x1
[    0.133309] SCSI subsystem initialized
[    0.133581] usbcore: registered new interface driver usbfs
[    0.133674] usbcore: registered new interface driver hub
[    0.133824] usbcore: registered new device driver usb
[    0.135823] clocksource: Switched to clocksource arch_sys_counter
[    1.292816] VFS: Disk quotas dquot_6.6.0
[    1.292964] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.293168] FS-Cache: Loaded
[    1.293455] CacheFiles: Loaded
[    1.304714] thermal_sys: Registered thermal governor 'step_wise'
[    1.305091] NET: Registered protocol family 2
[    1.306449] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144                                                                                                                                                              bytes, linear)
[    1.306519] TCP established hash table entries: 8192 (order: 3, 32768 bytes,                                                                                                                                                              linear)
[    1.306660] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    1.306870] TCP: Hash tables configured (established 8192 bind 8192)
[    1.307054] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.307127] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.307440] NET: Registered protocol family 1
[    1.308247] RPC: Registered named UNIX socket transport module.
[    1.308279] RPC: Registered udp transport module.
[    1.308305] RPC: Registered tcp transport module.
[    1.308332] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.310138] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counter                                                                                                                                                             s available
[    1.313382] Initialise system trusted keyrings
[    1.313638] workingset: timestamp_bits=30 max_order=18 bucket_order=0
[    1.324138] FS-Cache: Netfs 'nfs' registered for caching
[    1.324811] NFS: Registering the id_resolver key type
[    1.324867] Key type id_resolver registered
[    1.324894] Key type id_legacy registered
[    1.324930] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.326210] Key type asymmetric registered
[    1.326241] Asymmetric key parser 'x509' registered
[    1.326309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2                                                                                                                                                             49)
[    1.326346] io scheduler mq-deadline registered
[    1.326373] io scheduler kyber registered
[    1.331590] bcm2708_fb soc:fb: FB found 1 display(s)
[    1.344279] Console: switching to colour frame buffer device 80x30
[    1.352259] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 640                                                                                                                                                             x480
[    1.361589] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[    1.366780] bcm2835-rng 3f104000.rng: hwrng registered
[    1.370237] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000                                                                                                                                                             000(1024 MiB)
[    1.376884] vc-sm: Videocore shared memory driver
[    1.380497] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f2                                                                                                                                                             00000
[    1.398177] brd: module loaded
[    1.412842] loop: module loaded
[    1.417257] Loading iSCSI transport class v2.0-870.
[    1.421145] libphy: Fixed MDIO Bus: probed
[    1.424226] usbcore: registered new interface driver lan78xx
[    1.427354] usbcore: registered new interface driver smsc95xx
[    1.430374] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    2.161585] Core Release: 2.80a
[    2.164506] Setting default values for core params
[    2.167528] Finished setting default values for core params
[    2.370859] Using Buffer DMA mode
[    2.373696] Periodic Transfer Interrupt Enhancement - disabled
[    2.376628] Multiprocessor Interrupt Enhancement - disabled
[    2.379592] OTG VER PARAM: 0, OTG VER FLAG: 0
[    2.382538] Dedicated Tx FIFOs mode
[    2.385919] WARN::dwc_otg_hcd_init:1074: FIQ DMA bounce buffers: virt = b7504                                                                                                                                                             000 dma = 0xf7504000 len=9024
[    2.391768] FIQ FSM acceleration enabled for :
              Non-periodic Split Transactions
              Periodic Split Transactions
              High-Speed Isochronous Endpoints
              Interrupt/Control Split Transaction hack enabled
[    2.405436] dwc_otg: Microframe scheduler enabled
[    2.405505] WARN::hcd_init_fiq:457: FIQ on core 1
[    2.408125] WARN::hcd_init_fiq:458: FIQ ASM at 806bdc88 length 36
[    2.410678] WARN::hcd_init_fiq:497: MPHI regs_base at bb810000
[    2.413242] dwc_otg 3f980000.usb: DWC OTG Controller
[    2.415890] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number                                                                                                                                                              1
[    2.421104] dwc_otg 3f980000.usb: irq 56, io mem 0x00000000
[    2.423837] Init: Port Power? op_state=1
[    2.426589] Init: Power Port (0)
[    2.429619] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bc                                                                                                                                                             dDevice= 5.04
[    2.435079] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=                                                                                                                                                             1
[    2.440758] usb usb1: Product: DWC OTG Controller
[    2.443638] usb usb1: Manufacturer: Linux 5.4.51-v7+ dwc_otg_hcd
[    2.446552] usb usb1: SerialNumber: 3f980000.usb
[    2.450128] hub 1-0:1.0: USB hub found
[    2.453010] hub 1-0:1.0: 1 port detected
[    2.456569] dwc_otg: FIQ enabled
[    2.456579] dwc_otg: NAK holdoff enabled
[    2.456588] dwc_otg: FIQ split-transaction FSM enabled
[    2.456603] Module dwc_common_port init
[    2.456940] usbcore: registered new interface driver usb-storage
[    2.459909] mousedev: PS/2 mouse device common for all mice
[    2.464108] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[    2.469179] sdhci: Secure Digital Host Controller Interface driver
[    2.472054] sdhci: Copyright(c) Pierre Ossman
[    2.475503] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe
[    2.479156] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
[    2.482381] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.487297] ledtrig-cpu: registered to indicate activity on CPUs
[    2.490594] hidraw: raw HID events driver (C) Jiri Kosina
[    2.493844] usbcore: registered new interface driver usbhid
[    2.496963] usbhid: USB HID core driver
[    2.500956] vchiq: vchiq_init_state: slot_zero = (ptrval)
[    2.505708] [vc_sm_connected_init]: start
[    2.514638] [vc_sm_connected_init]: end - returning 0
[    2.519184] Initializing XFRM netlink socket
[    2.522133] NET: Registered protocol family 17
[    2.525103] Key type dns_resolver registered
[    2.528607] Registering SWP/SWPB emulation handler
[    2.531631] registered taskstats version 1
[    2.534316] Loading compiled-in X.509 certificates
[    2.537506] Key type ._fscrypt registered
[    2.540173] Key type .fscrypt registered
[    2.553056] uart-pl011 3f201000.serial: cts_event_workaround enabled
[    2.555993] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 81, base_baud                                                                                                                                                              = 0) is a PL011 rev2
[    3.531920] printk: console [ttyAMA0] enabled
[    3.541191] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains drive                                                                                                                                                             r
[    3.555505] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
[    3.564397] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
[    3.599247] sdhost: log_buf @ (ptrval) (f7507000)
[    3.643616] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    3.652035] Indeed it is in host mode hprt0 = 00021501
[    3.719984] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[    3.730771] of_cfs_init
[    3.736189] of_cfs_init: OK
[    3.740458] random: fast init done
[    3.748116] Waiting for root device PARTUUID=2fed7fee-02...
[    3.749493] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    3.766692] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    3.777761] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    3.816717] mmc0: host does not support reading read-only switch, assuming wr                                                                                                                                                             ite-enable
[    3.833153] mmc0: new high speed SDHC card at address 0001
[    3.842518] mmcblk0: mmc0:0001 SD8GB 7.28 GiB
[    3.852690]  mmcblk0: p1 p2
[    3.875873] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    3.885255] Indeed it is in host mode hprt0 = 00001101
[    3.887777] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. O                                                                                                                                                             pts: (null)
[    3.906711] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    3.925238] devtmpfs: mounted
[    3.955298] Freeing unused kernel memory: 1024K
[    3.976295] Run /sbin/init as init process
[    3.999825] mmc1: new high speed SDIO card at address 0001
[    4.126251] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcd                                                                                                                                                             Device= 2.00
[    4.140014] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.150843] hub 1-1:1.0: USB hub found
[    4.157619] hub 1-1:1.0: 5 ports detected
[    4.475908] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    4.616223] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, b                                                                                                                                                             cdDevice= 2.00
[    4.630621] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber                                                                                                                                                             =0
[    4.647146] smsc95xx v1.0.6
[    4.690332] systemd[1]: System time before build time, advancing clock.
[    4.740301] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-                                                                                                                                                             1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:f2:33:c6
[    4.856026] usb 1-1.3: new high-speed USB device number 4 using dwc_otg
[    4.878733] NET: Registered protocol family 10
[    4.888103] Segment Routing with IPv6
[    4.944938] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SEL                                                                                                                                                             INUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +                                                                                                                                                             XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybr                                                                                                                                                             id)
[    4.980969] systemd[1]: Detected architecture arm.
[    5.007173] usb 1-1.3: New USB device found, idVendor=13fd, idProduct=1040, b                                                                                                                                                             cdDevice= 1.06
[    5.022536] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber                                                                                                                                                             =3
[    5.060037] usb 1-1.3: Product: INIC-1511
[    5.068118] usb 1-1.3: Manufacturer: Initio
[    5.075657] usb 1-1.3: SerialNumber: 00000000000000000
[    5.085015] usb-storage 1-1.3:1.0: USB Mass Storage device detected
[    5.095744] scsi host0: usb-storage 1-1.3:1.0
[    5.127231] systemd[1]: Set hostname to <moode>.
[    5.340495] uart-pl011 3f201000.serial: no DMA platform data
[    5.921654] random: systemd: uninitialized urandom read (16 bytes read)
[    5.965133] systemd[1]: /lib/systemd/system/winbind.service:8: PIDFile= refer                                                                                                                                                             ences path below legacy directory /var/run/, updating /var/run/samba/winbindd.pi                                                                                                                                                             d → /run/samba/winbindd.pid; please update the unit file accordingly.
[    6.076899] systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= referenc                                                                                                                                                             es path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /ru                                                                                                                                                             n/samba/smbd.pid; please update the unit file accordingly.
[    6.147686] systemd[1]: /lib/systemd/system/mpd.service:8: CPU scheduling pri                                                                                                                                                             ority is out of range, ignoring: 43
[    6.165117] scsi 0:0:0:0: Direct-Access     Initio   INIC-1511        1.06 PQ                                                                                                                                                             : 0 ANSI: 0
[    6.176733] systemd[1]: /lib/systemd/system/nmbd.service:9: PIDFile= referenc                                                                                                                                                             es path below legacy directory /var/run/, updating /var/run/samba/nmbd.pid → /ru                                                                                                                                                             n/samba/nmbd.pid; please update the unit file accordingly.
[    6.272676] random: systemd: uninitialized urandom read (16 bytes read)
[    6.312587] systemd[1]: Listening on RPCbind Server Activation Socket.
[    6.327644] random: systemd: uninitialized urandom read (16 bytes read)
[    6.338500] systemd[1]: Started Dispatch Password Requests to Console Directo                                                                                                                                                             ry Watch.
[    6.359460] systemd[1]: Listening on Journal Socket.
[    6.366405] sd 0:0:0:0: [sda] Unit Not Ready
[    6.376383] sd 0:0:0:0: [sda] Sense Key : 0x4 [current]
[    6.376398] sd 0:0:0:0: [sda] ASC=0x0 ASCQ=0x0
[    7.006642] sd 0:0:0:0: [sda] Read Capacity(10) failed: Result: hostbyte=0x07                                                                                                                                                              driverbyte=0x08
[    7.006667] sd 0:0:0:0: [sda] Sense Key : 0x4 [current]
[    7.006684] sd 0:0:0:0: [sda] ASC=0x0 ASCQ=0x0
[    7.006708] sd 0:0:0:0: [sda] 0 512-byte logical blocks: (0 B/0 B)
[    7.006723] sd 0:0:0:0: [sda] 0-byte physical blocks
[    7.206561] sd 0:0:0:0: [sda] Write Protect is off
[    7.206585] sd 0:0:0:0: [sda] Mode Sense: 00 00 00 00
[    7.226834] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    7.325407] systemd-journald[130]: Received request to flush runtime journal                                                                                                                                                              from PID 1
[    7.407481] sd 0:0:0:0: [sda] Asking for cache data failed
[    7.407504] sd 0:0:0:0: [sda] Assuming drive cache: write through
[    7.756549] sd 0:0:0:0: [sda] Unit Not Ready
[    7.756577] sd 0:0:0:0: [sda] Sense Key : 0x4 [current]
[    7.756593] sd 0:0:0:0: [sda] ASC=0x0 ASCQ=0x0
[    7.756614] sd 0:0:0:0: [sda] Attached SCSI removable disk
[    7.970197] Registered IR keymap rc-rc6-mce
[    7.989200] IR RC6 protocol handler initialized
[    8.026347] rc rc0: gpio_ir_recv as /devices/platform/ir-receiver@4/rc/rc0
[    8.026569] rc rc0: lirc_dev: driver gpio_ir_recv registered at minor = 0, ra                                                                                                                                                             w IR receiver, no transmitter
[    8.026842] input: gpio_ir_recv as /devices/platform/ir-receiver@4/rc/rc0/inp                                                                                                                                                             ut0
[    8.113983] vc_sm_cma: module is from the staging directory, the quality is u                                                                                                                                                             nknown, you have been warned.
[    8.129872] mc: Linux media interface: v0.10
[    8.131630] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[    8.131657] [vc_sm_connected_init]: start
[    8.135353] [vc_sm_connected_init]: installed successfully
[    8.193175] videodev: Linux video capture interface: v2.00
[    8.248355] bcm2835_mmal_vchiq: module is from the staging directory, the qua                                                                                                                                                             lity is unknown, you have been warned.
[    8.250941] bcm2835_mmal_vchiq: module is from the staging directory, the qua                                                                                                                                                             lity is unknown, you have been warned.
[    8.251990] bcm2835_mmal_vchiq: module is from the staging directory, the qua                                                                                                                                                             lity is unknown, you have been warned.
[    8.265436] bcm2835_v4l2: module is from the staging directory, the quality i                                                                                                                                                             s unknown, you have been warned.
[    8.270109] bcm2835_isp: module is from the staging directory, the quality is                                                                                                                                                              unknown, you have been warned.
[    8.293028] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev                                                                                                                                                             /video13
[    8.294144] bcm2835_codec: module is from the staging directory, the quality                                                                                                                                                              is unknown, you have been warned.
[    8.307431] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /de                                                                                                                                                             v/video14
[    8.308852] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /de                                                                                                                                                             v/video15
[    8.309428] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/                                                                                                                                                             video16
[    8.309468] bcm2835-isp bcm2835-isp: Register output node 0 with media contro                                                                                                                                                             ller
[    8.309489] bcm2835-isp bcm2835-isp: Register capture node 1 with media contr                                                                                                                                                             oller
[    8.309509] bcm2835-isp bcm2835-isp: Register capture node 2 with media contr                                                                                                                                                             oller
[    8.309527] bcm2835-isp bcm2835-isp: Register capture node 3 with media contr                                                                                                                                                             oller
[    8.309810] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[    8.317321] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[    8.317374] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[    8.325214] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[    8.325263] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[    8.339080] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[    8.339139] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[    8.651768] snd-rpi-i-sabre-q2m soc:sound: ASoC: failed to init link I-Sabre                                                                                                                                                              Q2M: -517
[    8.651845] snd-rpi-i-sabre-q2m soc:sound: snd_soc_register_card() failed: -5                                                                                                                                                             17
[    8.791118] cfg80211: Loading compiled-in X.509 certificates for regulatory d                                                                                                                                                             atabase
[    8.926476] usbcore: registered new interface driver uas
[    8.989219] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    9.069291] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    9.144704] brcmfmac: F1 signature read @0x18000000=0x1541a9a6
[    9.152713] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio f                                                                                                                                                             or chip BCM43430/1
[    9.153047] usbcore: registered new interface driver brcmfmac
[    9.153528] snd-rpi-i-sabre-q2m soc:sound: ASoC: failed to init link I-Sabre                                                                                                                                                              Q2M: -517
[    9.153545] snd-rpi-i-sabre-q2m soc:sound: snd_soc_register_card() failed: -5                                                                                                                                                             17
[    9.215951] snd-rpi-i-sabre-q2m soc:sound: ASoC: failed to init link I-Sabre                                                                                                                                                              Q2M: -517
[    9.215985] snd-rpi-i-sabre-q2m soc:sound: snd_soc_register_card() failed: -5                                                                                                                                                             17
[    9.241071] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43430                                                                                                                                                             -sdio.raspberrypi,3-model-b.txt failed with error -2
[    9.463152] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio f                                                                                                                                                             or chip BCM43430/1
[    9.463290] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2                                                                                                                                                             ), device may have limited channels available
[    9.464149] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/1 wl0: Oct 22                                                                                                                                                              2019 01:59:28 version 7.45.98.94 (r723000 CY) FWID 01-3b33decd
[    9.868594] sd 0:0:0:0: [sda] Unit Not Ready
[    9.868685] sd 0:0:0:0: [sda] Sense Key : 0x4 [current]
[    9.868760] sd 0:0:0:0: [sda] ASC=0x0 ASCQ=0x0
[   10.066490] sd 0:0:0:0: ioctl_internal_command return code = 8070000
[   10.066511] sd 0:0:0:0: Sense Key : 0x4 [current]
[   10.066549] sd 0:0:0:0: ASC=0x0 ASCQ=0x0
[   10.072059] snd-rpi-i-sabre-q2m soc:sound: ASoC: failed to init link I-Sabre                                                                                                                                                              Q2M: -517
[   10.072080] snd-rpi-i-sabre-q2m soc:sound: snd_soc_register_card() failed: -5                                                                                                                                                             17
[   10.122703] snd-rpi-i-sabre-q2m soc:sound: ASoC: failed to init link I-Sabre                                                                                                                                                              Q2M: -517
[   10.122723] snd-rpi-i-sabre-q2m soc:sound: snd_soc_register_card() failed: -5                                                                                                                                                             17
[   10.182005] snd-rpi-i-sabre-q2m soc:sound: Audiophonics Device ID : FF
[   10.182831] snd-rpi-i-sabre-q2m soc:sound: Audiophonics API revision : FF
[   10.185423] snd-rpi-i-sabre-q2m soc:sound: i-sabre-codec-i2c.1-0048 <-> 3f203                                                                                                                                                             000.i2s mapping ok
[   10.267157] sd 0:0:0:0: [sda] Unit Not Ready
[   10.267254] sd 0:0:0:0: [sda] Sense Key : 0x4 [current]
[   10.267330] sd 0:0:0:0: [sda] ASC=0x0 ASCQ=0x0
[   10.616612] sd 0:0:0:0: ioctl_internal_command return code = 8070000
[   10.616642] sd 0:0:0:0: Sense Key : 0x4 [current]
[   10.616676] sd 0:0:0:0: ASC=0x0 ASCQ=0x0
[   10.856482] sd 0:0:0:0: ioctl_internal_command return code = 8070000
[   10.856507] sd 0:0:0:0: Sense Key : 0x4 [current]
[   10.856522] sd 0:0:0:0: ASC=0x0 ASCQ=0x0
[   11.253733] sd 0:0:0:0: ioctl_internal_command return code = 8070000
[   11.253755] sd 0:0:0:0: Sense Key : 0x4 [current]
[   11.253771] sd 0:0:0:0: ASC=0x0 ASCQ=0x0
[   11.401875] random: crng init done
[   11.401892] random: 7 urandom warning(s) missed due to ratelimiting
[   11.587276] 8021q: 802.1Q VLAN Support v1.8
[   12.014952] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[   12.015892] rc rc0: two consecutive events of type space
[   12.638892] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[   13.732315] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   15.060407] ICMPv6: process `dhcpcd' is using deprecated sysctl (syscall) net                                                                                                                                                             .ipv6.neigh.wlan0.retrans_time - use net.ipv6.neigh.wlan0.retrans_time_ms instea                                                                                                                                                             d
pi@moode:~ $

Kent,

new LG writer connected

Code:
pi@moode:~ $ lsusb
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
pi@moode:~ $ lsusb
Bus 001 Device 005: ID 0e8d:1887 MediaTek Inc.
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
pi@moode:~ $ ls -l /dev/sr*
brw-r--r-- 1 root cdrom 11, 0 Jan 12 10:42 /dev/sr0
pi@moode:~ $
Reply


Forum Jump: