Pardus 1.0'in çıkmasından 1 ay sonra indirip sistemime WinXP ile beraber kurdum, çok güzel bir işletim sistemi olduğunu düşündüğüm bu Linux dağıtımının USB ADSL'lerdeki çuvallamasını
(aslında Linux'un genel sorunu bu, suçlamamak lazım Pardus'u
) görünce biraz şevkim kırıldı ama modemimi kurabilmek için denemediğim yöntemi de bırakmadım...
Kendi resmi sitelerinde ve Wiki sayfalarında fazla bir bilgi yoktu, gayrîresmi ikinci bi' sitesinde açılan konularda yazanları uyguladım; fakat sorunum çözülmedi. EciADSL kurdum, çekirdek güncellemesi gerekti; çekirdeği güncelleyip denedim yok yine olmadı, kendi sürücüsünü denemek istedim o da çalışmadı... Herşeyi sorunsuz olarak yaptığım hâlde hep modemin bulunamadığı hatasını alıyordum; ta ki bugün denediğim programcığın benim modemle aynı markaya sahip ama çipsetleri farklı olan başka bi' modemi desteklediğini öğreninceye kadar...
(Sonradan geliştiriciler de fark etmiş bu aynı modelin farklı çipsetli olanlarını...)Ben de araştırdım ve kurulum için iki adet yol buldum;
1) Zyxel & Asus İçin Hazırlanmış Sürücü - Onaylanmış- Zyxel & Asus USB ADSL modemlerine ait olan sürücüyü başarılı bir şekilde yükledikten sonra
'amstart.sh' komutuna karşılık modemin bulunamadığı hatasını verdiğini gördüm.
/usr/amedyn/init klasöründeki
.c uzantılı dosyalarda ne var ne yok diye inceleme yaparken, hatanın kaynaklanma sebebine dair bir ipucu buldum, hata modemin VID ve PID numaraları bulunamadığı vb. durumlarda ortaya çıkıyormuş... Aynı dosyada AAM6000UG için verilen VID ve PID numaraları da benim modemimin aynısı fakat yine de nedense bulamıyor...
1) EagleUSB - Çalıştığı Test Edilmiş - PiSi Pakedi Yok ama CVS ile Kurmayı DenedimEagleUSB'nin klasörünü
/usr dizinine açtıktan sonra dizin içindeki README dosyasına uygun olarak hareket ettim fakat bazı hatalar aldım...
EagleUSB README Dosyası# $Id: README,v 1.5 2004/08/29 22:35:31 baud123 Exp $
===Documentation===
For eagle-usb driver everything is available mostly online
http://www.eagle-usb.org documentation (mostly in French :-( )
http://faq.eagle-usb.org more documentation (French / English / Spanish)
see ChangeLog file for latest additions, see LICENSE file too
===In case of problem, see our user support forums===
Be sure to read as much documentation before ;-)
and provide the result of the command eaglediag which gives a brief summary of
your configuration
http://forum.eagle-usb.org English & French (main)
http://foro.eagle-usb.org Spanish
http://foren.eagle-usb.org German
===To contact the developers===
http://wiki.eagle-usb.org/wakka.php?wiki=EagleUsbTeam
===Installation===
latest versions are available here :
http://dev.eagle-usb.org/wakka.php?wiki=TestEagleUs
[./autogen.sh] # only if you use a CVS version and 1.9.8
./configure
make uninstall # if you've got a previous version installed
make clean
make
make install
eagleconfig
startadsl
You may give a try to eagleconnect (still experimental)
Installation kısmında yazanları uygularken;
-
./autogen.sh çıktısı:
/usr/share/aclocal/pth.m4:43: warning: underquoted definition of _AC_PTH_ERROR
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/pth.m4:55: warning: underquoted definition of _AC_PTH_VERBOSE
/usr/share/aclocal/pth.m4:61: warning: underquoted definition of AC_CHECK_PTH
/usr/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULES
/usr/share/aclocal/pilot-link.m4:1: warning: underquoted definition of AC_PILOT_LINK_HOOK
/usr/share/aclocal/movtar.m4:14: warning: underquoted definition of MOVTAR_TEST_VERSION
/usr/share/aclocal/movtar.m4:59: warning: underquoted definition of AM_PATH_MOVTAR
/usr/share/aclocal/libgcrypt.m4:23: warning: underquoted definition of AM_PATH_LIBGCRYPT
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
/usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE
/usr/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO
-
./configure çıktısı:
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /bin/install -c
checking whether ln -s works... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working volatile... yes
checking whether closedir returns void... no
checking whether gcc needs -traditional... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking return type of signal handlers... void
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for strftime... yes
checking for alarm... yes
checking for gettimeofday... yes
checking for memset... yes
checking for select... yes
checking for socket... yes
checking for strcspn... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strspn... yes
checking for strtol... yes
checking for ifconfig... yes
checking for route... yes
checking for pidof... yes
checking for dhclient... no
checking for dhcpcd... dhcpcd
checking for pppd... yes
checking for pppoe... yes
checking for tclsh... yes
checking for wish... yes
checking for xsltproc... yes
*** libxslt-proc package is missing, keeping prebuild version ***
checking for kernel version... 2.6.14.7-19
checking for ifup... 0
checking for adictrl... no
checking for eaglectrl... no
checking for showstat... no
checking for eaglestat... no
checking for startadsl... no
checking for stopadsl... no
configure: creating ./config.status
config.status: creating Makefile.common
config.status: executing default commands
========================================================================
distribution detected generic
dhcp support dhcpcd
pppd support yes
pppoa support yes
pppoe support yes
install eagleconnect (tcl/tk frontend) yes
generate documentation no
========================================================================
warning: current gcc version is not the same as the one used to
compile the running kernel.
- current gcc version: 3.4.5
- gcc version used for kernel: 3.4.5)
warning: unable to find a suitable method to start connection on boot.
Please report this on the forum with additionnal details about
your distribution!
-
make clean çıktısı:
make -C driver clean
make[1]: Entering directory `/usr/eagle-usb-2.1.0/driver'
make -C ./user clean
make[2]: Entering directory `/usr/eagle-usb-2.1.0/driver/user'
rm -f eaglectrl
make[2]: Leaving directory `/usr/eagle-usb-2.1.0/driver/user'
make -C ./firmware clean
make[2]: Entering directory `/usr/eagle-usb-2.1.0/driver/firmware'
rm -f buildDSP dsp_code_isdn.bin dsp_code_pots.bin
make[2]: Leaving directory `/usr/eagle-usb-2.1.0/driver/firmware'
make[1]: Leaving directory `/usr/eagle-usb-2.1.0/driver'
make -C pppoa clean
make[1]: Entering directory `/usr/eagle-usb-2.1.0/pppoa'
rm -f *.o pppoa
make[1]: Leaving directory `/usr/eagle-usb-2.1.0/pppoa'
make -C utils/eagleconnect clean
make[1]: Entering directory `/usr/eagle-usb-2.1.0/utils/eagleconnect'
rm -Rf tmp
make[1]: Leaving directory `/usr/eagle-usb-2.1.0/utils/eagleconnect'
make -C utils/scripts clean
make[1]: Entering directory `/usr/eagle-usb-2.1.0/utils/scripts'
rm -Rf tmp
make[1]: Leaving directory `/usr/eagle-usb-2.1.0/utils/scripts'
-
make çıktısı:
(Hatalardan birisi burada galiba)make -C driver
make[1]: Entering directory `/usr/eagle-usb-2.1.0/driver'
USE_CMVS=0 make -C /lib/modules/2.6.14.7-19/build SUBDIRS=/usr/eagle-usb-2.1.0/driver modules
make[2]: Entering directory `/usr/src/linux-2.6.14.7-19'
CC [M] /usr/eagle-usb-2.1.0/driver/eu_main.o
In file included from /usr/eagle-usb-2.1.0/driver/eagle-usb.h:30,
from /usr/eagle-usb-2.1.0/driver/eu_main.c:41:
/usr/eagle-usb-2.1.0/driver/eu_types.h:54:5: warning: "USE_CMVS" is not defined
/usr/eagle-usb-2.1.0/driver/eu_main.c:1101:5: warning: "USE_CMVS" is not defined
/usr/eagle-usb-2.1.0/driver/eu_main.c:1336:5: warning: "USE_CMVS" is not defined
/usr/eagle-usb-2.1.0/driver/eu_main.c:1404:5: warning: "USE_CMVS" is not defined
CC [M] /usr/eagle-usb-2.1.0/driver/eu_utils.o
In file included from /usr/eagle-usb-2.1.0/driver/eagle-usb.h:30,
from /usr/eagle-usb-2.1.0/driver/eu_utils.c:28:
/usr/eagle-usb-2.1.0/driver/eu_types.h:54:5: warning: "USE_CMVS" is not defined
CC [M] /usr/eagle-usb-2.1.0/driver/Pipes.o
In file included from /usr/eagle-usb-2.1.0/driver/eagle-usb.h:30,
from /usr/eagle-usb-2.1.0/driver/Pipes.h:27,
from /usr/eagle-usb-2.1.0/driver/Pipes.c:32:
/usr/eagle-usb-2.1.0/driver/eu_types.h:54:5: warning: "USE_CMVS" is not defined
/usr/eagle-usb-2.1.0/driver/Pipes.c: In function `eu_write_completion':
/usr/eagle-usb-2.1.0/driver/Pipes.c:922: error: `URB_ASYNC_UNLINK' undeclared (first use in this function)
/usr/eagle-usb-2.1.0/driver/Pipes.c:922: error: (Each undeclared identifier is reported only once
/usr/eagle-usb-2.1.0/driver/Pipes.c:922: error: for each function it appears in.)
make[3]: *** [/usr/eagle-usb-2.1.0/driver/Pipes.o] Hata 1
make[2]: *** [_module_/usr/eagle-usb-2.1.0/driver] Hata 2
make[2]: Leaving directory `/usr/src/linux-2.6.14.7-19'
make[1]: *** [eagle-usb.ko] Hata 2
make[1]: Leaving directory `/usr/eagle-usb-2.1.0/driver'
make: *** [build] Hata 2
-
make install çıktısı:
(Hatalardan diğeri de burada galiba)make -C driver install
make[1]: Entering directory `/usr/eagle-usb-2.1.0/driver'
make -C ./firmware install
make[2]: Entering directory `/usr/eagle-usb-2.1.0/driver/firmware'
/bin/install -c -d /usr/share/eagle-usb/dsp && \
/bin/install -c -m 0664 dsp_code_pots.bin /usr/share/eagle-usb/dsp
/bin/install: `dsp_code_pots.bin' durumlanamadı: Böyle bir dosya ya da dizin yok
make[2]: *** [install] Hata 1
make[2]: Leaving directory `/usr/eagle-usb-2.1.0/driver/firmware'
make[1]: *** [installdsp] Hata 2
make[1]: Leaving directory `/usr/eagle-usb-2.1.0/driver'
make: *** [install] Hata 2
Geri kalan komutlara da EagleUSB yüklenemediği için cevap veremiyor...
Ne yapacağımı şaşırmış durumdayım
