1

(12 odpowiedzi, napisanych Sprzęt / Hardware)

Podsumowiując wszystko działa jak należy.

Patrząć na układ partycji proces mozna znacznie uprościć wystarczyłoby:
1. wylutować oryginalny flash i zgrać całość zewnętrznym programatorem
2. wgrać całość na nową kość pamięci
3. skompilować OpenWRT zmieniając:

 partition@50000 {
                        label = "firmware";
                        reg = <0x50000 0x3b0000>;
                };

na

 partition@50000 {
                        label = "firmware";
                        reg = <0x50000 0x7b0000>;
                };

4. Wgrać nowy obraz przez sysupgrade.

Temat do zamknięcia, @Cezary dzięki za pomoc.

2

(12 odpowiedzi, napisanych Sprzęt / Hardware)

@Cezary Wgranie mtd2 z oryginalnego Flasha pomogło, jutro sprawdzę dokładniej czy na pewno wszystko działa poprawnie.
Thx

3

(12 odpowiedzi, napisanych Sprzęt / Hardware)

wygląda na to, że pusto:

hexdump -C /dev/mtd2
00000000  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
*
00010000

Mam dump zrobiony dd każdej partycji z originalnego Flasha, spróbuje wgrać partycję factory i dam znać jaki efekt.

4

(12 odpowiedzi, napisanych Sprzęt / Hardware)

Z góry przepraszam za lemerskie pytanie, ale podpowiesz mi jak?
Mam sprawdzić poczatek partycji factory w pamięci urządzenia?

5

(12 odpowiedzi, napisanych Sprzęt / Hardware)

@Cezary

Wgrałem ponownie firmware i "mac" się zmienił

root@OpenWrt:/# iw dev
phy#0
        Interface wlan0
                ifindex 5
                wdev 0x2
                addr 0e:cf:59:ce:0d:df
                ssid OpenWrt
                type AP
                channel 11 (2462 MHz), width: 20 MHz, center1: 2462 MHz
                txpower 20.00 dBm

Dodam tylko jeszce, że wgrywam przez u-boot'a firmware: sysupgrade
Nie wiem czy to poprawne podejście przy "nowej" kości Flash

6

(12 odpowiedzi, napisanych Sprzęt / Hardware)

@Cezary

root@OpenWrt:/# iw dev
phy#0
        Interface wlan0
                ifindex 5
                wdev 0x2
                addr 9e:93:ad:73:19:4a
                ssid LEDE_TEST
                type AP
                channel 11 (2462 MHz), width: 20 MHz, center1: 2462 MHz
                txpower 20.00 dBm

SSID jest więc spróbuję prześledzić czy fizycznie wszystko ok. Thx

7

(12 odpowiedzi, napisanych Sprzęt / Hardware)

@Cezary tyle, że utworzona sieć WiFi nie jest odnajnowana przez żadne urządzenie, jakby jej nie było.

config wifi-device 'radio0'
        option type 'mac80211'
        option channel '11'
        option hwmode '11g'
        option path 'platform/10180000.wmac'
        option htmode 'HT20'
        option disabled '0'

config wifi-iface 'default_radio0'
        option device 'radio0'
        option ssid 'TEST_11'
        option encryption 'psk-mixed'
        option key 'pass'
        option mode 'ap'
        option network 'lan'

8

(12 odpowiedzi, napisanych Sprzęt / Hardware)

Postanowiłem zrobić upgrade kości Flash w mini routerze A5-V11 z 4MB do 16MB.
Genrlanei cały proces się powiódł, ale obecnie nie działa mi Wifi.

Pamietam, że w Tp-Linkach była partycja ART którą trzeba było wgrać na mową kość. Tutja nie widzę niczego takiego.



Przed upgradem:

root@OpenWrt:/# cat /proc/mtd
dev:    size   erasesize  name
mtd0: 00030000 00001000 "u-boot"
mtd1: 00010000 00001000 "u-boot-env"
mtd2: 00010000 00001000 "factory"
mtd3: 003b0000 00001000 "firmware"
mtd4: 0014e82b 00001000 "kernel"
mtd5: 002617d5 00001000 "rootfs"
mtd6: 00031000 00001000 "rootfs_data"

Po:

root@OpenWrt:/# cat /proc/mtd
dev:    size   erasesize  name
mtd0: 00030000 00001000 "u-boot"
mtd1: 00010000 00001000 "u-boot-env"
mtd2: 00010000 00001000 "factory"
mtd3: 00fb0000 00001000 "firmware"
mtd4: 00159015 00001000 "kernel"
mtd5: 00e56feb 00001000 "rootfs"
mtd6: 00c7d000 00001000 "rootfs_data"

Ale po kolej co zrobiłem:
Wgrałem na nową kość pamięci u-boot znaleziony: https://oldwiki.archive.openwrt.org/toh … ded/a5-v11

Później z poziomu bootloader z USB wgrałem firmware pobrany stąd:
https://downloads.openwrt.org/releases/ … ps/rt305x/

Log z TTL:

- Przed

U-Boot 1.1.3 (Apr 11 2013 - 00:10:51)
                                     
Board: Ralink APSoC DRAM:  32 MB
relocate_code Pointer at: 81fb4000
******************************   
Software System Reset Occurred
******************************
spi_wait_nsec: 42             
spi device id: 7f 9d 46 7f 9d (9d467f9d)
Warning: un-recognized chip ID, please update bootloader!
raspi_read: from:30000 len:1000                         
.*** Warning - bad CRC, using default environment
                                                 
