Jump to content


Photo

dvb-usb-serial

EDISION

  • Please log in to reply
6 replies to this topic

#1 EnoSat

  • Senior Member
  • 183 posts

+4
Neutral

Posted 11 December 2021 - 18:41

Is it possible to activate or install enigma2-plugin-drivers-usbserial in OpenPLi 8.1 for the EDISION OS Mio 4K receiver?

root@osmio4kplus:~# opkg install enigma2-plugin-drivers-usbserial
No packages installed or removed.
root@osmio4kplus:~# dmesg | grep tty
printk: console [tty0] enabled
f040d000.serial: ttyS1 at MMIO 0xf040d000 (irq = 101, base_baud = 5062500) is a 16550A
serial serial0: tty port ttyS1 registered
f040c000.serial: ttyS0 at MMIO 0xf040c000 (irq = 100, base_baud = 5062500) is a 16550A
printk: console [ttyS0] enabled
f040e000.serial: ttyS2 at MMIO 0xf040e000 (irq = 102, base_baud = 5062500) is a 16550A
root@osmio4kplus:~# dmesg | grep usb
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
brcmstb-usb-phy f0b00200.usb-phy: IRQ wake not found
brcmstb-usb-phy f0b00200.usb-phy: IRQ wakeup not found
brcmstb-usb-phy f0b00200.usb-phy: Wake interrupt missing, system wake not supported
usbcore: registered new interface driver uas
usbcore: registered new interface driver usb-storage
usbcore: registered new interface driver btusb
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
usb 4-1: new full-speed USB device number 2 using ohci-platform
root@osmio4kplus:~# lsusb
Bus 003 Device 001: ID 1d6b:0001
Bus 001 Device 001: ID 1d6b:0002
Bus 004 Device 001: ID 1d6b:0001
Bus 004 Device 002: ID 0403:6001
Bus 002 Device 001: ID 1d6b:0002
root@osmio4kplus:/dev# ls
autofs              i2c-3               mmcblk1p6           snd                 tty28               tty51               vcs1
block               initctl             mmcblk1p7           stderr              tty29               tty52               vcsa
brcmstb             input               mmcblk1p8           stdin               tty3                tty53               vcsa1
bus                 kmsg                mmcblk1p9           stdout              tty30               tty54               vcsu
bvc5                lcd0                mmcblk1rpmb         tty                 tty31               tty55               vcsu1
char                log                 mtab                tty0                tty32               tty56               video0
console             loop-control        mtd0                tty1                tty33               tty57               vtuner0
cpu_dma_latency     loop0               mtd0ro              tty10               tty34               tty58               vtuner1
dbox                loop1               mtd1                tty11               tty35               tty59               vtuner10
disk                loop2               mtd1ro              tty12               tty36               tty6                vtuner11
dvb                 loop3               mtd2                tty13               tty37               tty60               vtuner2
fb                  loop4               mtd2ro              tty14               tty38               tty61               vtuner3
fb0                 loop5               mtd3                tty15               tty39               tty62               vtuner4
fd                  loop6               mtd3ro              tty16               tty4                tty63               vtuner5
full                loop7               mtd4                tty17               tty40               tty7                vtuner6
fuse                mem                 mtd4ro              tty18               tty41               tty8                vtuner7
gpiochip0           misc                null                tty19               tty42               tty9                vtuner8
gpiochip1           mmcblk1             port                tty2                tty43               ttyS0               vtuner9
gpiochip2           mmcblk1boot0        ptmx                tty20               tty44               ttyS2               watchdog
gpiochip3           mmcblk1boot1        pts                 tty21               tty45               ttyS3               watchdog0
gpiochip4           mmcblk1p1           random              tty22               tty46               ttynull             zero
hdmi_cec            mmcblk1p10          rfkill              tty23               tty47               ubi_ctrl
i2c                 mmcblk1p2           rtc                 tty24               tty48               udev_network_queue
i2c-0               mmcblk1p3           rtc0                tty25               tty49               uinput
i2c-1               mmcblk1p4           sci0                tty26               tty5                urandom
i2c-2               mmcblk1p5           shm                 tty27               tty50               vcs

