您尚未登录。

楼主 #1 2020-01-15 21:07:08

chainsx
会员
注册时间: 2019-08-01
已发帖子: 37
积分: 31.5

v3s下通过SDIO0使用无线网卡的问题

rtl8723bs通过SDIO0的引脚直接插在板子上的,
试过了4.10和4.13的内核,加了r8723bs的驱动,
开机后modprobe r8723bs不报错也无回显,
ifconfig wlan0 up提示没有设备,
确认网卡没坏,插在f1c100s上能用,
这是因为什么原因?

离线

#2 2020-01-15 21:43:00

cityf
会员
注册时间: 2017-11-03
已发帖子: 195
积分: 195

Re: v3s下通过SDIO0使用无线网卡的问题

设备树配好了吗?

离线

楼主 #3 2020-01-17 09:02:17

chainsx
会员
注册时间: 2019-08-01
已发帖子: 37
积分: 31.5

Re: v3s下通过SDIO0使用无线网卡的问题

cityf 说:

设备树配好了吗?

你这里是指make menuconfig选择r8723bs之后还要对dts进行更改吗?

离线

楼主 #4 2020-01-17 17:27:48

chainsx
会员
注册时间: 2019-08-01
已发帖子: 37
积分: 31.5

Re: v3s下通过SDIO0使用无线网卡的问题

OK,解决了,原因是要使用sun8i-v3s-licheepi-zero-dock.dtb而不能使用sun8i-v3s-licheepi-zero.dtb

离线

楼主 #5 2020-01-17 17:47:06

chainsx
会员
注册时间: 2019-08-01
已发帖子: 37
积分: 31.5

Re: v3s下通过SDIO0使用无线网卡的问题

sunxi-mmc 1c10000.mmc: data error, sending stop command

不知为何,然而还是挂了。

离线

#6 2020-01-17 17:48:06

cityf
会员
注册时间: 2017-11-03
已发帖子: 195
积分: 195

Re: v3s下通过SDIO0使用无线网卡的问题

噢,对,就是这个问题。

据说RTL8723长时间工作不是很稳定,你可以试一试。

离线

楼主 #7 2020-01-17 17:56:02

chainsx
会员
注册时间: 2019-08-01
已发帖子: 37
积分: 31.5

Re: v3s下通过SDIO0使用无线网卡的问题

U-Boot SPL 2017.01-rc2-00055-gc41fbfe7b5 (Jan 20 2017 - 00:39:08)
DRAM: 64 MiB
Trying to boot from MMC1

U-Boot 2017.01-rc2-00055-gc41fbfe7b5 (Jan 20 2017 - 00:39:08 +0800) Allwinner Technology

CPU:   Allwinner V3s (SUN8I 1681)
Model: Lichee Pi Zero
DRAM:  64 MiB
MMC:   SUNXI SD/MMC: 0
*** Warning - bad CRC, using default environment

Setting up a 800x480 lcd console (overscan 0x0)
dotclock: 33000kHz = 33000kHz: (1 * 3MHz * 66) / 6
In:    serial@01c28000
Out:   serial@01c28000
Err:   serial@01c28000


U-Boot 2017.01-rc2-00055-gc41fbfe7b5 (Jan 20 2017 - 00:39:08 +0800) Allwinner Technology

CPU:   Allwinner V3s (SUN8I 1681)
Model: Lichee Pi Zero
DRAM:  64 MiB
MMC:   SUNXI SD/MMC: 0
*** Warning - bad CRC, using default environment

