![]() |
![]() |
|
|
Compare Products, Prices & Stores For: COMPUTERS, COMPONENTS, COMPUTER ACCESSORIES, COMPUTER MEMORY, HARDWARE, INPUT DEVICES, NETWORKING, PDAs & MOBILE ELECTRONICS, SOFTWARE, STORAGE & MEDIA, DIGITAL CAMERAS, HOME AUDIO, TV& VIDEO |
|
|
|
|
#1
|
|||
|
|||
|
USB2 backport from 2.4.27 to 2.4.4/2.4.18/2.4.20 SUPPORT
The support discussions seem to have become fragmented over multiple threads, so I thought a new thread with the appropriate title could pull all the conversations into one place. Other relevant threads: USB networking on 4.x @ kernel 2.4.18 (split from 3.x USB thread) -- 4.x centric Last edited by Jamie; 09-23-2005 at 11:36 AM. Reason: link to the top of the development thread. |
|
#2
|
|||
|
|||
|
New poster here.. I'm trying to get the most recent version of the backport to work with the Airlink ASOHOUSB on an HDRV2 w/ 6.2.
It starts up ok, and I assign a static ip in the rc.sysinit.author file. It actually works ok for a few minutes, and I am able to ping, telnet and ftp to it. bash-2.02# ifconfig lo Link encap:Local Loopback inet addr:127.0.0.1 Bcast:0.0.0.0 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:27 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:2970 dropped:27 overruns:0 carrier:0 coll:0 eth0 Link encap:Ethernet HWaddr 00:50:5B:04:73:66 inet addr:192.168.0.111 Bcast:192.168.0.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:64 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:4473 dropped:41 overruns:0 carrier:0 coll:0 After running for a few minutes, it dies. The IP address reverts to this and I can no longer reach it on the network. eth0 Link encap:Ethernet HWaddr 00:50:5B:04:73:66 inet addr:169.254.51.198 Bcast:169.254.255.255 Mask:255.255.0.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:240 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:17628 dropped:200 overruns:0 carrier:0 coll:0 If I reissue the ifconfig eth0 192.168.0.111... from serial bash, it works again but only for a few minutes. Any ideas? |
|
#4
|
||||
|
||||
|
Copied and pasted from my posts in another (wrong) thread.
I'm sure I'm missing something simple here... Trying to set up an Airlink ASOHOUSB usb2 adapter to work with my philips DSR708 running 6.2. : I backed up the original USB 'o' files, then transferred Jamie's newest ones (usbcore.o, usbnet.o and usb-ohci.o...I didn't transfer the dummy version of ehci because I didn't have the original in the modules directory) to my modules directory using filezilla (binary mode). Symlinked usbnet.o to ax8817x.o. Added vendor/product ID 0b95 7720 to /etc/hotplug/usb.map. Created a test.conf file with: /sbin/insmod /lib/modules/usbcore.o log2_irq_thresh=4 /sbin/insmod /lib/modules/usbnet.o /sbin/insmod /lib/modules/usb-ohci.o Rebooted and the Tivo sees the adapter: Code:
eth0: register usbnet usb-00:0d.2-1, ASIX AX88772 USB 2.0 Ethernet All was well before I changed over to the Airlink adapters. I was able to ping both ways and download using tytools, tivowebplus was working (somewhat), HMO and MRV both running fine (thank you, NutKase). I am using a Belkin F5d5050 adapter. It continues to work well if I restore the backups to the modules directory. With the airlink adapter in there and everything set up as stated above, I am unable to ping to or from the Tivo. (But the link light is active, as some people before me stated with the GIG adapters). My network is set up to assign ip addresses using DHCP, which has worked fine for both Tivos in the past--and present with the 1.1 adapters installed. Code:
PING 192.168.0.1 (192.168.0.1): 56 data bytes ping: sendto: Network is unreachable Thanks!
__________________
Imagine what I could do with a Cowboy HatCam |
|
#5
|
|||
|
|||
|
Quote:
There are several possibilities that might be causing your problems and those of gpontis, described elsewhere:
Last edited by Jamie; 06-27-2005 at 02:35 PM. |
|
#6
|
||||
|
||||
|
Quote:
Thanks Jamie
__________________
Imagine what I could do with a Cowboy HatCam |
|
#7
|
|||
|
|||
|
Quote:
Code:
#!/bin/bash export MFS_DEVICE=/dev/hda10 export TIVO_ROOT= /bin/bash --login -i </dev/ttyS2 &>/dev/ttyS2 |
|
#8
|
||||
|
||||
|
Quote:
ew |
|
#9
|
|||
|
|||
|
{Moved from here to this thread as it seems a better fit.}
Quote:
The messages look normal. The only one unusual is the PCI cache line size message, but I've seen that before too though. |
|
#10
|
|||
|
|||
|
(DOH! Got mixed up on what thread I was posting to...)
Well, against what I thought would be true rebooting helped, the speeds are up to 18+Mbps. I'm above 2MBps so this is a huge improvement, but if I could get above 3MBps I'll try. I'm still looking for a different version of patch to use, I'm currently running AW's AIO package version. Off to that thread to follow up... |
|
#11
|
|||
|
|||
|
Quote:
I've forgotten what hardware you have, but I know some folks with hdtivos have said that the 3MB/sec speeds aren't achievable on that hardware. I also know that the series 2.5's are slower. |
|
#12
|
|||
|
|||
|
More stupid questions...
1) dlink adapter looking good, the transfer rates quoted above were for this adapter. The airlink adapter isn't so good, still around 1MBps. I've seen this: Quote:
2)These adapters should be hotswappable, right? The only way I can get the airlink adapter to work is by rmmod the driver files and re insmod the drivers. Other than that the adapater stay inactive, the tivo does show the line above about unclaimed device. What can I do to get this working correctly? |
|
#13
|
|||
|
|||
|
Quote:
Quote:
Quote:
|
|
#14
|
|||
|
|||
|
Quote:
|
|
#15
|
||||
|
||||
|
Quote:
Quote:
wbg
__________________
Imagine what I could do with a Cowboy HatCam |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|