Edited by EnoSat, 11 December 2021 - 18:50.


Re: dvb-usb-serial #2 WanWizard

  • PLi® Core member
  • 68,508 posts

+1,733
Excellent

Posted 11 December 2021 - 22:37

usb-serial expects these kernel drivers present:

kernel-module-usbserial
kernel-module-ftdi-sio
kernel-module-pl2303
kernel-module-belkin-sa
kernel-module-keyspan

Which one is missing?


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: dvb-usb-serial #3 EnoSat

  • Senior Member
  • 183 posts

+4
Neutral

Posted 19 December 2021 - 18:41

root@osmio4kplus:/lib/modules/5.9.0/kernel/drivers/usb/serial# ls
belkin_sa.ko  ftdi_sio.ko   keyspan.ko    pl2303.ko     usbserial.ko



Re: dvb-usb-serial #4 WanWizard

  • PLi® Core member
  • 68,508 posts

+1,733
Excellent

Posted 19 December 2021 - 18:45

And are they all loaded when you plug in the device? (check with dmesg and lsmod).


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: dvb-usb-serial #5 EnoSat

  • Senior Member
  • 183 posts

+4
Neutral

Posted 19 December 2021 - 19:35


openpli 8.0-release osmio4kplus

osmio4kplus login: root
Last login: Sun Dec 19 18:40:13 CET 2021 on pts/2
root@osmio4kplus:~# dmesg
Booting Linux on physical CPU 0x0
Linux version 5.14.0 (oe-user@oe-host) (arm-oe-linux-gnueabi-gcc (GCC) 9.2.0, GNU ld (GNU Binutils) 2.32.0.20190204) #1 SMP Tue Oct 5 11:52:30 UTC 2021
CPU: ARMv7 Processor [420f1000] revision 0 (ARMv7), cr=30c5383d
CPU: div instructions available: patching division code
CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
OF: fdt: Machine model: OSMIO4KPLUS
Memory policy: Data cache writealloc
Reserved memory: created CMA memory pool at 0x000000004c000000, size 384 MiB
OF: reserved mem: initialized node bmem@4c000000, compatible id shared-dma-pool
Zone ranges:
  DMA      [mem 0x0000000000000000-0x00000000107fffff]
  Normal   empty
  HighMem  [mem 0x0000000010800000-0x000000007fffffff]