Setting up a 800x480 lcd console (overscan 0x0)
dotclock: 33000kHz = 33000kHz: (1 * 3MHz * 66) / 6
In:    serial@01c28000
Out:   serial@01c28000
Err:   serial@01c28000
Net:   No ethernet found.
starting USB...
No controllers found
Hit any key to stop autoboot:  0
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
Found U-Boot script /boot.scr
reading /boot.scr
287 bytes read in 17 ms (15.6 KiB/s)
## Executing script at 41900000
reading zImage
3971856 bytes read in 661 ms (5.7 MiB/s)
reading sun8i-v3s-licheepi-zero.dtb
11856 bytes read in 29 ms (398.4 KiB/s)
## Flattened Device Tree blob at 41800000
   Booting using the fdt blob at 0x41800000
   Loading Device Tree to 42dfa000, end 42dffe4f ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.13.16-licheepi-zero+ (root@chainsx.cn) (gcc version 7.4.0 (Ubuntu/Linaro 7.4.0-1ubuntu1~18.04.1)) #1 SMP Mon Jan 13 10:37:52 CST 2020
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: Lichee Pi Zero with Dock
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] percpu: Embedded 16 pages/cpu @c3de6000 s33868 r8192 d23476 u65536
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 15883
[    0.000000] Kernel command line: console=ttyS0,115200 panic=5 console=tty0 rootwait root=/dev/mmcblk0p2 earlyprintk rw
[    0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
[    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Memory: 53560K/64036K available (6144K kernel code, 237K rwdata, 1448K rodata, 1024K init, 262K bss, 10476K reserved, 0K cma-reserved, 0K highmem)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xc4000000 - 0xff800000   ( 952 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xc3e89000   (  62 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0700000   (7136 kB)
[    0.000000]       .init : 0xc0900000 - 0xc0a00000   (1024 kB)
[    0.000000]       .data : 0xc0a00000 - 0xc0a3b580   ( 238 kB)
[    0.000000]        .bss : 0xc0a427f0 - 0xc0a8402c   ( 263 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  RCU event tracing is enabled.
[    0.000000]  RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=1.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (virt).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000009] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.000021] Switching to timer-based delay loop, resolution 41ns
[    0.000181] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[    0.000420] Console: colour dummy device 80x30
[    0.000852] console [tty0] enabled
[    0.000890] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[    0.000928] pid_max: default: 32768 minimum: 301
[    0.001070] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.001101] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.001719] CPU: Testing write buffer coherency: ok
[    0.002130] /cpus/cpu@0 missing clock-frequency property
[    0.002175] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.002665] Setting up static identity map for 0x40100000 - 0x40100060
[    0.002878] Hierarchical SRCU implementation.
[    0.003414] smp: Bringing up secondary CPUs ...
[    0.003447] smp: Brought up 1 node, 1 CPU
[    0.003467] SMP: Total of 1 processors activated (48.00 BogoMIPS).
[    0.003487] CPU: All CPU(s) started in SVC mode.
[    0.004284] devtmpfs: initialized
[    0.007472] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.007810] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.007868] futex hash table entries: 256 (order: 2, 16384 bytes)
[    0.008042] pinctrl core: initialized pinctrl subsystem
[    0.008948] random: get_random_u32 called from bucket_table_alloc+0x110/0x238 with crng_init=0
[    0.009124] NET: Registered protocol family 16
[    0.009609] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.010844] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.010897] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.024144] SCSI subsystem initialized
[    0.024462] usbcore: registered new interface driver usbfs
[    0.024572] usbcore: registered new interface driver hub
[    0.024690] usbcore: registered new device driver usb
[    0.024965] pps_core: LinuxPPS API ver. 1 registered
[    0.024991] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.025038] PTP clock support registered
[    0.025268] Advanced Linux Sound Architecture Driver Initialized.
[    0.027134] clocksource: Switched to clocksource arch_sys_counter
[    0.038200] NET: Registered protocol family 2
[    0.038837] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    0.038893] TCP bind hash table entries: 1024 (order: 1, 8192 bytes)
[    0.038931] TCP: Hash tables configured (established 1024 bind 1024)
[    0.039079] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.039144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.039375] NET: Registered protocol family 1
[    0.040000] RPC: Registered named UNIX socket transport module.
[    0.040048] RPC: Registered udp transport module.
[    0.040066] RPC: Registered tcp transport module.
[    0.040083] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.042201] workingset: timestamp_bits=30 max_order=14 bucket_order=0
[    0.051250] NFS: Registering the id_resolver key type
[    0.051327] Key type id_resolver registered
[    0.051346] Key type id_legacy registered
[    0.052351] random: fast init done
[    0.055294] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    0.055348] io scheduler noop registered
[    0.055367] io scheduler deadline registered
[    0.055669] io scheduler cfq registered (default)
[    0.055697] io scheduler mq-deadline registered
[    0.055717] io scheduler kyber registered
[    0.060171] sun8i-v3s-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[    0.131781] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[    0.135213] console [ttyS0] disabled
[    0.155519] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 36, base_baud = 1500000) is a U6_16550A
[    0.737400] console [ttyS0] enabled
[    0.744505] libphy: Fixed MDIO Bus: probed
[    0.749208] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
[    0.755026] dwmac-sun8i 1c30000.ethernet: No regulator found
[    0.760815] dwmac-sun8i 1c30000.ethernet: Will use internal PHY
[    0.766993] dwmac-sun8i 1c30000.ethernet: Chain mode enabled
[    0.772715] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported
[    0.779973] dwmac-sun8i 1c30000.ethernet: Normal descriptors
[    0.785639] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported
[    0.792886] dwmac-sun8i 1c30000.ethernet: COE Type 2
[    0.797870] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported
[    0.804868] libphy: stmmac: probed
[    0.810261] usbcore: registered new interface driver rtl8xxxu
[    0.816046] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.822704] ehci-platform: EHCI generic platform driver
[    0.828274] ehci-platform 1c1a000.usb: EHCI Host Controller
[    0.833913] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
[    0.841947] ehci-platform 1c1a000.usb: irq 26, io mem 0x01c1a000
[    0.877149] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
[    0.884370] hub 1-0:1.0: USB hub found
[    0.888359] hub 1-0:1.0: 1 port detected
[    0.892893] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.899212] ohci-platform: OHCI generic platform driver
[    0.904777] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
[    0.911532] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
[    0.919527] ohci-platform 1c1a400.usb: irq 27, io mem 0x01c1a400
[    0.992294] hub 2-0:1.0: USB hub found
[    0.996151] hub 2-0:1.0: 1 port detected
[    1.003779] udc-core: couldn't find an available UDC - added [g_cdc] to list of pending drivers
[    1.013408] input: 1c22800.lradc as /devices/platform/soc/1c22800.lradc/input/input0
[    1.022456] sun6i-rtc 1c20400.rtc: rtc core: registered rtc-sun6i as rtc0
[    1.029392] sun6i-rtc 1c20400.rtc: RTC enabled
[    1.033953] i2c /dev entries driver
[    1.038987] input: ns2009_ts as /devices/platform/soc/1c2ac00.i2c/i2c-0/0-0048/input/input1
[    1.048579] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
[    1.117182] sunxi-mmc 1c0f000.mmc: base:0xc41f8000 irq:23
[    1.164522] mmc0: host does not support reading read-only switch, assuming write-enable
[    1.174733] mmc0: new high speed SDHC card at address 1234
[    1.180831] sunxi-mmc 1c10000.mmc: base:0xc41fc000 irq:24
[    1.187421] usbcore: registered new interface driver usbhid
[    1.193023] usbhid: USB HID core driver
[    1.197632] mmcblk0: mmc0:1234 SA04G 3.64 GiB
[    1.205247] sun4i-codec 1c22c00.codec: ASoC: /soc/codec-analog@01c23000 not registered
[    1.213320] sun4i-codec 1c22c00.codec: Failed to register our card
[    1.221886]  mmcblk0: p1 p2
[    1.226822] NET: Registered protocol family 17
[    1.231547] Key type dns_resolver registered
[    1.235972] Registering SWP/SWPB emulation handler
[    1.245421] simple-framebuffer 43e89000.framebuffer: framebuffer at 0x43e89000, 0x177000 bytes, mapped to 0xc4380000
[    1.256119] simple-framebuffer 43e89000.framebuffer: format=x8r8g8b8, mode=800x480x32, linelength=3200
[    1.272516] Console: switching to colour frame buffer device 100x30
[    1.288908] simple-framebuffer 43e89000.framebuffer: fb0: simplefb registered!
[    1.301357] usb_phy_generic usb_phy_generic.0.auto: usb_phy_generic.0.auto supply vcc not found, using dummy regulator
[    1.320570] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
[    1.330413] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 3
[    1.343651] hub 3-0:1.0: USB hub found
[    1.351652] hub 3-0:1.0: 1 port detected
[    1.360820] using random self ethernet address
[    1.369189] using random host ethernet address
[    1.378423] usb0: HOST MAC 72:95:b9:b4:ad:46
[    1.386373] usb0: MAC ca:34:cc:df:91:03
[    1.393828] g_cdc gadget: CDC Composite Gadget, version: King Kamehameha Day 2008
[    1.404910] g_cdc gadget: g_cdc ready
[    1.414726] sun4i-codec 1c22c00.codec: Codec <-> 1c22c00.codec mapping ok
[    1.427179] sun6i-rtc 1c20400.rtc: setting system clock to 1970-01-01 00:28:40 UTC (1720)
[    1.439389] vcc5v0: disabling
[    1.445984] ALSA device list:
[    1.452567]   #0: V3s Audio Codec
[    1.461751] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
[    1.475940] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
[    1.488948] mmc1: new high speed SDIO card at address 0001
[    1.513090] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    1.525081] VFS: Mounted root (ext4 filesystem) on device 179:2.
[    1.536626] devtmpfs: mounted
[    1.544647] Freeing unused kernel memory: 1024K
[    1.859659] systemd[1]: System time before build time, advancing clock.
[    1.902638] systemd[1]: Failed to insert module 'autofs4': No such file or directory
[    1.947626] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[    1.977549] systemd[1]: Detected architecture arm.
[    2.000937] systemd[1]: Set hostname to <acqua>.
[    2.561583] systemd[1]: Listening on fsck to fsckd communication Socket.
[    2.577358] systemd[1]: Listening on udev Kernel Socket.
[    2.590744] systemd[1]: Reached target Swap.
[    2.602996] systemd[1]: Reached target Encrypted Volumes.
[    2.616327] systemd[1]: Reached target Remote File Systems (Pre).
[    2.630433] systemd[1]: Reached target Remote File Systems.
[    2.644485] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    2.743762] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)

