Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!

Ogłoszenie

Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.

#1  2005-12-12 20:45:18

  subox - Użytkownik

subox
Użytkownik
Skąd: Bytów/Szczecin
Zarejestrowany: 2005-06-07
Serwis

Neostrada + Sagem + ueagle-atm kernel 2.6.16.19 - błąd...

Witam
Mam kernel 2.6.14.3 i nie moge zainstalowac neostrady(SAGEM F@ST)...
Nie wiem co jest nie tak...
Poniżej opisze co robie i co pojawia mi sie na ekranie.
[i]./configure[/i]

Kod:

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... /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking for main in -lc... 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 sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.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 pid_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 uid_t in sys/types.h... yes
checking whether gcc needs -traditional... no
checking return type of signal handlers... void
checking for strftime... yes
checking for gettimeofday... yes
checking for select... yes
checking for socket... yes
checking for strcspn... yes
checking for strdup... yes
checking for strerror... yes
checking for strspn... yes
checking for strtol... yes
checking for ifconfig... yes
checking for route... yes
checking for pidof... yes
checking for dhclient... dhclient
checking for pppd... yes
checking for pppoe... yes
checking for doc/man/eagleconfig.8... yes
checking for xsltproc... no
   *** libxslt-proc package is missing, keeping prebuild version ***
checking for kernel version... 
checking for hotplug... 1
checking for ifup... 1
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

========================================================================
distribution detected                Debian

dhcp support                    dhclient

pppd support                    yes
  pppoa support                    yes
  pppoe support                    yes

install eagleconnect (tcl/tk frontend)        yes

generate documentation                no
========================================================================

note: current gcc should be the same version as the one used to compile kernel.

Po czym wpisuje:
[i]make[/i]

Kod:

make -C driver && 
make -C pppoa && 
make -C utils/scripts && 
make -C utils/eagleconnect && 
make -C doc
make[1]: Entering directory `/usr/src/eagle-usb/eagle-usb-src/driver'
make  -C /lib/modules/2.6.14.3/build SUBDIRS=/usr/src/eagle-usb/eagle-usb-src/driver modules
make[2]: Entering directory `/usr/src/linux-2.6.14.3'
  CC [M]  /usr/src/eagle-usb/eagle-usb-src/driver/eu_main.o
/usr/src/eagle-usb/eagle-usb-src/driver/eu_main.c: In function `en_disconnect_postfirm':
/usr/src/eagle-usb/eagle-usb-src/driver/eu_main.c:946: error: `URB_ANSYNC_UNLINK' undeclared (first use in this function)
/usr/src/eagle-usb/eagle-usb-src/driver/eu_main.c:946: error: (Each undeclared indentifier is reported only ones)
/usr/src/eagle-usb/eagle-usb-src/driver/eu_main.c:946: error: for each function it appears in.)
make[3]: *** [/usr/src/eagle-usb/eagle-usb-src/driver/eu_main.o] Błąd 1
make[3]: *** [_module_/usr/src/eagle-usb/eagle-usb-src/driver] Błąd 2
make[2]: Leaving directory `/usr/src/linux-2.6.14.3'
make[1]: *** [eagle-usb.ko] Błąd 2
make[1]: Leaving directory `/usr/src/eagle-usb/eagle-usb-src/driver'
make: *** [build] Błąd 2

Coś czytałem, że jakiś patch powinienem ściągnąć do kernala czy coś, ale nie wiem dokładnie co mam ściagnąć i jak go zainstalować...

Offline

 

#2  2005-12-12 21:08:58

  czadman - Bicycle repairman

czadman
Bicycle repairman
Skąd: Wrocław
Zarejestrowany: 2005-07-08

Re: Neostrada + Sagem + ueagle-atm kernel 2.6.16.19 - błąd...

Ściągnij sobie sterowniki z cvs'a.

Kod:

cvs -d:pserver:anonymous@cvs.gna.org:/cvs/eagleusb co eagleusb

