• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Modemtreiber installieren die Zweite

Hallo Leute, folgendes Problem

Ich will für mein Modem mit intel-537EP (ein verdammtes Winmodem) den von Intel im web bereitgestellten Treiber installieren. Suse 9.3 erkennt das modem zwar (modem0) aber wenn ich über kinternet einwählen will kommt folgene Fehlermelung:
Protkoll:
Status is: disconnected
Status is: connecting
Status is: disconnected
pppd[0] died: pppd options error (exit code 2)

Also neuer Treiber: intel-537ep-2.60.80.0-suse91-up.tgz

Ich habe die (richtigen) Kernelquellen geladen, habe sie konfiguriert (make cloneconfig && make prepare), habe gcc nachgeladen.

Die installationsanleitung sieht folgende Schritte vor die ich befolge:

1. login as ROOT
2. extract the archive into a directory with "tar -zxvf <archivename>.tgz"
3. cd into the directory it created.
4. Type: make clean
5. Type: make 537
6. Type: make install

Meine Eingabe Fett. Bei Schritt 5 kommt als erste von mehreren Fehlermeldungen „error: `PM_SAVE_STATE' undeclared“. Der Folgende Schritt mit 6. make install (hab ich nicht hierhin kopiert) funktioniert dann natürlich auch nicht.

linux:~ # cd \intel-537EP_secure-2.60.80.0
linux:~/intel-537EP_secure-2.60.80.0 # make clean

cd coredrv; make clean
make[1]: Entering directory `/root/intel-537EP_secure-2.60.80.0/coredrv'
rm -f *.ko *.o *~ core
make[1]: Leaving directory `/root/intel-537EP_secure-2.60.80.0/coredrv'
rm -f *.o *.ko
linux:~/intel-537EP_secure-2.60.80.0 # make 537
Module precompile check
Current running kernel is: 2.6.11.4-20a-default
/lib/modules... autoconf.h exists
diff: /boot/vmlinuz.autoconf.h: Datei oder Verzeichnis nicht gefunden
autoconf.h matches running kernel
diff: /boot/vmlinuz.version.h: Datei oder Verzeichnis nicht gefunden
version.h matches running kernel
2.6.11.4-20a-default
make[1]: Entering directory `/root/intel-537EP_secure-2.60.80.0/coredrv'
make -C /lib/modules/2.6.11.4-20a-default/build SUBDIRS=/root/intel-537EP_secure-2.60.80.0/coredrv modules
make[2]: Entering directory `/usr/src/linux-2.6.11.4-20a-obj/i386/default'
make -C ../../../linux-2.6.11.4-20a O=../linux-2.6.11.4-20a-obj/i386/default modules
CC [M] /root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.o
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:70: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:70: warning: parameter names (without types) in function declaration
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:70: warning: data definition has no type or storage class
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: In function `power_callback':
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:295: error: `PM_SAVE_STATE' undeclared (first use in this function)
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:295: error: (Each undeclared identifier is reported only once
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:295: error: for each function it appears in.)
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: In function `softcore_init_struct':
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:336: warning: assignment from incompatible pointer type
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: In function `open':
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:394: warning: `pm_register' is deprecated (declared at /usr/src/linux-2.6.11.4-20a/include/linux/pm.h:106)
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: In function `close':
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:416: warning: `pm_unregister' is deprecated (declared at /usr/src/linux-2.6.11.4-20a/include/linux/pm.h:111)
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: At top level:
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:754: warning: initialization from incompatible pointer type
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:755: warning: initialization from incompatible pointer type
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: In function `kScheduleDPC':
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:861: warning: implicit declaration of function `pm_access'
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: In function `dspdrv_CommRamISR':
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:877: warning: function declaration isn't a prototype
make[5]: *** [/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.o] Fehler 1
make[4]: *** [_module_/root/intel-537EP_secure-2.60.80.0/coredrv] Fehler 2
make[3]: *** [modules] Fehler 2
make[2]: *** [modules] Fehler 2


Irgendjemand eine Idee, ausser neues modem kaufen oder auf DSL umsteigen?
:wink:
 

cozi

Member
Da war mal was mit dem Paket "smartlink-softmodem", das installieren, konfigurieren, dann das Modem konfigurieren - müsste funktionieren, bei mir hat es mit den alten SuSE-Versionen geklappt...
Im SuSE-Supportportal gibt es irgendwo eine genaue Anleitung - sorry, ich hab sie nicht mehr da, habe mittlerweile DSL!

Grüße, COZi
 
Oben