Ubuntu 16.04.6 LTS acqua ttyS0

acqua login: ro[   14.488944] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   14.495655] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   14.505507] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   14.512451] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   14.519097] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   14.525605] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   14.532159] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   14.538687] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   14.545200] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   14.551746] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   14.558246] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   14.564722] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   14.571247] sunxi-mmc 1c10000.mmc: data error, sending stop command
o[   14.577952] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   14.584759] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   14.591399] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   14.597977] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   14.604489] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   14.611355] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   14.617913] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   14.624409] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   14.630932] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   14.637476] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   14.645519] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   14.653172] sunxi-mmc 1c10000.mmc: data error, sending stop command
t
Password: [   18.447256] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.453869] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.464811] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.474216] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.482577] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.493056] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.501027] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.508885] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.515949] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.523813] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.531630] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.538928] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.545948] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.553135] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.560298] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.568033] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.575210] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.582505] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.589693] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.596693] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.603857] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.611015] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.618138] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.625820] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.633156] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.640361] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.647727] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.654752] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.661924] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.669075] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.676096] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.683221] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.690438] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.698410] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   18.705765] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   19.667255] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   19.674341] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   19.684535] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   19.693735] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   19.701742] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   19.709589] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   19.716770] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   19.724547] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   19.732335] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   19.740151] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   19.754588] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   19.761832] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   19.769167] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   19.776185] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   19.783475] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   19.790657] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   19.797803] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   19.804798] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   19.811963] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   19.819107] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   19.826097] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   19.833246] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   19.840390] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   19.847522] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   19.854511] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   19.862389] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   19.869706] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   19.876866] sunxi-mmc 1c10000.mmc: data error, sending stop command

Last login: Thu Feb 11 16:33:07 UTC 2016 on ttyS0
Welcome to Ubuntu 16.04.6 LTS (GNU/Linux 4.13.16-licheepi-zero+ armv7l)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/advantage
root@acqua:~# ifconfig
eth0      Link encap:Ethernet  HWaddr 02:02:de:02:81:79
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:38

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

wlan0     Link encap:Ethernet  HWaddr cc:d2:9b:4d:ae:7c
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

root@acqua:~# [   43.018408] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.237917] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.245326] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.255358] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.265620] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.273533] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.281456] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.289276] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.296466] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.304191] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.312072] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.319823] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.326868] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.334732] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.342059] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.349989] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.357064] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.364341] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.371537] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.378683] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.385674] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.392843] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.399989] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.406980] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.414139] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.421293] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.428435] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.435419] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.442570] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.449706] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.456687] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.468743] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.687964] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.695387] sunxi-mmc 1c10000.mmc: data error, sending stop command
[   43.702509] sunxi-mmc 1c10000.mmc: data error, sending stop command

离线

#8 2020-01-17 18:03:38

cityf
会员
注册时间: 2017-11-03
已发帖子: 195
积分: 195

Re: v3s下通过SDIO0使用无线网卡的问题

PG0-5在dts可能被led占用了,检查一下。