[url=http://www.debian.org/][img]http://www.debian.org/logos/openlogo-nd-50.png[/img][/url]

Offline

 

#3  2005-12-12 21:23:25

  subox - Użytkownik

subox
Użytkownik
Skąd: Bytów/Szczecin
Zarejestrowany: 2005-06-07
Serwis

Re: Neostrada + Sagem + ueagle-atm kernel 2.6.16.19 - błąd...

nie mam teraz neta na linuxie... jak moge ściagnąć na windowsie te stery co podałeś?

Offline

 

#4  2005-12-12 21:39:40

  Prezu - Masta Haka

Prezu
Masta Haka
Skąd: Trzebnica
Zarejestrowany: 2005-06-02

Re: Neostrada + Sagem + ueagle-atm kernel 2.6.16.19 - błąd...

Proszę bardzo: http://poczta.prezu.one.pl/eagleusb.tar.bz2

Offline

 

#5  2005-12-12 22:19:00

  subox - Użytkownik

subox
Użytkownik
Skąd: Bytów/Szczecin
Zarejestrowany: 2005-06-07
Serwis

Re: Neostrada + Sagem + ueagle-atm kernel 2.6.16.19 - błąd...

dzięki wielkie Prezu, ale albo ja niepotrafie tego zainstalować albo niedziałają te stery też...

gdy wpisuje:
[i]./configure[/i]

Kod:

-bash: ./configure: Nie ma takiego pliku ani katalogu

jednak podczas wpisania:
[i]make[/i]

Kod:


You have to run ./autogen.sh first!

make: *** [build] Błąd 1

więc uruchamiam:
[i]./autogen.sh[/i]

Kod:

./autogen.sh: line 19: aclocal: command not found

Co mam dalej robić?

Offline

 

#6  2005-12-12 22:24:26

  czadman - Bicycle repairman

czadman
Bicycle repairman
Skąd: Wrocław
Zarejestrowany: 2005-07-08

Re: Neostrada + Sagem + ueagle-atm kernel 2.6.16.19 - błąd...

Zainstalować pakiet automake.


[url=http://www.debian.org/][img]http://www.debian.org/logos/openlogo-nd-50.png[/img][/url]

Offline

 

#7  2005-12-12 22:34:47

  Bodzio - Ojciec Założyciel

Bodzio
Ojciec Założyciel
Skąd: Gorlice
Zarejestrowany: 2004-04-17
Serwis

Re: Neostrada + Sagem + ueagle-atm kernel 2.6.16.19 - błąd...

Ewentualnie masz tu link do programu z już wygenerowanym plikiem configure
sorry, jestem dupa :D
http://www.bodzio.dug.net.pl/pliki2/eagleusb.tar.bz2


Debian jest lepszy niż wszystkie klony
Linux register users: #359018
[img]http://www.freebsd.org/gifs/powerlogo.gif[/img]
[url=https://goo.gl/photos/5XGKFkvaMimLwM2s9]Beskid Niski[/url]

Offline

 

#8  2005-12-12 22:44:54

  subox - Użytkownik

subox
Użytkownik
Skąd: Bytów/Szczecin
Zarejestrowany: 2005-06-07
Serwis

Re: Neostrada + Sagem + ueagle-atm kernel 2.6.16.19 - błąd...

hehe spoko:), właśnie zainstalowałem tą neo:) działa super:)
dzieki za pomoc:)

Offline

 

#9  2006-06-02 17:52:22

  subox - Użytkownik

subox
Użytkownik
Skąd: Bytów/Szczecin
Zarejestrowany: 2005-06-07
Serwis

Re: Neostrada + Sagem + ueagle-atm kernel 2.6.16.19 - błąd...

Witam, kiedyś rozwiazałem dzieki wam problem z neo...
Znowu mam ten sam bład...
mam kernela 2.6.16.19 i instaluje stery do neo Fast8x0_3-0-6.tgz.
Ściągnałem też:
http://www.bodzio.dug.net.pl/pliki2/eagleusb.tar.bz2
co bodzio podał i wyskakuje troche inny błąd, ale dalej przy make...

Offline

 

#10  2006-06-02 23:35:06

  subox - Użytkownik

subox
Użytkownik
Skąd: Bytów/Szczecin
Zarejestrowany: 2005-06-07
Serwis

Re: Neostrada + Sagem + ueagle-atm kernel 2.6.16.19 - błąd...

