Page 10 of 17
Re: SamyGO Extensions [v0.03.6 rc] for c-series- rt73 driver
Posted: Thu Dec 16, 2010 3:08 pm
by arris69
vlpoliakov wrote:gipas wrote:Hi arris69,
is there a chance to get driver for usb-wifi with rt73 compiled in the future SamyGO releases? I saw it available in SamyGo for other samsung CPU platforms, but not in one you compiled for C-series.
rt73.ko standalone would also help

ralink rt73 driver needs to be ported to new napi interface -> feel free to send me the patches
serialmonkey based rt73 driver needs backport to not use linux kernels request firmware mechanism -> feel free to send me the patches
vlpoliakov wrote:
and, please, for DLINK DWA-140 rev. B2 ...
07D1;3C0A;RT2870 Wireless Lan Linux Driver;2.6.24_SELP.4.3.x-Cortex-A8/kernel/drivers/net/rt3070sta.ko
07D1;3C0A;RT2870 Wireless Lan Linux Driver;2.6.28.10/kernel/drivers/net/rt3370sta.ko
07D1;3C0A;RT2870 Wireless Lan Linux Driver;2.6.28.10/kernel/drivers/net/rt3070sta.ko
none of the drivers are in the corresponding "Extensions Pack"?
arris
Re: SamyGO Extensions [v0.03.6 rc] for c-series- rt73 driver
Posted: Fri Dec 17, 2010 3:15 pm
by arris69
vlpoliakov wrote:arris69 wrote:
07D1;3C0A;RT2870 Wireless Lan Linux Driver;2.6.24_SELP.4.3.x-Cortex-A8/kernel/drivers/net/rt3070sta.ko
07D1;3C0A;RT2870 Wireless Lan Linux Driver;2.6.28.10/kernel/drivers/net/rt3370sta.ko
07D1;3C0A;RT2870 Wireless Lan Linux Driver;2.6.28.10/kernel/drivers/net/rt3070sta.ko
none of the drivers are in the corresponding "Extensions Pack"?
arris
hi!!
yes, 07D1:3C0A, 2.6.24_SELP.4.3.x-Cortex-A8/kernel/drivers/net/rt3070sta.ko
after insmod, I do ifconfig ra0 UP, and after iwconfig or iwlist TV reboot.... after 3-6 secs
my TV is UE40C6540SW
p.s. after insmod TV show window with WIFI tool, but not locate my wifi access point.
you removed the shipped rt357* drivers before???
arris
Re: SamyGO Extensions [v0.03.6] for c-series
Posted: Tue Dec 21, 2010 5:58 pm
by dksoul
I haven't found the rt2870sta module compiled for the T-TDT5DEUC (2.6.18_SELP.4.2.x-hidtv_sx-mips24ke_nfp_be) so I compiled it myself.
It's available
here.
Code: Select all
SELP#> rmmod rt3572sta
SELP#> insmod rt2870sta.ko # then follow on screen configuration
Re: SamyGO Extensions [v0.03.6] for c-series
Posted: Tue Dec 21, 2010 6:15 pm
by arris69
dksoul wrote:I haven't found the rt2870sta module compiled for the T-TDT5DEUC (2.6.18_SELP.4.2.x-hidtv_sx-mips24ke_nfp_be) so I compiled it myself.
It's available here:
http://bit.ly/h7CF5G
Code: Select all
SELP#> rmmod rt3572sta
SELP#> insmod rt2870sta.ko # then follow on screen configuration
the rt3070 or rt3370 don't support your device?
arris
Re: SamyGO Extensions [v0.03.6] for c-series
Posted: Wed Dec 22, 2010 12:07 am
by dksoul
arris69 wrote:dksoul wrote:I haven't found the rt2870sta module compiled for the T-TDT5DEUC (2.6.18_SELP.4.2.x-hidtv_sx-mips24ke_nfp_be) so I compiled it myself.
It's available here:
http://bit.ly/h7CF5G
Code: Select all
SELP#> rmmod rt3572sta
SELP#> insmod rt2870sta.ko # then follow on screen configuration
the rt3070 or rt3370 don't support your device?
arris
Because I was looking for the rt2870 I haven't tried those, but I will try them and give feedback.
EDIT: Have tried both rt3070sta and rt3370sta but neither works with my card (D-Link DWA-140, H/W Ver. B1). It needs the above rt2870sta driver.
Re: SamyGO Extensions [v0.03.6] for c-series
Posted: Thu Dec 23, 2010 5:24 pm
by dksoul
dksoul wrote:arris69 wrote:dksoul wrote:I haven't found the rt2870sta module compiled for the T-TDT5DEUC (2.6.18_SELP.4.2.x-hidtv_sx-mips24ke_nfp_be) so I compiled it myself.
It's available here:
http://bit.ly/h7CF5G
Code: Select all
SELP#> rmmod rt3572sta
SELP#> insmod rt2870sta.ko # then follow on screen configuration
the rt3070 or rt3370 don't support your device?
arris
Because I was looking for the rt2870 I haven't tried those, but I will try them and give feedback.
EDIT: Have tried both rt3070sta and rt3370sta but neither works with my card (D-Link DWA-140, H/W Ver. B1). It needs the above rt2870sta driver.
I have just found out that I can use the original rt3572sta driver without any modification, by adding the device ID to it (
source).
PC: find out the device ID
Code: Select all
root@laptop:~# lsusb
[...]
Bus 001 Device 004: ID 07d1:3c09 D-Link System DWA-140 802.11n Adapter [ralink rt2870]
[...]
TV: add the device ID to the driver
Code: Select all
SELP#> echo "07d1 3c09" > /sys/bus/usb/drivers/rt2870/new_id # then follow on screen configuration