Hi,
This may be a longshot but, can someone please help me with compiling the drivers for
my Cayman3341 USB router.
I have completed my first ever Linux (Fedora 5) installation. I havnt gotr a network card in my machine
yet, so I can only use the USB port for my router.
Not being a developer in any way, I cant debug the 'make'
errors. Is it possible for someone to create the '.ko'
file for me and send them to me, please???
Fedora 5: kernel version 2.5.16-1.2054_FC5
USB Driver for Netopia Cayman 3341 DSL modem for Linux 2.6.X.
My attempts to make....
I'll be honest and say I dont really know what Im doing..
This may be a longshot but, can someone please help me with compiling the drivers for
my Cayman3341 USB router.
I have completed my first ever Linux (Fedora 5) installation. I havnt gotr a network card in my machine
yet, so I can only use the USB port for my router.
Not being a developer in any way, I cant debug the 'make'
errors. Is it possible for someone to create the '.ko'
file for me and send them to me, please???
Fedora 5: kernel version 2.5.16-1.2054_FC5
USB Driver for Netopia Cayman 3341 DSL modem for Linux 2.6.X.
My attempts to make....
I'll be honest and say I dont really know what Im doing..
Code:
[root@localhost 2.6.15-1.2054_FC5-i686]# make
make -C /lib/modules/2.6.15-1.2054_FC5/build SUBDIRS=/tmp/usb modules
make[1]: Entering directory `/usr/src/kernels/2.6.15-1.2054_FC5-i686'
make[1]: *** No rule to make target `modules'. Stop.
make[1]: Leaving directory `/usr/src/kernels/2.6.15-1.2054_FC5-i686'
make: *** [default] Error 2
[root@localhost 2.6.15-1.2054_FC5-i686]#
[root@localhost 2.6.15-1.2054_FC5-i686]# make install
install -D -m 644 *.ko /lib/modules/2.6.15-1.2054_FC5/kernel/drivers/usb/net
install: cannot stat `*.ko': No such file or directory
make: *** [install] Error 1