Movable zone start for each node
Early memory node ranges
  node   0: [mem 0x0000000000000000-0x000000007fffffff]
Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
psci: probing for conduit method from DT.
psci: PSCIv0.2 detected in firmware.
psci: Using standard PSCI v0.2 function IDs
psci: Trusted OS migration not required
percpu: Embedded 16 pages/cpu s32780 r8192 d24564 u65536
pcpu-alloc: s32780 r8192 d24564 u65536 alloc=16*4096
pcpu-alloc: [0] 0 [0] 1
Built 1 zonelists, mobility grouping on.  Total pages: 523760
Kernel command line: root=/dev/mmcblk1p7 rootfstype=ext4 rootwait mitigations=off
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
mem auto-init: stack:off, heap alloc:off, heap free:off
Memory: 1210668K/2097152K available (10240K kernel code, 749K rwdata, 2280K rodata, 2048K init, 391K bss, 493268K reserved, 393216K cma-reserved, 974848K highme                     m)
SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
rcu: Hierarchical RCU implementation.
rcu:    RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
GIC: Using split EOI/Deactivate mode
irq_brcmstb_l2: registered L2 intc (/rdb/interrupt-controller@f0403000, parent irq: 89)
irq_brcmstb_l2: registered L2 intc (/rdb/interrupt-controller@f0201000, parent irq: 61)
irq_brcmstb_l2: registered L2 intc (/rdb/interrupt-controller@f0201a00, parent irq: 62)
irq_brcmstb_l2: registered L2 intc (/rdb/interrupt-controller@f0410640, parent irq: 91)
irq_brcmstb_l2: registered L2 intc (/rdb/interrupt-controller@f04d1200, parent irq: 57)
irq_brcmstb_l2: registered L2 intc (/rdb/interrupt-controller@f040a500, parent irq: 95)
irq_brcmstb_l2: registered L2 intc (/rdb/interrupt-controller@f0417400, parent irq: 96)
irq_brcmstb_l2: registered L2 intc (/rdb/interrupt-controller@f040a540, parent irq: 93)
irq_brcmstb_l2: registered L2 intc (/rdb/interrupt-controller@f0417440, parent irq: 94)
irq_brcmstb_l2: registered L2 intc (/rdb/interrupt-controller@f0417480, parent irq: 98)
random: get_random_bytes called from start_kernel+0x458/0x598 with crng_init=0
arch_timer: cp15 timer(s) running at 27.00MHz (phys).
clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x63a1e71a3, max_idle_ns: 440795203123 ns
sched_clock: 56 bits at 27MHz, resolution 37ns, wraps every 4398046511093ns
Switching to timer-based delay loop, resolution 37ns
Console: colour dummy device 80x30
printk: console [tty0] enabled
Calibrating delay loop (skipped), value calculated using timer frequency.. 54.00 BogoMIPS (lpj=27000)
pid_max: default: 32768 minimum: 301
Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
CPU: Testing write buffer coherency: ok
CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
Setting up static identity map for 0x200000 - 0x200060
rcu: Hierarchical SRCU implementation.
brcmstb: biuctrl: MCP: Enabling write pairing
smp: Bringing up secondary CPUs ...
CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
smp: Brought up 1 node, 2 CPUs
SMP: Total of 2 processors activated (108.00 BogoMIPS).
CPU: All CPU(s) started in HYP mode.
CPU: Virtualization extensions available.
devtmpfs: initialized
VFP support v0.3: implementor 42 architecture 3 part 10 variant 0 rev 0
clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
futex hash table entries: 512 (order: 3, 32768 bytes, linear)
pinctrl core: initialized pinctrl subsystem
NET: Registered PF_NETLINK/PF_ROUTE protocol family
DMA: preallocated 256 KiB pool for atomic coherent allocations
thermal_sys: Registered thermal governor 'step_wise'
thermal_sys: Registered thermal governor 'user_space'
cpuidle: using governor menu
/rdb/syscon@f0202400: Broadcom Brahma-B15 readahead cache
SCSI subsystem initialized
libata version 3.00 loaded.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
videodev: Linux video capture interface: v2.00
Advanced Linux Sound Architecture Driver Initialized.
Bluetooth: Core ver 2.22
NET: Registered PF_BLUETOOTH protocol family
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP socket layer initialized
Bluetooth: SCO socket layer initialized
clocksource: Switched to clocksource arch_sys_counter
FS-Cache: Loaded
NET: Registered PF_INET protocol family
IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear)
tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear)
TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear)
TCP: Hash tables configured (established 2048 bind 2048)
UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
NET: Registered PF_UNIX/PF_LOCAL protocol family
RPC: Registered named UNIX socket transport module.
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
PCI: CLS 0 bytes, default 64
Initialise system trusted keyrings
workingset: timestamp_bits=30 max_order=19 bucket_order=0
FS-Cache: Netfs 'nfs' registered for caching
NFS: Registering the id_resolver key type
Key type id_resolver registered
Key type id_legacy registered
nfs4filelayout_init: NFSv4 File Layout Driver Registering...
nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
FS-Cache: Netfs 'cifs' registered for caching
Key type cifs.spnego registered
Key type cifs.idmap registered
fuse: init (API version 7.34)
NET: Registered PF_ALG protocol family
Key type asymmetric registered
Asymmetric key parser 'x509' registered
bounce: pool size: 64 pages
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
io scheduler mq-deadline registered
io scheduler kyber registered
io scheduler bfq registered
brcm-gisb-arb f0400000.gisb-arb: IRQ index 2 not found
brcm-gisb-arb f0400000.gisb-arb: registered irqs: 273, 274
brcm-sata-phy f0b10100.sata_phy: registered 1 port(s)
brcmstb-usb-phy f0b00200.usb-phy: IRQ wake not found
brcmstb-usb-phy f0b00200.usb-phy: IRQ wakeup not found
brcmstb-usb-phy f0b00200.usb-phy: Wake interrupt missing, system wake not supported
Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
f040d000.serial: ttyS1 at MMIO 0xf040d000 (irq = 101, base_baud = 5062500) is a 16550A
serial serial0: tty port ttyS1 registered
f040c000.serial: ttyS0 at MMIO 0xf040c000 (irq = 100, base_baud = 5062500) is a 16550A
printk: console [ttyS0] enabled
f040e000.serial: ttyS2 at MMIO 0xf040e000 (irq = 102, base_baud = 5062500) is a 16550A
loop: module loaded
brcm-ahci f0b12000.sata: supply ahci not found, using dummy regulator
brcm-ahci f0b12000.sata: supply phy not found, using dummy regulator
platform f0b12000.sata:sata-port@0: supply target not found, using dummy regulator
brcm-ahci f0b12000.sata: controller can do ALPM, turning on CAP_ALPM
brcm-ahci f0b12000.sata: masking port_map 0x1 -> 0x1
brcm-ahci f0b12000.sata: SSS flag set, parallel bus scan disabled
brcm-ahci f0b12000.sata: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl platform mode
brcm-ahci f0b12000.sata: flags: 64bit ncq sntf stag pm clo pmp slum part
scsi host0: brcm-ahci
ata1: SATA max UDMA/133 mmio [mem 0xf0b12000-0xf0b1299b] port 0x100 irq 87
brcm-ahci f0b12000.sata: Broadcom AHCI SATA3 registered
brcmstb_qspi f0200920.qspi: using bspi-mspi mode
spi-nor spi0.0: found w25q32, expected m25p80
spi-nor spi0.0: w25q32 (4096 Kbytes)
5 fixed-partitions partitions found on MTD device spi0.0
Creating 5 MTD partitions on "spi0.0":
0x000000000000-0x000000200000 : "flash0.bolt"
0x000000200000-0x000000210000 : "flash0.macadr"
0x000000210000-0x000000220000 : "flash0.nvram"
0x000000220000-0x000000230000 : "flash0.devtree"
0x000000000000-0x000000400000 : "flash0"
brcmstb_qspi f0416000.spi: using mspi mode
libphy: Fixed MDIO Bus: probed
bcmgenet f0480000.ethernet: GENET 5.0 EPHY: 0x0000
libphy: bcmgenet MII bus: probed
unimac-mdio unimac-mdio.0: Broadcom UniMAC MDIO bus
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ata1: SATA link down (SStatus 0 SControl 300)
ehci-brcm f0b00300.ehci_v2: EHCI Host Controller
ehci-brcm f0b00300.ehci_v2: new USB bus registered, assigned bus number 1
ehci-brcm f0b00300.ehci_v2: irq 120, io mem 0xf0b00300
ehci-brcm f0b00300.ehci_v2: USB 2.0 started, EHCI 1.00
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
ehci-brcm f0b00500.ehci_v2: EHCI Host Controller
ehci-brcm f0b00500.ehci_v2: new USB bus registered, assigned bus number 2
ehci-brcm f0b00500.ehci_v2: irq 123, io mem 0xf0b00500
ehci-brcm f0b00500.ehci_v2: USB 2.0 started, EHCI 1.00
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 1 port detected
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
ohci-platform: OHCI generic platform driver
ohci-platform f0b00400.ohci_v2: Generic Platform OHCI controller
ohci-platform f0b00400.ohci_v2: new USB bus registered, assigned bus number 3
ohci-platform f0b00400.ohci_v2: irq 121, io mem 0xf0b00400
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 1 port detected
ohci-platform f0b00600.ohci_v2: Generic Platform OHCI controller
ohci-platform f0b00600.ohci_v2: new USB bus registered, assigned bus number 4
ohci-platform f0b00600.ohci_v2: irq 124, io mem 0xf0b00600
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 1 port detected
usbcore: registered new interface driver uas
usbcore: registered new interface driver usb-storage
mousedev: PS/2 mouse device common for all mice
brcmstb-waketimer f0417680.waketimer: registered as rtc0
brcmstb-waketimer f0417680.waketimer: setting system clock to 1970-01-01T00:00:15 UTC (15)
brcmstb-waketimer f0417680.waketimer: registered, with irq 276
i2c /dev entries driver
brcmstb-i2c f040a300.i2c: upg_bsca@97500hz registered in interrupt mode
brcmstb-i2c f0417280.i2c: upg_bscb_aon@390000hz registered in interrupt mode
brcmstb-i2c f0417300.i2c: upg_bscc_aon@390000hz registered in interrupt mode
brcmstb-i2c f0417380.i2c: upg_bscd_aon@390000hz registered in interrupt mode
brcmstb_thermal f04d1500.thermal: registered AVS TMON of-sensor driver
bcm7038-wdt f040a5a8.watchdog: Registered BCM7038 Watchdog
usbcore: registered new interface driver btusb
brcmstb-avs-cpufreq f04c4000.avs-cpu-data-mem: registered
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
sdhci-pltfm: SDHCI platform and OF driver helper
hid: raw HID events driver (C) Jiri Kosina
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
NET: Registered PF_INET6 protocol family
Segment Routing with IPv6
NET: Registered PF_PACKET protocol family
Bluetooth: HIDP (Human Interface Emulation) ver 1.2
Bluetooth: HIDP socket layer initialized
Key type dns_resolver registered
mmc0: SDHCI controller on f0200000.sdhci [f0200000.sdhci] using ADMA
Registering SWP/SWPB emulation handler
mmc1: SDHCI controller on f0200200.sdhci [f0200200.sdhci] using ADMA
usb 1-1: new high-speed USB device number 2 using ehci-brcm
Loading compiled-in X.509 certificates
brcmstb-bmem bmem@0: assigned reserved memory node bmem@4c000000
OF: /pcie@f0460000: Missing device_type
brcm-pcie f0460000.pcie: host bridge /pcie@f0460000 ranges:
brcm-pcie f0460000.pcie:   No bus range found for /pcie@f0460000, using [bus 00-ff]
brcm-pcie f0460000.pcie:      MEM 0x00c0000000..0x00dfffffff -> 0x00c0000000
brcm-pcie f0460000.pcie:   IB MEM 0x0000000000..0x007fffffff -> 0x0000000000
brcm-pcie f0460000.pcie: link up, 2.5 GT/s PCIe x1 (!SSC)
brcm-pcie f0460000.pcie: PCI host bridge to bus 0000:00
pci_bus 0000:00: root bus resource [bus 00-ff]
pci_bus 0000:00: root bus resource [mem 0xc0000000-0xdfffffff]
pci 0000:00:00.0: [14e4:7260] type 01 class 0x060400
pci 0000:00:00.0: PME# supported from D0 D3hot
PCI: bus0: Fast back to back transfers disabled
pci 0000:01:00.0: [168c:003e] type 00 class 0x028000
pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit]
pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
PCI: bus1: Fast back to back transfers disabled
pci 0000:00:00.0: BAR 8: assigned [mem 0xc0000000-0xc01fffff]
pci 0000:01:00.0: BAR 0: assigned [mem 0xc0000000-0xc01fffff 64bit]
pci 0000:00:00.0: PCI bridge to [bus 01]
pci 0000:00:00.0:   bridge window [mem 0xc0000000-0xc01fffff]
pci 0000:00:00.0: Max Payload Size set to  256/ 512 (was  128), Max Read Rq  512
pci 0000:01:00.0: Max Payload Size set to  256/ 256 (was  128), Max Read Rq  512
pcieport 0000:00:00.0: enabling device (0140 -> 0142)
pcieport 0000:00:00.0: PME: Signaling with IRQ 76
OF: fdt: not creating '/sys/firmware/fdt': CRC check failed
mmc1: new high speed MMC card at address 0001
ALSA device list:
  No soundcards found.