poradziłem sobie... zainstalowałem starszą wersje kernela (2.6.15.3) i wszystko łądnie poszło...

Offline

 

#11  2006-06-03 00:05:24

  Bodzio - Ojciec Założyciel

Bodzio
Ojciec Założyciel
Skąd: Gorlice
Zarejestrowany: 2004-04-17
Serwis

Re: Neostrada + Sagem + ueagle-atm kernel 2.6.16.19 - błąd...

Na jądrach 2.6.16 stery eagle nie działają. Działają stery [color=orange]ueagle[/color]. Art się pisze - sorry ostatnio nie mam czasu


Debian jest lepszy niż wszystkie klony
Linux register users: #359018
[img]http://www.freebsd.org/gifs/powerlogo.gif[/img]
[url=https://goo.gl/photos/5XGKFkvaMimLwM2s9]Beskid Niski[/url]

Offline

 

#12  2006-06-03 00:27:31

  subox - Użytkownik

subox
Użytkownik
Skąd: Bytów/Szczecin
Zarejestrowany: 2005-06-07
Serwis

Re: Neostrada + Sagem + ueagle-atm kernel 2.6.16.19 - błąd...

dzięki za info:)
Teraz mam kernel 2.6.15.3 i dziala mi na eagle neo...
Jeśli skompiluje 2.6.16.19 to musze nowe stery (ueagle) instalowac?

Offline

 

#13  2006-06-03 12:40:19

  cespenar - Członek DUG

cespenar
Członek DUG
Skąd: Opole
Zarejestrowany: 2006-04-30

Re: Neostrada + Sagem + ueagle-atm kernel 2.6.16.19 - błąd...


Jeśli skompiluje 2.6.16.19 to musze nowe stery (ueagle) instalowac?[/quote]

