|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| ARCHIVES - General Questions If your question doesn't fit in any other category below ask in here. |
|
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Suse 9.3 personal, kernel 2.6.11-21.7
I have tryed to install driver for my modem unsuccessful pleace tell me what I have to do? linux:/usr # ls . bin include sbin tmp .. games lib share X11 amedyn-2004-08-04-src.tgz i586-suse-linux local src X11R6 linux:/usr # make amedyn-2004-08-04-src.tgz make: Nothing to be done for `amedyn-2004-08-04-src.tgz'. linux:/usr # configure amedyn-2004-08-04-src.tgz bash: configure: command not found linux:/usr # make install amedyn-2004-08-04-src.tgz make: *** No rule to make target `install'. Stop. linux:/usr # |
|
|||
|
You need to install the development packages from your SuSE CD/DVD.
Use YAST to install the "Development". |
|
|||
|
Quote:
You can't make a .tgz file. What you need to do is "tar -xzvf amedyn-2004-08-04-src.tgz". This will extract the contents of that archive, which should contain, among other things, a configure and a Makefile. Then you run ./configure and make (or make install). If you don't have the development packs installed, you will need to install them, but you need to extract the .tgz file as well. Z. |
|
|||
|
@daphoenix I have installed all development tools with yast from +development -> tools
@zombie i have extracted files in /usr/amedyn ./configure still don't work linux:/usr/amedyn # ./configure bash: ./configure: No such file or directory linux:/usr/amedyn # ./ configure bash: ./: is a directory linux:/usr/amedyn # man configure No manual entry for configure linux:/usr/amedyn # |
|
|||
|
Is there a configure script in the directory you're trying to run it from?
|
|
|||
|
Quote:
Z. |
|
|||
|
the command ls -l
gave this result linux:/usr/amedyn # ls -l total 57 drwxr-xr-x 11 admin 1000 400 2004-08-04 02:06 . drwxr-xr-x 13 root root 416 2005-09-27 16:14 .. drwxr-xr-x 2 admin 1000 152 2004-08-04 01:58 amcontrol -rw-r--r-- 1 admin 1000 3312 2004-08-03 22:17 amedyn.spec drwxr-xr-x 2 admin 1000 104 2004-08-03 22:31 bridged -r--r--r-- 1 admin 1000 23017 2000-08-23 00:10 COPIANDO -r--r--r-- 1 admin 1000 18004 2000-08-23 00:10 COPYING drwxr-xr-x 2 admin 1000 80 2004-08-03 22:19 debian drwxr-xr-x 3 admin 1000 136 2004-08-04 02:37 doc drwxr-xr-x 2 admin 1000 136 2003-07-21 21:33 firmware drwxr-xr-x 2 admin 1000 128 2004-08-04 01:01 include drwxr-xr-x 2 admin 1000 160 2004-08-04 01:59 init -rw-r--r-- 1 admin 1000 586 2004-08-04 02:01 INSTALL -rw-r--r-- 1 admin 1000 3879 2004-08-03 21:13 Makefile drwxr-xr-x 4 admin 1000 288 2004-08-03 22:31 module drwxr-xr-x 4 admin 1000 536 2004-08-04 00:57 scripts linux:/usr/amedyn # the driver itself is dounloaded from http://sourceforge.net/projects/aam6000ug if somebody like to see it |
|
|||
|
Maybe you should first read the install notes :-)
http://sourceforge.net/project/showfiles.p...ackage_id=89353 |
|
|||
|
I realized that I don't have to use the configure comman and have tryed to start from the begining
I have installed the gcc compilator now after runing the make command i have folowing result and still I am not shure if the driver is installed or not. linux:/usr/amedyn # make cd init && make clean make[1]: Entering directory `/usr/amedyn/init' rm -f amload amioctl amloaddbg amloaddbgt make[1]: Leaving directory `/usr/amedyn/init' cd module && make clean make[1]: Entering directory `/usr/amedyn/module' rm -f *.o .*.flags *.ko *.mod.* .*.o.cmd .*.ko.cmd make[1]: Leaving directory `/usr/amedyn/module' cd bridged && make clean make[1]: Entering directory `/usr/amedyn/bridged' rm -f br2684ctl make[1]: Leaving directory `/usr/amedyn/bridged' cd amcontrol && make clean make[1]: Entering directory `/usr/amedyn/amcontrol' rm -f amcontrol amcontroldbg amcontroldbgt make[1]: Leaving directory `/usr/amedyn/amcontrol' cd init && make && make install make[1]: Entering directory `/usr/amedyn/init' gcc -O2 -Wstrict-prototypes -fomit-frame-pointer -pipe -march=i686 -Wall -DLINUX -Wsign-compare -I../include -lusb amload.c -o amload /tmp/ccVfVWYg.o(.text+0x26c): In function `clear_endpoints': amload.c: undefined reference to `usb_resetep' /tmp/ccVfVWYg.o(.text+0x293):amload.c: undefined reference to `usb_resetep' /tmp/ccVfVWYg.o(.text+0x314): In function `send_bulk': amload.c: undefined reference to `usb_bulk_write' /tmp/ccVfVWYg.o(.text+0x323):amload.c: undefined reference to `usb_strerror' /tmp/ccVfVWYg.o(.text+0x3e5):amload.c: undefined reference to `usb_clear_halt' /tmp/ccVfVWYg.o(.text+0x5f4): In function `read_bulk': amload.c: undefined reference to `usb_bulk_read' /tmp/ccVfVWYg.o(.text+0x601):amload.c: undefined reference to `usb_strerror' /tmp/ccVfVWYg.o(.text+0x694):amload.c: undefined reference to `usb_clear_halt' /tmp/ccVfVWYg.o(.text+0x6ec): In function `transfer_ctrl_msg': amload.c: undefined reference to `usb_control_msg' /tmp/ccVfVWYg.o(.text+0x6fb):amload.c: undefined reference to `usb_strerror' /tmp/ccVfVWYg.o(.text+0x795):amload.c: undefined reference to `usb_clear_halt' /tmp/ccVfVWYg.o(.text+0x7a5):amload.c: undefined reference to `usb_clear_halt' /tmp/ccVfVWYg.o(.text+0xd17): In function `load_firmware': amload.c: undefined reference to `usb_resetep' /tmp/ccVfVWYg.o(.text+0xf4a):amload.c: undefined reference to `usb_bulk_read' /tmp/ccVfVWYg.o(.text+0x113a): In function `main': amload.c: undefined reference to `usb_init' /tmp/ccVfVWYg.o(.text+0x113f):amload.c: undefined reference to `usb_find_busses' /tmp/ccVfVWYg.o(.text+0x1151):amload.c: undefined reference to `usb_find_devices' /tmp/ccVfVWYg.o(.text+0x115f):amload.c: undefined reference to `usb_busses' /tmp/ccVfVWYg.o(.text+0x1219):amload.c: undefined reference to `usb_open' /tmp/ccVfVWYg.o(.text+0x1234):amload.c: undefined reference to `usb_set_configuration' /tmp/ccVfVWYg.o(.text+0x124a):amload.c: undefined reference to `usb_claim_interface' /tmp/ccVfVWYg.o(.text+0x1263):amload.c: undefined reference to `usb_claim_interface' /tmp/ccVfVWYg.o(.text+0x127c):amload.c: undefined reference to `usb_claim_interface' /tmp/ccVfVWYg.o(.text+0x12be):amload.c: undefined reference to `usb_release_interface' /tmp/ccVfVWYg.o(.text+0x12c6):amload.c: undefined reference to `usb_close' /tmp/ccVfVWYg.o(.text+0x1340):amload.c: undefined reference to `usb_strerror' /tmp/ccVfVWYg.o(.text+0x1357):amload.c: undefined reference to `usb_strerror' /tmp/ccVfVWYg.o(.text+0x1369):amload.c: undefined reference to `usb_strerror' /tmp/ccVfVWYg.o(.text+0x137b):amload.c: undefined reference to `usb_strerror' /tmp/ccVfVWYg.o(.text+0x282): In function `clear_endpoints': amload.c: undefined reference to `usb_resetep' /tmp/ccVfVWYg.o(.text+0x2a9):amload.c: undefined reference to `usb_resetep' collect2: ld returned 1 exit status make[1]: *** [amload] Error 1 make[1]: Leaving directory `/usr/amedyn/init' make: *** [AME_INIT] Error 2 on the next step 6. post amedyn compilation edit /etc/amedyn and change PROTOCOL_MODE=4 VPI=8 VCI=35 after runing edit /etc/amedyn there is coming one empty text file and I am not shure what I have to do |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|