mmcblk1: mmc1:0001 8GTF4R 7.28 GiB
mmcblk1boot0: mmc1:0001 8GTF4R 4.00 MiB
mmcblk1boot1: mmc1:0001 8GTF4R 4.00 MiB
mmcblk1rpmb: mmc1:0001 8GTF4R 512 KiB, chardev (249:0)
usb-storage 1-1:1.0: USB Mass Storage device detected
scsi host1: usb-storage 1-1:1.0
GPT:disk_guids don't match.
GPT:partition_entry_array_crc32 values don't match: 0x7b4014d9 != 0xe33cb2e9
GPT: Use GNU Parted to correct GPT errors.
 mmcblk1: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10
sdhci-brcmstb f0200000.sdhci: card claims to support voltages below defined range
sdhci-brcmstb f0200000.sdhci: no support for card's volts
mmc0: error -22 whilst initialising SDIO card
EXT4-fs (mmcblk1p7): mounted filesystem with ordered data mode. Opts: (null). Quota mode: disabled.
VFS: Mounted root (ext4 filesystem) readonly on device 179:7.
devtmpfs: mounted
Freeing unused kernel image (initmem) memory: 2048K
Run /sbin/init as init process
  with arguments:
    /sbin/init
  with environment:
    HOME=/
    TERM=linux
