Skocz do zawartości

Neostrada (speedtouch330)


raffk

Rekomendowane odpowiedzi

Witam, od kilku dni probuje zainstalowac neostrade (na swoim pierwszym linuksie FC4)..

.. probowalem zrobic to skryptem z tej stronki:

 

http://www.neo.waw.pl/pliki/linux4.html

 

ale po potwierdzeniu danych pojawia sie:

 

Configuring SpeedTouch Driver... 
Software Configuration - SUCCESS 
Building SpeedTouch Driver... 
Software Build - FAILED 
Please check /tmp/speedtouch.make.txt for errors 
[root@localhost speedtouchconf-10-Nov-2004]# 

 

jesli sie nie pomylilem to plik z tmp to:

 

checking build system type... i686-pc-linux-gnu 
checking host system type... i686-pc-linux-gnu 
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 whether make sets $(MAKE)... yes 
checking for a BSD-compatible install... /usr/bin/install -c 
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 stdio.h usability... yes 
checking stdio.h presence... yes 
checking for stdio.h... yes 
checking for unistd.h... (cached) yes 
checking fcntl.h usability... yes 
checking fcntl.h presence... yes 
checking for fcntl.h... yes 
checking errno.h usability... yes 
checking errno.h presence... yes 
checking for errno.h... yes 
checking time.h usability... yes 
checking time.h presence... yes 
checking for time.h... yes 
checking signal.h usability... yes 
checking signal.h presence... yes 
checking for signal.h... yes 
checking for stdlib.h... (cached) yes 
checking termios.h usability... yes 
checking termios.h presence... yes 
checking for termios.h... yes 
checking limits.h usability... yes 
checking limits.h presence... yes 
checking for limits.h... yes 
checking stdarg.h usability... yes 
checking stdarg.h presence... yes 
checking for stdarg.h... yes 
checking for string.h... (cached) yes 
checking sys/resource.h usability... yes 
checking sys/resource.h presence... yes 
checking for sys/resource.h... yes 
checking sys/ioctl.h usability... yes 
checking sys/ioctl.h presence... yes 
checking for sys/ioctl.h... yes 
checking for sys/types.h... (cached) yes 
checking for sys/stat.h... (cached) yes 
checking sys/time.h usability... yes 
checking sys/time.h presence... yes 
checking for sys/time.h... yes 
checking sys/param.h usability... yes 
checking sys/param.h presence... yes 
checking for sys/param.h... yes 
checking sys/socket.h usability... yes 
checking sys/socket.h presence... yes 
checking for sys/socket.h... yes 
checking syslog.h usability... yes 
checking syslog.h presence... yes 
checking for syslog.h... yes 
checking for pid_t... yes 
checking for size_t... yes 
checking for an ANSI C-conforming const... yes 
checking return type of signal handlers... void 
checking for alarm... yes 
checking for gettimeofday... yes 
checking for memmove... yes 
checking for memset... yes 
checking for mkfifo... yes 
checking for select... yes 
checking for strdup... yes 
checking for strerror... yes 
checking for pthread_create in -lpthread... yes 
checking for rpm... /usr/src/redhat 
configure: creating ./config.status 
config.status: creating Makefile 
config.status: creating src/Makefile 
config.status: creating src/speedtouch-setup 
config.status: creating src/speedtouch-start 
config.status: creating src/speedtouch-stop 
config.status: creating hotplug/Makefile 
config.status: creating hotplug/speedtouch 
config.status: creating doc-linux/Makefile 
config.status: creating doc-bsd/Makefile 
config.status: creating speedtouch.spec 

 

 

probowalem tez instrukcja z http://www.webconexion.net/speedtouch/spee...uch_330_usb.php jednak:

 

Compile and install the speedtouch-1.2-beta1.tar.gz source as follows:

tar -xzvf speedtouch-1.2-beta1.tar.gz 
cd speedtouch-1.2-beta1 
./configure 
make 
make install

To confirm this has been installed correctly, type the following:

whereis speedtouch.conf

You should receive a response that shows /etc/speedtouch.confas well as other locations, although the others are not relevant in this document. 

speedtouch.conf <- nie znajduje tego pliku, i nie ma go w zadnym z folderow

 

 

 