离线

楼主 #9 2020-01-17 18:04:23

chainsx
会员
注册时间: 2019-08-01
已发帖子: 37
积分: 31.5

Re: v3s下通过SDIO0使用无线网卡的问题

cityf 说:

噢,对,就是这个问题。

据说RTL8723长时间工作不是很稳定,你可以试一试。

这不是不稳定的事了,用nmcli连接WiFi直接挂

离线

#10 2020-01-17 18:22:29

cityf
会员
注册时间: 2017-11-03
已发帖子: 195
积分: 195

Re: v3s下通过SDIO0使用无线网卡的问题

连上网络通讯挂了?还是没连上就挂了?

离线

楼主 #11 2020-01-17 18:22:49

chainsx
会员
注册时间: 2019-08-01
已发帖子: 37
积分: 31.5

Re: v3s下通过SDIO0使用无线网卡的问题

cityf 说:

PG0-5在dts可能被led占用了,检查一下。

	leds {
		/* The LEDs use PG0~2 pins, which conflict with MMC1 */
		status = "disbaled";
	};

的确是,请问具体该怎么改呢?

离线

#12 2020-01-17 18:32:31

晕哥
管理员
所在地: 微信 whycan_cn
注册时间: 2017-09-06
已发帖子: 9,224
积分: 9197

Re: v3s下通过SDIO0使用无线网卡的问题

删了就应该可以了。





离线

楼主 #13 2020-01-17 18:33:58

chainsx
会员
注册时间: 2019-08-01
已发帖子: 37
积分: 31.5

Re: v3s下通过SDIO0使用无线网卡的问题

晕哥 说:

删了就应该可以了。

嗯,我把led相关的都删了,看样子应该没问题了,谢谢各位了

离线

#14 2020-01-17 18:47:44

晕哥
管理员
所在地: 微信 whycan_cn
注册时间: 2017-09-06
已发帖子: 9,224
积分: 9197

Re: v3s下通过SDIO0使用无线网卡的问题

欢迎入坑!





离线

#15 2020-06-21 22:27:50

dingxmhan
会员
注册时间: 2020-06-11
已发帖子: 17
积分: 7

Re: v3s下通过SDIO0使用无线网卡的问题

v3s sdio1可以做wifi吗?

离线

#16 2021-01-25 22:42:33

hbw199633
会员
注册时间: 2021-01-25
已发帖子: 1
积分: 1

Re: v3s下通过SDIO0使用无线网卡的问题

你好 您彻底解决了吗?  麻烦您可以加下我QQ 982034166吗  我遇到了和您一样的问题,重谢!!!

离线

页脚

工信部备案:粤ICP备20025096号 Powered by FluxBB

感谢为中文互联网持续输出优质内容的各位老铁们。 QQ: 516333132, 微信(wechat): whycan_cn (哇酷网/挖坑网/填坑网) service@whycan.cn