usb 4-1: new full-speed USB device number 2 using ohci-platform
random: fast init done
avl6862: loading out-of-tree module taints kernel.
avl6862: module license 'Proprietary' taints kernel.
Disabling lock debugging due to kernel taint
scsi 1:0:0:0: Direct-Access              USB DISK 2.0     PMAP PQ: 0 ANSI: 6
sd 1:0:0:0: Attached scsi generic sg0 type 0
sd 1:0:0:0: [sda] 3913728 512-byte logical blocks: (2.00 GB/1.87 GiB)
sd 1:0:0:0: [sda] Write Protect is off
sd 1:0:0:0: [sda] Mode Sense: 23 00 00 00
sd 1:0:0:0: [sda] No Caching mode page found
sd 1:0:0:0: [sda] Assuming drive cache: write through
 sda: sda1
sd 1:0:0:0: [sda] Attached SCSI removable disk
dvbdev: DVB: registering new adapter (Broadcom BCM7xxx)
input: dreambox advanced remote control (native) as /devices/virtual/misc/brcmstb/input0
input: dreambox ir mouse as /devices/virtual/misc/brcmstb/input1
input: dreambox front panel as /devices/virtual/misc/brcmstb/input2
avl6261:avl_bsp_assoc_i2c_adapter(): assoc I2C for demod_id 0
avl6261: Firmware Version 1.8.27679 (3.8.5)
i2c i2c-2: avl6261: Airoha Technology AV201x successfully attached
misc brcmstb: DVB: registering adapter 0 frontend 0 (Availink AVL6261)...
avl6862: Firmware Version 2.0.24785 (2.19.23)
misc brcmstb: DVB: registering adapter 0 frontend 1 (Availink AVL6862)...
cfg80211: Loading compiled-in X.509 certificates for regulatory database
cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
wlan: loading driver v4.5.25.53
hif_pci_probe:, con_mode= 0x0
PCI device id is 003e :003e
hif_pci 0000:01:00.0: enabling device (0140 -> 0142)

 hif_pci_configure : num_desired MSI set to 0

 Using PCI Legacy Interrupt
