Wifi in LE32B550?

Here for general support for B series TVs, request and problem solve area.

User avatar
erdem_ua
SamyGO Admin
Posts: 3126
Joined: Thu Oct 01, 2009 6:02 am
Location: Istanbul, Turkey
Contact:

Re: Wifi in LE32B550?

Post 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.
nostromo1983
Posts: 72
Joined: Sat Nov 07, 2009 4:39 pm

Re: Wifi in LE32B550?

Post 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?
Samsung LE32B554 T-CH5DEUC 2006.0 with patched u-boot for usb boot with OpenEmbedded custom kernel with network supported and usb rootfs
arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: Wifi in LE32B550?

Post 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.
nostromo1983
Posts: 72
Joined: Sat Nov 07, 2009 4:39 pm

Re: Wifi in LE32B550?

Post 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.
Samsung LE32B554 T-CH5DEUC 2006.0 with patched u-boot for usb boot with OpenEmbedded custom kernel with network supported and usb rootfs

Post Reply

Return to “[B] Support”