============================================
Ralink UBoot Version: 3.6.0.0               
--------------------------------------------
ASIC 5350_MP (Port5<->None)                 
DRAM_CONF_FROM: Boot-Strapping
DRAM_TYPE: SDRAM               
DRAM_SIZE: 256 Mbits
DRAM_WIDTH: 16 bits
DRAM_TOTAL_WIDTH: 16 bits
TOTAL_MEMORY_SIZE: 32 MBytes
Flash component: SPI Flash 
Date:Apr 11 2013  Time:00:10:51
============================================
icache: sets:256, ways:4, linesz:32 ,total:32768
dcache: sets:128, ways:4, linesz:32 ,total:16384
                                                 
##### The CPU freq = 360 MHZ ####
estimate memory size =32 Mbytes   
                               
Please choose the operation:
   1: Load system code to SDRAM via TFTP.
   2: Load system code then write to Flash via TFTP.
   3: Boot system code via Flash (default).         
   4: Entr boot command line interface.   
   7: Load Boot Loader code then write to Flash via Serial.
   9: Load Boot Loader code then write to Flash via TFTP.                                                                                 0
                                                                                                                                           
3: System Boot system code via Flash.
## Booting image at bc050000 ...     
raspi_read: from:50000 len:40   
.   Image Name:   MIPS OpenWrt Linux-4.14.63
   Created:      2018-08-16   7:51:15 UTC   
   Image Type:   MIPS Linux Kernel Image (lzma compressed)
   Data Size:    1370091 Bytes =  1.3 MB                 
   Load Address: 80000000               
   Entry Point:  80000000
raspi_read: from:50040 len:14e7eb
.....................   Verifying Checksum ... OK
   Uncompressing Kernel Image ... OK             
No initrd                           
## Transferring control to Linux (at address 80000000) ...
## Giving linux memsize in MB, 32                         
                                 
Starting kernel ...
                   