hif_pci_probe: ramdump base 0x(ptrval) size 2095136
ol_download_firmware: chip_id:0x5030000 board_id:0x0
Board extended Data download address: 0x0
__ol_transfer_bin_file: Loading setup file athsetup.bin
hif_pci 0000:01:00.0: Direct firmware load for athsetup.bin failed with error -2
__ol_transfer_bin_file: Failed to get athsetup.bin:-2
HTT: full reorder offload enabled
hif_pci 0000:01:00.0: Direct firmware load for wlan/wlan_mac.bin failed with error -2
Pkt log is disabled
target uses HTT version 3.27; host uses 3.28
*** Warning: host/target HTT versions are different, though compatible!
Host SW:4.5.25.53, FW:2.0.0.187, HW:QCA6174_REV3_2
ENTER sme_set_btc_coex_dutycycle = 30
ENTER sme_set_btc_coex_dutycycle =30
wlan: driver loaded in 858000
udevd[193]: starting version 3.2.8
random: udevd: uninitialized urandom read (16 bytes read)
random: udevd: uninitialized urandom read (16 bytes read)
random: udevd: uninitialized urandom read (16 bytes read)
udevd[194]: starting eudev-3.2.8
random: crng init done
random: 2 urandom warning(s) missed due to ratelimiting
FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
EXT4-fs (mmcblk1p7): re-mounted. Opts: (null). Quota mode: disabled.
IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
unimac-mdio-0:01: Broadcom BCM7260 PHY revision: 0x01
bcmgenet f0480000.ethernet: configuring instance for internal PHY
bcmgenet f0480000.ethernet eth0: Link is Down
bcmgenet f0480000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
dvb_demux: dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
usb 4-1: USB disconnect, device number 2
usb 4-1: new full-speed USB device number 3 using ohci-platform

