网络配置的具体功能貌似 都不再同一个位置的,很分散,不同的配置在不同的配置文件。

Latest posts made by yfloat
-
RE: firstboot -y 重启后还可以保存自定义数据吗?
@mango
这样确实是可以
但是我的文件内容是在程序运行中产生并且写入的。举个例子:
第一次运行程序后,配置了网络(模块连接路由器),
而后我通过在线升级 (sysupgrade up.bin------firstboot -y ------- reboot)
这个时候就又需要配置一遍网络了。。。
我们期望:升级后 还能自动连接上,升级之前连接的路由器 -
RE: firstboot -y 重启后还可以保存自定义数据吗?
@mango
我的意思是
比如 我在/etc目录下新建一个文件abc,在文件里写入123,然后保存。
那么我再 输入 firstboot -y 然后reboot,
有什么方法 可以使/etc下还有文件abc并且数据不丢失? -
BIT3出现错误打印
74SQUASHFS error: Unable to read fragment cache entry [73d49e]
SQUASHFS error: Unable to read page, block 73d49e, size f6fc
SQUASHFS error: Unable to read fragment cache entry [73d49e]
SQUASHFS error: Unable to read page, block 73d49e, size f6fc
ALSA lib control.c:953:(snd_ctl_open_noupdate) Invalid CTL default
amixer: Control default open error: No such file or directorySQUASHFS error: Unable to read fragment cache entry [73d49e]
SQUASHFS error: Unable to read page, block 73d49e, size f6fc
SQUASHFS error: Unable to read fragment cache entry [73d49e]
SQUASHFS error: Unable to read page, block 73d49e, size f6fc
ALSA lib control.c:953:(snd_ctl_open_noupdate) Invalid CTL default
amixer: Control default open error: No such file or directory请问,BIT3模块出现以上错误打印,应该怎么解决?
有用到ALSA 的命令 -
RE: 如何使用I2C控制wm8960芯片
@midas-zhou
感谢回答
我也用过alsamixer调试过,但还是没有效果,
我的目标是希望可以切换8960处于I2S模式还是LINE_IN模式,
现在他默认是I2S模式,但是就是换不到LINE_IN。。。。 -
RE: 如何使用I2C控制wm8960芯片
请教大神啊
我用amixer contents查看命令,然后设置参数,
但是有一个mute一直为1 如图所示
怎样才能设置,不静音呢?