Page 2 of 2

Re: Wifi in LE32B550?

Posted: Sun May 30, 2010 10:20 am
by erdem_ua
You welcome.
I want to say implementing WiFi Network on B550 will not easy :)
Perhaps you need wait until wiki article released about it.

Re: Wifi in LE32B550?

Posted: Sun May 30, 2010 1:33 pm
by nostromo1983
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
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?

Re: Wifi in LE32B550?

Posted: Sun May 30, 2010 4:20 pm
by arris69
nostromo1983 wrote:
arris69 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?
it means without usb-hub, but plug it in in step 6.
you can skip the step with usbcore, i guess your kernel has it built-in/or loads it at boot time
you can access the original rootfs by mount it somewhere, like

Code: Select all

mkdir /tmp/tvroot
mount -t squashfs /dev/bml0/6  /tmp/tvroot
but for this you need kernel with support access for /dev/bml.

but i thought you are working over exlink.

Re: Wifi in LE32B550?

Posted: Sun May 30, 2010 9:55 pm
by nostromo1983
There is only one usb port on the 5 series and i have to connect the external usb hdd to boot from it. Yeah i work with ex-link for now. For usbcore, seems like it's not loaded untill i launch exeDsp because before this lsusb display nothing and after this it's working and i can see my ethernet usb device. I need to buy a new usb2 hub because currently i'm working with an old usb 1.1 hub. But every time i unplug the ethernet dongle it produces a kernel panic, dont know why. I think i have bml* devices into /dev but i have to check if i can mount correctly.