I want to say implementing WiFi Network on B550 will not easy

Perhaps you need wait until wiki article released about it.
I dont undestand you say at first direct connect the dongle and then into 6 you say plug the dongle? Also when i boot from usb i seem to not have usbcore.ko module, should i copy the one the the tv rootfs? Another question, when boot from usb, how can i access the original rootfs to copy files from it?arris69 wrote:
alias: usb:v0FE6p8101d*dc*dsc*dp*ic*isc*ip* -> vendor 0FE6 product 8101
try to direct connect the dongle.
1. turn on tv
2. load module usbcore
3. dmesg
4. load dm9601
5. dmesg
6. plug dongle in
7. dmesg
8. ifconfig eth0 up
9. dmesg
10. udhcpd eth0
11. dmesg
hth
arris
it means without usb-hub, but plug it in in step 6.nostromo1983 wrote:I dont undestand you say at first direct connect the dongle and then into 6 you say plug the dongle? Also when i boot from usb i seem to not have usbcore.ko module, should i copy the one the the tv rootfs? Another question, when boot from usb, how can i access the original rootfs to copy files from it?arris69 wrote:
...
Code: Select all
mkdir /tmp/tvroot
mount -t squashfs /dev/bml0/6 /tmp/tvroot