Page 1 of 1
Re: C6700 and WIFI (Hama 62740)
Posted: Mon Jan 31, 2011 1:01 am
by erdem_ua
Enter inside of TV from ethernet. Diagnose the problem from bash. Look at dmesg.
Also do you sure about if you are using correct wiki modules for your firmware?
Afaik C6000 and C6700 uses different firmwares.
Just pick correct kernel module from download area.
Re: C6700 and WIFI (Hama 62740)
Posted: Mon Jan 31, 2011 11:05 pm
by erdem_ua
That says your device is not supported by C6700 original drivers. Just use our wifi kernel modules. Search on forum and wiki pages to understand how could you make it.
Re: C6700 and WIFI (Hama 62740)
Posted: Sat Feb 05, 2011 11:33 am
by arris69
ulzf wrote:Hi,
i tried to load/register the driver for my stick
like that
Code: Select all
/mtd_rwarea/network_opt/lib/modules # insmod rt2870sta.ko
insmod: cannot insert 'rt2870sta.ko': File exists (-1): File exists
you have first to remove the old module
i looked on the tv and i found out that actually drivers of my stick are already on the TV
Code: Select all
etc/Wireless/RT2870STA # ls -l
-rwxr-xr-x 1 501 100 738 Sep 15 2009 RT2870STA.dat
-rwxr-xr-x 1 501 100 8192 Sep 15 2009 rt2870.bin
near any samy has some rt drivers installed, but not the latest/full version.
but the files in /etc/Wireless/ aren't the drivers, this is the firmware and the default configuration for the nw-device.
some updated drivers also need the updated firmware, that's the reason why there are shipped with "SamyGO-All-Extensions" pack (in SamyGO/etc/Wireless folder). maybe you also need to 'replace' the rt2870.bin firmware on tv with the more recent version (with mount -o bind)
how to proceed now?
here is the log of dmeg
Code: Select all
=== pAd = dda0d000, size = 477968 ===
RTMPAllocAdapterBlock, Status=0
not supported device connected Manufacturer: Ralink Product : 802.11 n WLAN
RTMPAllocTxRxRingMemory, Status=0
-->RTUSBVenderReset
RTUSBVenderReset
Key1Str is Invalid key length(0) or Type(0)
Key2Str is Invalid key length(0) or Type(0)
Key3Str is Invalid key length(0) or Type(0)
Key4Str is Invalid key length(0) or Type(0)
1. Phy Mode = 5
2. Phy Mode = 5
RTMPSetPhyMode: channel is out of range, use first channel=1
3. Phy Mode = 9
MCS Set = ff ff 00 00 01
== rt28xx_init, Status=0
0x1300 = 00064300
Bulk In Failed. Status=-71, BIIdx=0x0, BIRIdx=0x0, actual_length= 0x0
usb 2-1: USB disconnect, address 3
rtusb_disconnect: unregister usbnet usb-ehci-sdp.1-1
RtmpOSNetDevDetach(): RtmpOSNetDeviceDetach(), dev->name=ra11n0!
Retry count exhausted or device removed!!!
Retry count exhausted or device removed!!!
Retry count exhausted or device removed!!!
##CancelTime - InfraConnTimer:: Cancelled = 1
##CancelTime - AdhocConnTimer:: Cancelled = 1
##CancelTime - ScanTimer:: Cancelled = 1
CMDTHREAD_RESET_BULK_IN: Read Register Failed!Card must be removed!!
Terminate the task(RtmpMlmeTask) with pid(1237)!
Terminate the task(RtmpCmdQTask) with pid(1238)!
Terminate the task(RtmpTimerTask) with pid(1236)!
Terminate the task(RtmpWscTask) with pid(1239)!
---> RTMPFreeTxRxRingMemory
- RTMPFreeTxRxRingMemory
RTUSB disconnect successfully
Manufacturer: Ralink Product : 802.11 n WLAN
eth0: link up, 100Mbps, full-duplex, lpa 0x4DE1
cheers
but looks like you don't use "SamyGO-All-Extensions" pack so better ask the people who wrote the network script you use.
hth
arris
Re: C6700 and WIFI (Hama 62740)
Posted: Sat Feb 05, 2011 3:33 pm
by arris69
ulzf wrote:Hi,
i don't understand what do you mean with
'replace' the rt2870.bin firmware on tv with the more recent version (with mount -o bind)
could you please tell me how to do it ... Step by step if possible
forum has a search function, i guess you get more than 5 sites of results.
but for a last repeat.
you can not edit files on the root directory of the tv (pls don't ask here what is the
root directory)
but you can 'bind' ('replace') files with the
mount command.
mount -o bind <replace_with_me> <the_file_to_replace>
Code: Select all
mount -o bind /dtv/usb/sda1/SamyGO/etc/Wireless/RT2870STA/rt3370.bin /etc/Wireless/RT2870STA/rt2870.bin
but exact command depends on your setup
arris