Fujistu Fdx310 Usb Modem On Linux


PinkSpider

Shit.
Joined
Jan 1, 2004
Messages
3,507
Age
38
Location
Hull.
Website
www.giglio1.karoo.net
Riiiiiiiiiight. I have my luvely mandrake installed on my good machine. Now all I need is to install the drivers. I have the files (from http://dsl-linux.tripod.com/index/) I extracted them to /modem. I then navigated to them in the terminal as told and then typed make. And I got:
[pinkspider@localhost modem1]$ cd eciadsl-usermode_0.5
[pinkspider@localhost eciadsl-usermode_0.5]$ make
cc -Wall -g -c -o eci-load1.o eci-load1.c
make: cc: Command not found
make: *** [eci-load1.o] Error 127
[pinkspider@localhost eciadsl-usermode_0.5]$
The instructions I got where:
Untar the files
(Untar (unzip, unrar, just a different type))

go to the save location directory
(open a terminal (command prompt) navigate to the directory you extracted the files in, using cd to change directories)

and type
make
(simply type make and hit enter)

when that has finished, type
make install
(simply type make install and hit enter)

follow the instructions and edit the files suggested
(I assume after the make install, there will be a bit of extra instructions to follow)
/etc/ppp/peers/adsl - to add username
(edit this file (or use a nice gui app) to setup your adsl with your settings)

go to /usr/local/bin
(navigate here while still in the console)
run
./eci-doctor
(type that and hit enter)
Anyways please someone help. I need my net... I really do :(
 
BUMP - fixed first problem (had to install dev enviroment)

Now my second problem, when trying to compile the drivers I get:
[pinkspider@localhost eciadsl-usermode_0.5]$ make
cc -Wall -g -c -o eci-load1.o eci-load1.c
cc -Wall -g -c -o pusb.o pusb.c
In file included from pusb.c:12:
pusb-linux.c:61: error: redefinition of `struct usb_device_descriptor'
pusb-linux.c: In function `pusb_control_msg':
pusb-linux.c:246: error: structure has no member named `requesttype'
pusb-linux.c:247: error: structure has no member named `request'
pusb-linux.c:248: error: structure has no member named `value'
pusb-linux.c:249: error: structure has no member named `index'
pusb-linux.c:250: error: structure has no member named `length'
pusb-linux.c: In function `pusb_endpoint_submit_read':
pusb-linux.c:406: error: `USBDEVFS_URB_QUEUE_BULK' undeclared (first use in this function)
pusb-linux.c:406: error: (Each undeclared identifier is reported only once
pusb-linux.c:406: error: for each function it appears in.)
pusb-linux.c: In function `pusb_endpoint_submit_write':
pusb-linux.c:438: error: `USBDEVFS_URB_QUEUE_BULK' undeclared (first use in this function)
pusb-linux.c: In function `pusb_endpoint_submit_int_read':
pusb-linux.c:471: error: `USBDEVFS_URB_QUEUE_BULK' undeclared (first use in this function)
make: *** [pusb.o] Error 1
 
Back
Top