root@osmio4kplus:~# lsmod
Module                  Size  Used by
wlan                 3911680  0
cfg80211              315392  1 wlan
si2183                647168  0
brcmstb_osmio4kplus  5570560  37
avl6261                61440  1 brcmstb_osmio4kplus
brcmstb_decoder        20480  1 brcmstb_osmio4kplus
ci                     28672  1 brcmstb_osmio4kplus
avl6862               352256  1 brcmstb_osmio4kplus



Re: dvb-usb-serial #6 WanWizard

  • PLi® Core member
  • 68,508 posts

+1,733
Excellent

Posted 19 December 2021 - 21:28

I'm missing a lot of into. If I plug my USB-2-serial cable in, I get

[26984.489273] usb 3-2: New USB device found, idVendor=0403, idProduct=6001, bcdDevice= 6.00
[26984.489282] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[26984.489285] usb 3-2: Product: FT232R USB UART
[26984.489288] usb 3-2: Manufacturer: FTDI
[26984.489290] usb 3-2: SerialNumber: A506UOGO
[26984.494913] ftdi_sio 3-2:1.0: FTDI USB Serial Device converter detected
[26984.494945] usb 3-2: Detected FT232RL
[26984.495639] usb 3-2: FTDI USB Serial Device converter now attached to ttyUSB0
[27204.604609] usb 3-2: USB disconnect, device number 7

 


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: dvb-usb-serial #7 EnoSat

  • Senior Member
  • 183 posts

+4
Neutral

Posted 19 December 2021 - 21:50

yes, show only lsusb this device :(





Also tagged with one or more of these keywords: EDISION

1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users