Go Back   openSUSE Forums > Archives > SLS Archives > ARCHIVES - SuSE Linux > ARCHIVES - General Questions
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.

 
Page 1 of 2 1 2
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 27-Sep-2005, 04:35
scanman
Guest
 
Posts: n/a
Default

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 #
  #2 (permalink)  
Old 27-Sep-2005, 05:11
daphoenix
Guest
 
Posts: n/a
Default

You need to install the development packages from your SuSE CD/DVD.

Use YAST to install the "Development".
  #3 (permalink)  
Old 27-Sep-2005, 06:16
Zombie13
Guest
 
Posts: n/a
Default

Quote:
linux:/usr # make amedyn-2004-08-04-src.tgz
make: Nothing to be done for `amedyn-2004-08-04-src.tgz'.
[/b]

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.
  #4 (permalink)  
Old 27-Sep-2005, 10:13
scanman
Guest
 
Posts: n/a
Default

@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 #

  #5 (permalink)  
Old 27-Sep-2005, 11:00
anomie
Guest
 
Posts: n/a
Default

Is there a configure script in the directory you're trying to run it from?
  #6 (permalink)  
Old 28-Sep-2005, 06:08
Zombie13
Guest
 
Posts: n/a
Default

Quote:
@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 #
[/b]
Like Anomie said, is there a configure script in the directory you are in? Also, when you extracted the files, did it create a sub directory you need to be in? Configure is a script provided by the developer of the application, not a command that is part of the Linux distribution. If the application developers didn't want to use a configure script, there wouldn't be one.

Z.
  #7 (permalink)  
Old 29-Sep-2005, 11:44
scanman
Guest
 
Posts: n/a
Default

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
  #8 (permalink)  
Old 29-Sep-2005, 15:40
Toniee
Guest
 
Posts: n/a
Default

I dont see a configure script.
  #9 (permalink)  
Old 30-Sep-2005, 14:00
Guest4Linux
Guest
 
Posts: n/a
Default

Maybe you should first read the install notes :-)
http://sourceforge.net/project/showfiles.p...ackage_id=89353
  #10 (permalink)  
Old 02-Oct-2005, 11:59
scanman
Guest
 
Posts: n/a
Default

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
 
Page 1 of 2 1 2

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2