Dziś znalazłem na forum link do tutoriala na http://newbie.linux.pl/?id=article&kategor...&show=277&kom=1

niestety nie mialem na plycie instalacyjnej podanych tam plikow.. sciagnalem je z internetu.. ale..

[root@localhost here]# tar -xzf $ speedtouch-1.2-beta3.tar.gz -C /tmp
tar: $: Nie można open: Nie ma takiego pliku ani katalogu
tar: Błąd nie do naprawienia: koniec
tar: Child returned status 2
tar: speedtouch-1.2-beta3.tar.gz: Nie znalazłem w archiwum
tar: Zakończenie z błędem z powodu uprzednich błędów
[root@localhost here]# tar -xzf $ speedtouch-1.2-beta3 -C /tmp
tar: $: Nie można open: Nie ma takiego pliku ani katalogu
tar: Błąd nie do naprawienia: koniec
tar: Child returned status 2
tar: speedtouch-1.2-beta3: Nie znalazłem w archiwum
tar: Zakończenie z błędem z powodu uprzednich błędów 

 

 

Bylbym bardzo wdzieczny jesli ktos pomogl mi zainstalowac ten mode i neostrada..

wiem ze ten temat pojawial sie na forum juz wielokrotnie, ale nie wiem juz co mam robic..

mam FC4, modem speedtouch 330..

Odnośnik do komentarza
Udostępnij na innych stronach

Przy rozpakowaniu w nazwie pliku zrobiłeś spację:

[root@localhost here]# tar -xzf $ speedtouch-1.2-beta3.tar.gz -C /tmp
nie oddzielaj $ od $speedtouch-1.2-beta3.tar.gz napisz to razem.

Błąd wynika z braku istnienia pliku $ bo plik do rozpakowania to $speedtouch-1.2-beta3.tar.gz

Odnośnik do komentarza
Udostępnij na innych stronach

sorry mój błąd już poprawiłem przeczytaj jeszcze raz chodzi o wpisanie bez spacji : $speedtouch-1.2-beta3.tar.gz

 

na poczatku probowalem wpisywac bez spacji, ale mimo to pojawial sie ten sam napis.. ale sprobuje jeszcze raz

 

 

 

Moja porada zrób to tak jak tu pisze: http://forum.fedora.pl/index.php?showtopic=6475 Mi działa bezproblemowo

 

Moge skorzystac z tego postu jesli mam neostrade, a nie Net24?

W skrócie problemy napotykane przy instalacji usługi net24 biorą się z tego, że netia używa protokołu ATM - PPPoE w przeciwieństwie do tpsy która posługuje się protokołem ATM - PPPoA

Mam ten modem od ponad roku, nie jestem pewnien czy to akurat wersja 4.

Odnośnik do komentarza
Udostępnij na innych stronach

Moge skorzystac z tego postu jesli mam neostrade, a nie Net24?

No skoro ja mogę korzystać mając neostradę to ty rówieżsmile.gif

 

 

Mam ten modem od ponad roku, nie jestem pewnien czy to akurat wersja 4.

 

To sprawdź jaką masz wersję punkt drugi mówi jak to zrobić smile.gif

 

 

 

 

 

Odnośnik do komentarza
Udostępnij na innych stronach

sorry mój błąd już poprawiłem przeczytaj jeszcze raz chodzi o wpisanie bez spacji : $speedtouch-1.2-beta3.tar.gz

 

sprobowalem jeszcze raz i ciagle jest tak samo.. jesli pisze razem, to nie dziala nawet dopelnienie, sprobowalem tez bez $, ale wtedy nic sie nie dzieje.. sad.gif

 

 

Sprobuje tutorialem entera..

 

edit:

Sprobuje tutorialem entera..

 

ale nie wiem jaka jest pelna sciezka tych plikow:

http://prdownloads.sourceforge.net/Linux-a...86.rpm?download

http://Linux-usb.sourceforge.net/SpeedTouc...0226-1.i386.rpm

Odnośnik do komentarza
Udostępnij na innych stronach

  • 4 weeks later...

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.

Zarejestruj nowe konto

Załóż nowe konto. To bardzo proste!

Zarejestruj się

Zaloguj się

Posiadasz już konto? Zaloguj się poniżej.

Zaloguj się
×
×
  • Dodaj nową pozycję...