newlooper
11-28-2004, 04:20 PM
OK I am having trouble getting this little adapter going.
rc.sysinit.author
insmod /lib/modules/usbcore.o
insmod /lib/modules/ax8817x.o
sleep 15
ifconfig eth0 192.168.1.84 broadcast 192.168.1.255 netmask 255.255.255.0
The ax8817x.o is a symlink to usbnet.o used from the backported 2.4.27 drivers.
If I understand correctly ehci-hcd has been combined with usbcore and usbnet inludes the ax8817 driver hence the call from the symlink.
That keeps me from changing my script.
What am I doing like a moron?
:confused:
rc.sysinit.author
insmod /lib/modules/usbcore.o
insmod /lib/modules/ax8817x.o
sleep 15
ifconfig eth0 192.168.1.84 broadcast 192.168.1.255 netmask 255.255.255.0
The ax8817x.o is a symlink to usbnet.o used from the backported 2.4.27 drivers.
If I understand correctly ehci-hcd has been combined with usbcore and usbnet inludes the ax8817 driver hence the call from the symlink.
That keeps me from changing my script.
What am I doing like a moron?
:confused: