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.
C6700 and WIFI (Hama 62740)
- erdem_ua
- SamyGO Admin
- Posts: 3126
- Joined: Thu Oct 01, 2009 6:02 am
- Location: Istanbul, Turkey
- Contact:
Re: C6700 and WIFI (Hama 62740)
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.
-
- Official SamyGO Developer
- Posts: 1700
- Joined: Fri Oct 02, 2009 8:52 am
- Location: Austria/Vienna (no Kangaroos here)
- Contact:
Re: C6700 and WIFI (Hama 62740)
you have first to remove the old moduleulzf wrote:Hi,
i tried to load/register the driver for my stick
like thatCode: Select all
/mtd_rwarea/network_opt/lib/modules # insmod rt2870sta.ko insmod: cannot insert 'rt2870sta.ko': File exists (-1): File exists
near any samy has some rt drivers installed, but not the latest/full version.i looked on the tv and i found out that actually drivers of my stick are already on the TVCode: 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
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)
but looks like you don't use "SamyGO-All-Extensions" pack so better ask the people who wrote the network script you use.how to proceed now?
here is the log of dmegcheersCode: 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
hth
arris
-
- Official SamyGO Developer
- Posts: 1700
- Joined: Fri Oct 02, 2009 8:52 am
- Location: Austria/Vienna (no Kangaroos here)
- Contact:
Re: C6700 and WIFI (Hama 62740)
forum has a search function, i guess you get more than 5 sites of results.ulzf wrote:Hi,
i don't understand what do you mean withcould you please tell me how to do it ... Step by step if possible'replace' the rt2870.bin firmware on tv with the more recent version (with mount -o bind)
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
arris