Mniej więcej. Oto [url=http://dug.net.pl/faq/index.php?kat=3&id=178]HOWTO[/url], które własnie napisałem na ten temat.


Linux registered user #346191
Powered by [color=red]Debian GNU/Linux[/color] [color=green]amd64 Sid[/color] @ ASUS A6Km-Q015: AMD Turion 64 1.8Ghz, 1Gb RAM, GeForceGo 7300TC, 80Gb HDD, WXGA 15.4"

Offline

 

#14  2006-06-03 14:13:07

  subox - Użytkownik

subox
Użytkownik
Skąd: Bytów/Szczecin
Zarejestrowany: 2005-06-07
Serwis

Re: Neostrada + Sagem + ueagle-atm kernel 2.6.16.19 - błąd...


Jeśli skompiluje 2.6.16.19 to musze nowe stery (ueagle) instalowac?[/quote]

Mniej więcej. Oto [url=http://dug.net.pl/faq/index.php?kat=3&id=178]HOWTO[/url], które własnie napisałem na ten temat.[/quote]
Dzisiaj rano od nowa system stawiałem, wrzuciłem kernel 2.6.16.19...
Wszystko zrobiłem według tego [url=http://dug.net.pl/faq/index.php?kat=3&id=178]HOWTO[/url]. Internetu nie ma... Wyskakuje tylko takie coś(cały czas...):

Kod:

AMT dev 0: usbatm_submit_urb: urb 0xdf934880 subbmission failed (-28)!
usb 2-2: [ueagle-atm] modem operational
usb 2-2: [ueagle-atm] ATU-R firmware version: 44e2ea17
printk: 1649 message suppressed
usbatm_submit_urb: urb 0xdf934880 subbmission failed (-28)!
printk: 1659 message suppressed
usbatm_submit_urb: urb 0xdf934880 subbmission failed (-28)!
printk: 1659 message suppressed
usbatm_submit_urb: urb 0xdf934880 subbmission failed (-28)!

Ostatnie dwie linijki się cały czas powtarzają(co kilka sekund...)
Zmienia sie w nich tylko numerek "0xdf934880"

Offline

 

#15  2006-06-03 14:36:27

  cespenar - Członek DUG

cespenar
Członek DUG
Skąd: Opole
Zarejestrowany: 2006-04-30

Re: Neostrada + Sagem + ueagle-atm kernel 2.6.16.19 - błąd...

Bodzio juz mial podobny [url=http://forum.dug.net.pl/viewtopic.php?t=3572]problem[/url], ale nie znalazla sie jego przyczyna.

Masz zainstalowane wymagane pakiety?
Jakiej gałęzi Debiana uzywasz?
Czy jesli uzywasz Testing lub Sida, to masz zainstalowany udev?
A jesli jest to sarge, to czy masz hotplug?
Ten problem wystepuje po reboocie systemu?
Co masz w tej sekcji konfiguracji kernela:

Kod:

Device Drivers  --->
    Generic Driver Options  ---> 

?


Linux registered user #346191
Powered by [color=red]Debian GNU/Linux[/color] [color=green]amd64 Sid[/color] @ ASUS A6Km-Q015: AMD Turion 64 1.8Ghz, 1Gb RAM, GeForceGo 7300TC, 80Gb HDD, WXGA 15.4"

Offline

 

#16  2006-06-03 14:55:41

  subox - Użytkownik

subox
Użytkownik
Skąd: Bytów/Szczecin
Zarejestrowany: 2005-06-07
Serwis

Re: Neostrada + Sagem + ueagle-atm kernel 2.6.16.19 - błąd...

Mam zainstalowane wszystkie pakiety, nie jestem pewien co do hotpluga... zaraz wejde na lina i sprawdze...
Używam debian sarge r1.
lece sprawdzić co mam w kernelu:

Kod:

Device Drivers  --->
    Generic Driver Options  --->

...

Offline

 

#17  2006-06-03 15:12:47

  subox - Użytkownik

subox
Użytkownik
Skąd: Bytów/Szczecin
Zarejestrowany: 2005-06-07
Serwis

Re: Neostrada + Sagem + ueagle-atm kernel 2.6.16.19 - błąd...

Mam hotplug zainstalowany...

Kod:

Device Drivers  --->
    Generic Driver Options  --->
        [*] Select only drivers that don't need complite-time external firmware
        [*] Prevent firmware from being built
        <M> Userspace firmware loading support
        [ ] Driver Core verbose debug messages

Jak sądzisz... może dać sobie spokój i spróbować to samo zrobić na kernelu 2.6.16.16... Bodzio na tym kernelu bez problemów postawił neo...???

Offline

 

#18  2006-06-03 19:47:26

  cespenar - Członek DUG

cespenar
Członek DUG
Skąd: Opole
Zarejestrowany: 2006-04-30

Re: Neostrada + Sagem + ueagle-atm kernel 2.6.16.19 - błąd...

Kod:

<M> Userspace firmware loading support 

Spróbuj wkompilować to na stałe, nie jako moduł.
Moim zdaniem nie warto probowac na nizszym jadrze, bo 2.6.16.19 ma tylko porawki błędów, więc to nic nie pomoze.


Linux registered user #346191
Powered by [color=red]Debian GNU/Linux[/color] [color=green]amd64 Sid[/color] @ ASUS A6Km-Q015: AMD Turion 64 1.8Ghz, 1Gb RAM, GeForceGo 7300TC, 80Gb HDD, WXGA 15.4"

Offline

 

Stopka forum

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson
Nas ludzie lubią po prostu, a nie klikając w przyciski ;-)

[ Generated in 0.009 seconds, 11 queries executed ]

Informacje debugowania

Time (s) Query
0.00010 SET CHARSET latin2
0.00005 SET NAMES latin2
0.00115 SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='18.116.90.161' WHERE u.id=1
0.00075 REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '18.116.90.161', 1732726719)
0.00047 SELECT * FROM punbb_online WHERE logged<1732726419
0.00074 DELETE FROM punbb_online WHERE ident='3.138.170.67'
0.00090 DELETE FROM punbb_online WHERE ident='3.14.134.18'
0.00056 SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=2472 AND t.moved_to IS NULL
0.00005 SELECT search_for, replace_with FROM punbb_censoring
0.00099 SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=2472 ORDER BY p.id LIMIT 0,25
0.00083 UPDATE punbb_topics SET num_views=num_views+1 WHERE id=2472
Total query time: 0.00659 s