[    0.000000] Linux version 4.14.63 (buildbot@builds-03.infra.lede-project.org) (gcc version 7.3.0 (OpenWrt GCC 7.3.0 r7102-3f3a2c9)) #0 Th
u Aug 16 07:51:15 2018
[    0.000000] SoC Type: Ralink RT5350 id:1 rev:3
[    0.000000] bootconsole [early0] enabled
[    0.000000] CPU0 revision is: 0001964c (MIPS 24KEc)
[    0.000000] MIPS: machine is A5-V11
[    0.000000] Determined physical RAM map:
[    0.000000]  memory: 02000000 @ 00000000 (usable)
[    0.000000] Initrd not found or empty - disabling initrd
[    0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    0.000000] Primary data cache 16kB, 4-way, VIPT, no aliases, linesize 32 bytes
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x0000000001ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x0000000001ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000001ffffff]
[    0.000000] random: get_random_bytes called from 0x803ee72c with crng_init=0
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 8128
[    0.000000] Kernel command line: console=ttyS0,57600 rootfstype=squashfs,jffs2
[    0.000000] PID hash table entries: 128 (order: -3, 512 bytes)
[    0.000000] Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Writing ErrCtl register=0000ad60
[    0.000000] Readback ErrCtl register=0000ad60
[    0.000000] Memory: 27960K/32768K available (3419K kernel code, 172K rwdata, 424K rodata, 200K init, 210K bss, 4808K reserved, 0K cma-res
erved)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS: 256
[    0.000000] CPU Clock: 360MHz
[    0.000000] clocksource: systick: mask: 0xffff max_cycles: 0xffff, max_idle_ns: 583261500 ns
[    0.000000] systick: running - mult: 214748, shift: 32
[    0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 10618113593 ns
[    0.000016] sched_clock: 32 bits at 180MHz, resolution 5ns, wraps every 11930464253ns
[    0.015713] Calibrating delay loop... 239.61 BogoMIPS (lpj=1198080)
[    0.098021] pid_max: default: 32768 minimum: 301
[    0.107600] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.120714] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.143473] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.163028] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.175291] pinctrl core: initialized pinctrl subsystem
[    0.188503] NET: Registered protocol family 16
[    0.207011] Can't analyze schedule() prologue at 80352ab0
[    0.261962] rt2880_gpio 10000600.gpio: registering 22 gpios
[    0.273109] rt2880_gpio 10000600.gpio: registering 22 irq handlers
[    0.286095] rt2880_gpio 10000660.gpio: registering 6 gpios
[    0.297062] rt2880_gpio 10000660.gpio: registering 6 irq handlers
[    0.320369] clocksource: Switched to clocksource MIPS
[    0.332573] NET: Registered protocol family 2
[    0.343111] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    0.356993] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[    0.369564] TCP: Hash tables configured (established 1024 bind 1024)
[    0.382570] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.394211] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.407141] NET: Registered protocol family 1
[    0.422645] rt-timer 10000100.timer: maximum frequency is 3662Hz
[    0.436201] Crashlog allocated RAM at address 0x1f00000
[    0.451287] workingset: timestamp_bits=30 max_order=13 bucket_order=0
[    0.474764] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.486361] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.534180] io scheduler noop registered
[    0.541954] io scheduler deadline registered (default)
[    0.554102] gpio-export gpio_export: 2 gpio(s) exported
[    0.564998] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    0.583700] console [ttyS0] disabled
[    0.590886] 10000c00.uartlite: ttyS0 at MMIO 0x10000c00 (irq = 20, base_baud = 2500000) is a Palmchip BK-3103
[    0.610610] console [ttyS0] enabled
[    0.610610] console [ttyS0] enabled
[    0.624383] bootconsole [early0] disabled
[    0.624383] bootconsole [early0] disabled
[    0.641354] cacheinfo: Failed to find cpu0 device node
[    0.651729] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    0.684299] spi spi0.0: force spi mode3
[    0.693469] m25p80 spi0.0: pm25lq032 (4096 Kbytes)
[    0.703228] 4 fixed-partitions partitions found on MTD device spi0.0
[    0.715949] Creating 4 MTD partitions on "spi0.0":
[    0.725590] 0x000000000000-0x000000030000 : "u-boot"
[    0.737406] 0x000000030000-0x000000040000 : "u-boot-env"
[    0.749940] 0x000000040000-0x000000050000 : "factory"
[    0.762098] 0x000000050000-0x000000400000 : "firmware"
[    1.239968] 2 uimage-fw partitions found on MTD device firmware
[    1.251944] 0x000000050000-0x00000019e82b : "kernel"
[    1.263759] 0x00000019e82b-0x000000400000 : "rootfs"
[    1.275451] mtd: device 5 (rootfs) set to be root filesystem
[    1.291026] 1 squashfs-split partitions found on MTD device rootfs
[    1.303535] 0x0000003cf000-0x000000400000 : "rootfs_data"
[    1.317208] libphy: Fixed MDIO Bus: probed
[    1.334976] rt3050-esw 10110000.esw: link changed 0x00
[    1.348351] mtk_soc_eth 10100000.ethernet eth0: mediatek frame engine at 0xb0100000, irq 5
[    1.365970] rt2880_wdt 10000120.watchdog: Initialized
[    1.378663] NET: Registered protocol family 10
[    1.397621] Segment Routing with IPv6
[    1.405290] NET: Registered protocol family 17
[    1.414378] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you nee
d this.
[    1.440310] 8021q: 802.1Q VLAN Support v1.8
[    1.468752] VFS: Mounted root (squashfs filesystem) readonly on device 31:5.
[    1.485086] Freeing unused kernel memory: 200K
[    1.494070] This architecture does not have kernel memory protection.
[    2.630413] random: fast init done
[    3.214858] init: Console is alive
[    3.222397] init: - watchdog -
[    5.181910] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    5.496752] usbcore: registered new interface driver usbfs
[    5.508082] usbcore: registered new interface driver hub
[    5.519102] usbcore: registered new device driver usb
[    5.541673] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.557869] ehci-platform: EHCI generic platform driver
[    5.579068] phy phy-usbphy.0: remote usb device wakeup disabled
[    5.590947] phy phy-usbphy.0: UTMI 16bit 30MHz
[    5.599835] ehci-platform 101c0000.ehci: EHCI Host Controller
[    5.611428] ehci-platform 101c0000.ehci: new USB bus registered, assigned bus number 1
[    5.627552] ehci-platform 101c0000.ehci: irq 26, io mem 0x101c0000
[    5.660454] ehci-platform 101c0000.ehci: USB 2.0 started, EHCI 1.00
[    5.675225] hub 1-0:1.0: USB hub found
[    5.684026] hub 1-0:1.0: 1 port detected
[    5.698782] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    5.714247] ohci-platform: OHCI generic platform driver
[    5.725317] ohci-platform 101c1000.ohci: Generic Platform OHCI controller
[    5.739075] ohci-platform 101c1000.ohci: new USB bus registered, assigned bus number 2
[    5.755170] ohci-platform 101c1000.ohci: irq 26, io mem 0x101c1000
[    5.836363] hub 2-0:1.0: USB hub found
[    5.845069] hub 2-0:1.0: 1 port detected
[    5.973164] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    5.998649] init: - preinit -
[    7.930772] rt3050-esw 10110000.esw: link changed 0x00
Press the [f] key and hit [enter] to enter failsafe mode
Press the [1], [2], [3] or [4] key and hit [enter] to select the debug[    8.259245] random: procd: uninitialized urandom read (4 bytes read
)
level
[   11.684183] jffs2: notice: (362) jffs2_build_xattr_subsystem: complete building xattr subsystem, 18 of xdatum (3 unchecked, 15 orphan) an
d 22 of xref (15 dead, 0 orphan) found.
[   11.720093] mount_root: switching to jffs2 overlay
[   11.794355] overlayfs: upper fs does not support tmpfile.
[   11.820309] urandom-seed: Seeding with /etc/urandom.seed
[   11.918490] procd: - early -
[   11.924795] procd: - watchdog -
[   13.073976] procd: - watchdog -
[   13.081239] procd: - ubus -
[   13.487129] random: ubusd: uninitialized urandom read (4 bytes read)
[   13.625629] random: ubusd: uninitialized urandom read (4 bytes read)
[   13.639497] random: ubusd: uninitialized urandom read (4 bytes read)
[   13.655360] procd: - init -
Please press Enter to activate this console.
[   14.308105] kmodloader: loading kernel modules from /etc/modules.d/*
[   14.334265] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   14.369237] Loading modules backported from Linux version wt-2017-11-01-0-gfe248fc2c180
[   14.385356] Backport generated by backports.git v4.14-rc2-1-31-g86cf0e5d
[   14.407161] ip_tables: (C) 2000-2006 Netfilter Core Team
[   14.435575] nf_conntrack version 0.5.0 (1024 buckets, 4096 max)
[   14.574540] xt_time: kernel timezone is -0000
[   14.692257] PPP generic driver version 2.4.2
[   14.706631] NET: Registered protocol family 24
[   14.764138] rt2800_wmac 10180000.wmac: loaded eeprom from mtd device "factory"
[   14.778721] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 5350, rev 0500 detected
[   14.794257] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 5350 detected
[   14.859941] kmodloader: done loading kernel modules from /etc/modules.d/*
[   16.716141] urandom_read: 5 callbacks suppressed
[   16.716157] random: jshn: uninitialized urandom read (4 bytes read)
[   32.165685] br-lan: port 1(eth0) entered blocking state
[   32.176256] br-lan: port 1(eth0) entered disabled state
[   32.187415] device eth0 entered promiscuous mode
[   32.302020] br-lan: port 1(eth0) entered blocking state
[   32.312577] br-lan: port 1(eth0) entered forwarding state
[   32.323842] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[   33.190562] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[   36.009773] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   40.585070] wlan0: authenticate with 34:ce:00:65:aa:d5
[   40.611016] wlan0: send auth to 34:ce:00:65:aa:d5 (try 1/3)
[   40.657908] wlan0: send auth to 34:ce:00:65:aa:d5 (try 2/3)
[   40.701981] wlan0: send auth to 34:ce:00:65:aa:d5 (try 3/3)
[   40.733323] wlan0: authentication with 34:ce:00:65:aa:d5 timed out
[   42.102938] wlan0: authenticate with 34:ce:00:65:aa:d5
[   42.115859] wlan0: send auth to 34:ce:00:65:aa:d5 (try 1/3)
[   42.130036] wlan0: authenticated
[   42.140557] wlan0: associate with 34:ce:00:65:aa:d5 (try 1/3)
[   42.155641] wlan0: RX AssocResp from 34:ce:00:65:aa:d5 (capab=0x431 status=0 aid=2)
[   42.171545] wlan0: associated
[   42.199100] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  106.060582] random: crng init done

- Po

U-Boot 1.1.3 Rev 0.3 by WErt(WErt) 4PDA (May 19 2016 - 14:41:04)
                                                               
Board: Ralink APSoC DRAM: 32 MB
******************************
Software System Reset Occurred
******************************
Ralink SPI flash driver, SPI clock: 15MHz
spi device id: ef 40 18 0 0 (40180000)   
find flash: W25Q128FV                 
.*** Warning - bad CRC, using default environment
                                                 

============================================
Ralink U-Boot Version: 5.0.0.5               
--------------------------------------------
ASIC 5350_MP (Port5<->None)                 
DRAM_CONF_FROM: Boot-Strapping
DRAM_TYPE: SDRAM               
DRAM_SIZE: 256 Mbits
DRAM_WIDTH: 16 bits
DRAM_TOTAL_WIDTH: 16 bits
TOTAL_MEMORY_SIZE: 32 MBytes
Flash component: SPI Flash 
Date:May 19 2016  Time:14:41:04
============================================
icache: sets:256, ways:4, linesz:32, total:32768
dcache: sets:128, ways:4, linesz:32, total:16384
                                                 
#### The CPU freq = 360 MHZ ####
estimate memory size = 32 Mbytes
                                 
Please choose the operation:
   0: Load system code then write to Flash via Serial.
   1: Load system code to SDRAM via TFTP.             
   2: Load system code then write to Flash via TFTP.
   3: Boot system code via Flash (default).         
   4: Enter boot command line interface.   
   5: Load system code then write to Flash via USB Storage.
   6: Load U-Boot code then write to Flash via USB Storage.
   7: Load U-Boot code then write to Flash via Serial.     
   8: Load U-Boot code to SDRAM via TFTP.             
   9: Load U-Boot code then write to Flash via TFTP.                                  0
.                                                   

   
3: System Boot system code via Flash.
## Checking image at bc050000 ...   
.   Image Name:   MIPS OpenWrt Linux-4.14.95
   Image Type:   MIPS Linux Kernel Image (lzma compressed)
   Data Size:    1413077 Bytes =  1.3 MB                 
   Load Address: 80000000               
   Entry Point:  80000000
......................   Verifying Checksum ... OK
   Uncompressing Kernel Image ... OK             
No initrd                           
## Transferring control to Linux (at address 80000000) ...
## Giving linux memsize in MB, 32                         
                                 
Starting kernel ...
                   
[    0.000000] Linux version 4.14.95 (dev@catservice2) (gcc version 7.3.0 (OpenWrt GCC 7
.3.0 r7676-cddd7b4c77)) #0 Wed Jan 30 12:21:02 2019
[    0.000000] SoC Type: Ralink RT5350 id:1 rev:3
[    0.000000] bootconsole [early0] enabled
[    0.000000] CPU0 revision is: 0001964c (MIPS 24KEc)
[    0.000000] MIPS: machine is A5-V11
[    0.000000] Determined physical RAM map:
[    0.000000]  memory: 02000000 @ 00000000 (usable)
[    0.000000] Initrd not found or empty - disabling initrd
[    0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    0.000000] Primary data cache 16kB, 4-way, VIPT, no aliases, linesize 32 bytes
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x0000000001ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x0000000001ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000001ffffff]
[    0.000000] random: get_random_bytes called from start_kernel+0x8c/0x474 with crng_in
it=0
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 8128
[    0.000000] Kernel command line: console=ttyS0,57600 rootfstype=squashfs,jffs2
[    0.000000] PID hash table entries: 128 (order: -3, 512 bytes)
[    0.000000] Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Writing ErrCtl register=0000b9e0
[    0.000000] Readback ErrCtl register=0000b9e0
[    0.000000] Memory: 27784K/32768K available (3276K kernel code, 164K rwdata, 768K rod
ata, 200K init, 195K bss, 4984K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS: 256
[    0.000000] CPU Clock: 360MHz
[    0.000000] clocksource: systick: mask: 0xffff max_cycles: 0xffff, max_idle_ns: 58326
1500 ns
[    0.000000] systick: running - mult: 214748, shift: 32
[    0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns:
10618113593 ns
[    0.000016] sched_clock: 32 bits at 180MHz, resolution 5ns, wraps every 11930464253ns
[    0.015700] Calibrating delay loop... 239.61 BogoMIPS (lpj=1198080)
[    0.098043] pid_max: default: 32768 minimum: 301
[    0.107619] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.120732] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.143643] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_n
s: 19112604462750000 ns
[    0.163208] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.175460] pinctrl core: initialized pinctrl subsystem
[    0.186967] NET: Registered protocol family 16
[    0.255936] rt2880_gpio 10000600.gpio: registering 22 gpios
[    0.267078] rt2880_gpio 10000600.gpio: registering 22 irq handlers
[    0.280077] rt2880_gpio 10000660.gpio: registering 6 gpios
[    0.291034] rt2880_gpio 10000660.gpio: registering 6 irq handlers
[    0.313754] clocksource: Switched to clocksource MIPS
[    0.326048] NET: Registered protocol family 2
[    0.336352] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    0.350236] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[    0.362806] TCP: Hash tables configured (established 1024 bind 1024)
[    0.375808] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.387450] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.400383] NET: Registered protocol family 1
[    0.415870] rt-timer 10000100.timer: maximum frequency is 3662Hz
[    0.429592] Crashlog allocated RAM at address 0x1f00000
[    0.444804] workingset: timestamp_bits=30 max_order=13 bucket_order=0
[    0.468504] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.480102] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2
001-2006 Red Hat, Inc.
[    0.527498] io scheduler noop registered
[    0.535281] io scheduler deadline registered (default)
[    0.547180] gpio-export gpio_export: 2 gpio(s) exported
[    0.558134] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    0.572844] console [ttyS0] disabled
[    0.580033] 10000c00.uartlite: ttyS0 at MMIO 0x10000c00 (irq = 20, base_baud = 250000
0) is a Palmchip BK-3103
[    0.599757] console [ttyS0] enabled
[    0.599757] console [ttyS0] enabled
[    0.613535] bootconsole [early0] disabled
[    0.613535] bootconsole [early0] disabled
[    0.630446] cacheinfo: Failed to find cpu0 device node
[    0.640819] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    0.666654] spi spi0.0: force spi mode3
[    0.686400] m25p80 spi0.0: w25q128 (16384 Kbytes)
[    0.695957] 4 fixed-partitions partitions found on MTD device spi0.0
[    0.708691] Creating 4 MTD partitions on "spi0.0":
[    0.718334] 0x000000000000-0x000000030000 : "u-boot"
[    0.730163] 0x000000030000-0x000000040000 : "u-boot-env"
[    0.742679] 0x000000040000-0x000000050000 : "factory"
[    0.754962] 0x000000050000-0x000001000000 : "firmware"
[    2.633394] 2 uimage-fw partitions found on MTD device firmware
[    2.645369] 0x000000050000-0x0000001a9015 : "kernel"
[    2.655321] random: fast init done
[    2.664075] 0x0000001a9015-0x000001000000 : "rootfs"
[    2.675789] mtd: device 5 (rootfs) set to be root filesystem
[    2.691206] 1 squashfs-split partitions found on MTD device rootfs
[    2.703721] 0x000000383000-0x000001000000 : "rootfs_data"
[    2.717403] libphy: Fixed MDIO Bus: probed
[    2.735342] rt3050-esw 10110000.esw: link changed 0x00
[    2.747480] mtk_soc_eth 10100000.ethernet: generated random MAC address 92:40:d0:c3:1
7:3b
[    2.765191] mtk_soc_eth 10100000.ethernet eth0: mediatek frame engine at 0xb0100000,
irq 5
[    2.782860] rt2880_wdt 10000120.watchdog: Initialized
[    2.795664] NET: Registered protocol family 10
[    2.814226] Segment Routing with IPv6
[    2.821735] NET: Registered protocol family 17
[    2.830861] 8021q: 802.1Q VLAN Support v1.8
[    2.857799] VFS: Mounted root (squashfs filesystem) readonly on device 31:5.
[    2.874209] Freeing unused kernel memory: 200K
[    2.883078] This architecture does not have kernel memory protection.
[    4.457612] init: Console is alive
[    4.465151] init: - watchdog -
[    6.358476] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    6.677541] usbcore: registered new interface driver usbfs
[    6.688866] usbcore: registered new interface driver hub
[    6.699875] usbcore: registered new device driver usb
[    6.722912] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    6.739270] ehci-platform: EHCI generic platform driver
[    6.760468] phy phy-usbphy.0: remote usb device wakeup disabled
[    6.772352] phy phy-usbphy.0: UTMI 16bit 30MHz
[    6.781301] ehci-platform 101c0000.ehci: EHCI Host Controller
[    6.792910] ehci-platform 101c0000.ehci: new USB bus registered, assigned bus number
1
[    6.809040] ehci-platform 101c0000.ehci: irq 26, io mem 0x101c0000
[    6.843895] ehci-platform 101c0000.ehci: USB 2.0 started, EHCI 1.00
[    6.858552] hub 1-0:1.0: USB hub found
[    6.867346] hub 1-0:1.0: 1 port detected
[    6.882005] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    6.898078] ohci-platform: OHCI generic platform driver
[    6.909208] ohci-platform 101c1000.ohci: Generic Platform OHCI controller
[    6.922961] ohci-platform 101c1000.ohci: new USB bus registered, assigned bus number
2
[    6.939007] ohci-platform 101c1000.ohci: irq 26, io mem 0x101c1000
[    7.019711] hub 2-0:1.0: USB hub found
[    7.028375] hub 2-0:1.0: 1 port detected
[    7.045784] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    7.071322] init: - preinit -
[    8.097347] usb 1-1: new high-speed USB device number 2 using ehci-platform
[    8.479131] random: procd: uninitialized urandom read (4 bytes read)
[    8.970572] rt3050-esw 10110000.esw: link changed 0x00
Press the [f] key and hit [enter] to enter failsafe mode
Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
[   14.108354] jffs2: notice: (347) jffs2_build_xattr_subsystem: complete building xattr
subsystem, 9 of xdatum (2 unchecked, 7 orphan) and 10 of xref (7 dead, 0 orphan) found.
[   14.144199] mount_root: switching to jffs2 overlay
[   14.207395] overlayfs: upper fs does not support tmpfile.
[   14.231942] urandom-seed: Seeding with /etc/urandom.seed
[   14.460980] procd: - early -
[   14.467184] procd: - watchdog -
[   15.343280] procd: - watchdog -
[   15.350661] procd: - ubus -
[   15.449271] random: ubusd: uninitialized urandom read (4 bytes read)
[   15.467505] random: ubusd: uninitialized urandom read (4 bytes read)
[   15.481479] random: ubusd: uninitialized urandom read (4 bytes read)
[   15.497239] procd: - init -
Please press Enter to activate this console.
[   16.158714] kmodloader: loading kernel modules from /etc/modules.d/*
[   16.185739] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   16.221888] Loading modules backported from Linux version wt-2017-11-01-0-gfe248fc2c1
80
[   16.238015] Backport generated by backports.git v4.14-rc2-1-31-g86cf0e5d
[   16.260257] ip_tables: (C) 2000-2006 Netfilter Core Team
[   16.288920] nf_conntrack version 0.5.0 (1024 buckets, 4096 max)
[   16.428354] xt_time: kernel timezone is -0000
[   16.541354] PPP generic driver version 2.4.2
[   16.556184] NET: Registered protocol family 24
[   16.616059] rt2800_wmac 10180000.wmac: loaded eeprom from mtd device "factory"
[   16.630615] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 5350, rev 0500 detected
[   16.646188] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 5350 detected
[   16.704234] kmodloader: done loading kernel modules from /etc/modules.d/*
[   18.719196] urandom_read: 5 callbacks suppressed
[   18.719213] random: jshn: uninitialized urandom read (4 bytes read)
[   31.264744] br-lan: port 1(eth0) entered blocking state
[   31.275345] br-lan: port 1(eth0) entered disabled state
[   31.286499] device eth0 entered promiscuous mode
[   31.354153] br-lan: port 1(eth0) entered blocking state
[   31.364691] br-lan: port 1(eth0) entered forwarding state
[   31.375918] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[   32.303987] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[   36.669419] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   36.693949] br-lan: port 2(wlan0) entered blocking state
[   36.704651] br-lan: port 2(wlan0) entered disabled state
[   36.716034] device wlan0 entered promiscuous mode
[   37.570669] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   37.584024] br-lan: port 2(wlan0) entered blocking state
[   37.594739] br-lan: port 2(wlan0) entered forwarding state
[  113.647683] random: crng init done

Jest coś co pominąłem?

Jeszcze kilka poleceń i ich wyniki:

root@OpenWrt:/# iwinfo wlan0 info
wlan0     ESSID: "LEDE_TEST"
          Access Point: A6:7B:28:A7:2C:96
          Mode: Master  Channel: 11 (2.462 GHz)
          Tx-Power: 20 dBm  Link Quality: unknown/70
          Signal: unknown  Noise: unknown
          Bit Rate: unknown
          Encryption: mixed WPA/WPA2 PSK (CCMP)
          Type: nl80211  HW Mode(s): 802.11bgn
          Hardware: unknown [Generic MAC80211]
          TX power offset: unknown
          Frequency offset: unknown
          Supports VAPs: yes  PHY name: phy0

root@OpenWrt:/# ifconfig
br-lan    Link encap:Ethernet  HWaddr 5E:A1:9B:AC:F1:16  
          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fd25:abb4:831c::1/60 Scope:Global
          inet6 addr: fe80::5ca1:9bff:feac:f116/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:2132 (2.0 KiB)

eth0      Link encap:Ethernet  HWaddr 5E:A1:9B:AC:F1:16  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:22 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:3761 (3.6 KiB)
          Interrupt:5 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:256 errors:0 dropped:0 overruns:0 frame:0
          TX packets:256 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:17408 (17.0 KiB)  TX bytes:17408 (17.0 KiB)

wlan0     Link encap:Ethernet  HWaddr A6:7B:28:A7:2C:96  
          inet6 addr: fe80::a47b:28ff:fea7:2c96/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:1344 (1.3 KiB)

9

(264 odpowiedzi, napisanych Oprogramowanie / Software)

@Cezary a jest możliwość jednoczesnego używania OpenVPN jako:
- server na (tun0)
- client na (tun1)

?

10

(0 odpowiedzi, napisanych Oprogramowanie / Software)

Witam!

Udało się komuś uruchomić któreś z rozwiązań pozwalających na zamontowanie dysku Google pod openWrt?
Próbowałem jakis czas temu z gdriveFs:
https://github.com/dsoprea/GDriveFS

Niestety mimo uzupełnienia wszystkich zależności sama aplikacja odmawiała posłuszeństwa.
Odszukam co dokładnie sypie podczas próby autoryzacji konta i postaram się wkleić loga.
Ale może zna ktoś inne w pełni działające rozwiązanie?

11

(268 odpowiedzi, napisanych Oprogramowanie / Software)

Spróbuję z inna kamerką jak tylko wpadnie mi jakaś w ręce.

Wielki dzięki, Pozdrawiam

12

(268 odpowiedzi, napisanych Oprogramowanie / Software)

Użyłem:

fswebcam -r 640x480 -d /dev/video0 -v /nfs/usb/test.jpg

i w rezultacie mam zdjęcie, czyli ogólnie kamerka działa

13

(268 odpowiedzi, napisanych Oprogramowanie / Software)

włączyłem uyuv efekt bez zmian:

MJPG-streamer [4638]: init_VideoIn failed

14

(268 odpowiedzi, napisanych Oprogramowanie / Software)

chyba kamerka jest jednak niekompatybilna bo w logach mam:

Jan  7 04:41:29 MJPG-streamer [4516]: Format............: MJPEG
Jan  7 04:41:29 MJPG-streamer [4516]: init_VideoIn failed

15

(268 odpowiedzi, napisanych Oprogramowanie / Software)

zdaje się, że nie pracuje oto wynik z polecenia ps

1 root      1508 S    init
    2 root         0 SW   [kthreadd]
    3 root         0 SW   [ksoftirqd/0]
    5 root         0 SW   [kworker/u:0]
    6 root         0 SW<  [khelper]
   62 root         0 SW   [sync_supers]
   64 root         0 SW   [bdi-default]
   66 root         0 SW<  [kblockd]
   95 root         0 SW   [kswapd0]
  143 root         0 SW   [fsnotify_mark]
  172 root         0 SW<  [ath79-spi]
  183 root         0 SW   [mtdblock0]
  188 root         0 SW   [mtdblock1]
  193 root         0 SW   [mtdblock2]
  198 root         0 SW   [mtdblock3]
  203 root         0 SW   [mtdblock4]
  208 root         0 SW   [mtdblock5]
  245 root         0 SW   [kworker/0:1]
  472 root         0 SW   [khubd]
  482 root         0 SW   [kworker/0:2]
  483 root         0 SW   [scsi_eh_0]
  484 root         0 SW   [usb-storage]
  485 root         0 SW   [kworker/u:2]
  507 root         0 SW   [jbd2/sda1-8]
  508 root         0 SW<  [ext4-dio-unwrit]
  530 root      1508 S    init
  560 root         0 SW<  [cfg80211]
  599 root         0 SW<  [rpciod]
  619 root         0 SW<  [nfsiod]
  711 root         0 SW   [flush-8:0]
  773 root      1496 S    /sbin/syslogd -l 7 -s 16 -O /tmp/usb_mount/3821-4380
  775 root      1496 S    /sbin/klogd
  777 root       884 S    /sbin/hotplug2 --override --persistent --set-rules-f
  785 root       876 S    /sbin/ubusd
  862 nobody    1024 S    /usr/sbin/portmap
  893 root      1476 S    /sbin/netifd
1145 root      1512 S    udhcpc -p /var/run/udhcpc-eth0.pid -s /lib/netifd/dh
1617 root      1632 S    hostapd -P /var/run/wifi-phy0.pid -B /var/run/hostap
1957 root      1156 S    /usr/sbin/dropbear -P /var/run/dropbear.1.pid -p 22
2010 root      1504 S    /sbin/watchdog -t 5 /dev/watchdog
2024 root      1348 S    httpd_gargoyle -c cgi-bin/**|**.sh|**.cgi|**.csv -d
2074 nobody     952 S    /usr/sbin/dnsmasq -C /var/etc/dnsmasq.conf
2112 root      1068 S    /usr/sbin/rpc.statd -p 32778 -o 32779
2120 root         0 SW   [lockd]
2121 root         0 SW   [nfsd]
2122 root         0 SW   [nfsd]
2123 root         0 SW   [nfsd]
2124 root         0 SW   [nfsd]
2125 root         0 SW   [nfsd]
2126 root         0 SW   [nfsd]
2127 root         0 SW   [nfsd]
2128 root         0 SW   [nfsd]
2130 root      1400 S    /usr/sbin/rpc.mountd -p 32780 -F
2144 root      3140 S    /usr/sbin/smbd -D
2146 root      3200 S    /usr/sbin/nmbd -D
2193 root      1020 S    /usr/sbin/vsftpd /tmp/vsftpd/vsftpd.conf
2357 root      1504 S    /usr/sbin/ntpd -n -p 0.europe.pool.ntp.org -p 1.euro
3246 root      1512 S    /usr/sbin/crond -c /etc/crontabs -l 9
3898 root      1220 S    /usr/sbin/dropbear -P /var/run/dropbear.1.pid -p 22
3899 root      1508 S    -ash
4221 root      1500 R    ps

16

(268 odpowiedzi, napisanych Oprogramowanie / Software)

Czy mjpeg-streamer powinien się zainstalować razem z dodatkiem WebCam?

chcąc go uruchomić dostaję dostaję:

root@Gargoyle:~# /etc/init.d/mjpeg-streamer start
-ash: /etc/init.d/mjpeg-streamer: not found

U serwisach w UI istnieje:

PunBB bbcode test

17

(268 odpowiedzi, napisanych Oprogramowanie / Software)

Witam!

Zainstalowałem właśnie dodatek WebCam w moim TP-Linku 3420v2. podłączyłem kamerkę marki Canyon
oto cat z device:

T:  Bus=01 Lev=02 Prnt=02 Port=02 Cnt=02 Dev#=  4 Spd=480  MxCh= 0
D:  Ver= 2.00 Cls=ef(misc ) Sub=02 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=0c45 ProdID=6340 Rev= 0.00
S:  Manufacturer=Sonix Technology Co., Ltd.
S:  Product=USB 2.0 Camera
C:* #Ifs= 4 Cfg#= 1 Atr=80 MxPwr=500mA
A:  FirstIf#= 0 IfCount= 2 Cls=0e(video) Sub=03 Prot=00
A:  FirstIf#= 2 IfCount= 2 Cls=01(audio) Sub=00 Prot=00
I:* If#= 0 Alt= 0 #EPs= 1 Cls=0e(video) Sub=01 Prot=00 Driver=uvcvideo
E:  Ad=83(I) Atr=03(Int.) MxPS=  16 Ivl=4ms
I:* If#= 1 Alt= 0 #EPs= 0 Cls=0e(video) Sub=02 Prot=00 Driver=uvcvideo
I:  If#= 1 Alt= 1 #EPs= 1 Cls=0e(video) Sub=02 Prot=00 Driver=uvcvideo
E:  Ad=81(I) Atr=05(Isoc) MxPS= 128 Ivl=125us
I:  If#= 1 Alt= 2 #EPs= 1 Cls=0e(video) Sub=02 Prot=00 Driver=uvcvideo
E:  Ad=81(I) Atr=05(Isoc) MxPS= 256 Ivl=125us
I:  If#= 1 Alt= 3 #EPs= 1 Cls=0e(video) Sub=02 Prot=00 Driver=uvcvideo
E:  Ad=81(I) Atr=05(Isoc) MxPS= 800 Ivl=125us
I:  If#= 1 Alt= 4 #EPs= 1 Cls=0e(video) Sub=02 Prot=00 Driver=uvcvideo
E:  Ad=81(I) Atr=05(Isoc) MxPS=1600 Ivl=125us
I:  If#= 1 Alt= 5 #EPs= 1 Cls=0e(video) Sub=02 Prot=00 Driver=uvcvideo
E:  Ad=81(I) Atr=05(Isoc) MxPS=2400 Ivl=125us
I:  If#= 1 Alt= 6 #EPs= 1 Cls=0e(video) Sub=02 Prot=00 Driver=uvcvideo
E:  Ad=81(I) Atr=05(Isoc) MxPS=3072 Ivl=125us
I:* If#= 2 Alt= 0 #EPs= 0 Cls=01(audio) Sub=01 Prot=00 Driver=snd-usb-audio
I:* If#= 3 Alt= 0 #EPs= 0 Cls=01(audio) Sub=02 Prot=00 Driver=snd-usb-audio
I:  If#= 3 Alt= 1 #EPs= 1 Cls=01(audio) Sub=02 Prot=00 Driver=snd-usb-audio
E:  Ad=84(I) Atr=05(Isoc) MxPS= 400 Ivl=1ms

T:  Bus=01 Lev=02 Prnt=02 Port=03 Cnt=03 Dev#=  5 Spd=480  MxCh= 4
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=1a40 ProdID=0101 Rev= 1.11
S:  Product=USB 2.0 Hub
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=100mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   1 Ivl=256ms

Niestety nie dostaję obrazu w UI Gargoyle ani poprzez link:
PunBB bbcode test

Co może być przyczyną? niekompatybilna kamerka czy raczej jakiś błąd z mojej strony?

Pozdrawiam

18

(421 odpowiedzi, napisanych Oprogramowanie / Software)

Problem był natury sprzętowej (karta z odzysku miała wylutowane złącza jack)
Kierując się zdjęciem z allegro identycznej karty wlutowałem w miejsce mikrofonu
Wizualnie były identyczne a jednak złącz były odwrotnie.

Dziękuję za odpowiedź. Pozdrawiam

19

(421 odpowiedzi, napisanych Oprogramowanie / Software)

Witam!

Oto wynik z konsoli:

T:  Bus=01 Lev=02 Prnt=02 Port=01 Cnt=02 Dev#=  4 Spd=12   MxCh= 0
D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=0c76 ProdID=1605 Rev= 1.00
S:  Product=SSS USB Headphone Set
C:* #Ifs= 4 Cfg#= 1 Atr=80 MxPwr=100mA
I:* If#= 0 Alt= 0 #EPs= 0 Cls=01(audio) Sub=01 Prot=00 Driver=snd-usb-audio
I:  If#= 1 Alt= 0 #EPs= 0 Cls=01(audio) Sub=02 Prot=00 Driver=snd-usb-audio
I:* If#= 1 Alt= 1 #EPs= 1 Cls=01(audio) Sub=02 Prot=00 Driver=snd-usb-audio
E:  Ad=01(O) Atr=09(Isoc) MxPS= 200 Ivl=1ms
I:* If#= 2 Alt= 0 #EPs= 0 Cls=01(audio) Sub=02 Prot=00 Driver=snd-usb-audio
I:  If#= 2 Alt= 1 #EPs= 1 Cls=01(audio) Sub=02 Prot=00 Driver=snd-usb-audio
E:  Ad=82(I) Atr=05(Isoc) MxPS= 200 Ivl=1ms
I:* If#= 3 Alt= 0 #EPs= 1 Cls=03(HID  ) Sub=00 Prot=00 Driver=(none)
E:  Ad=83(I) Atr=03(Int.) MxPS=   4 Ivl=32ms

T:  Bus=01 Lev=02 Prnt=02 Port=03 Cnt=03 Dev#=  5 Spd=480  MxCh= 4
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=1a40 ProdID=0101 Rev= 1.11
S:  Product=USB 2.0 Hub
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=100mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   1 Ivl=256ms

Dodałem sobie to źródło:

i niestety po wciśnięciu przycisku "Graj" cisza.

Co może być przyczyną?

Dodam, że mój router to TP-Link 3420v2 z extroot i zainstalowanym dodatkiem "Radio Internetowe"