Sitecom treiber installen

E

Erdmaenchen

Mitglied
Hallo,
Vielleicht hat einer erfahrung oder ein tut was auch funktioniert denn ich habe gegogelt und irgendwie klapt es nicht. Da die irgendwie eine kernel 2.4 haben und bei suse Linux 10 die 2.6 druf ist.

Kann mir einer Helfen Danke
 
Hi ich glaube mehr Info wäre nicht schlecht mit dir einer helfen kann :)
z.B. was für ein Sitecom Produkt ist das ??
mfg NixBlicker

edit:
Suche mal hier im Forum mit der ( Suchen ) Funktion nach Sitecom, da gibt es schon ein paar Themen zu. Vielleicht ist da schon was für dich dabei.
 
Zuletzt bearbeitet:
Ja. Zieh dir mal das Zeug von der von dir genannten Seite runter, entpacke es und lies die Doku die in dem Paket enthalten ist.
 
Jo das hab ich gemacht udn ausprobiert nur irgenwie muss ich ja erst mein rehner auf prisma2 einstellen nr wie???
 
Deinem Post ist zu entnehmen das du entweder offensichtlich die Doku *nicht* gelesen oder *nicht* verstanden hast.

Read the README.
 
Nein bei mir kommt immer das

linux:/tmp/prisma2/linux-wlan-ng-0.1.14 # ./Configure

-------------- Linux WLAN Configuration Script -------------

The default responses are correct for most users.

Build Prism2.x PCMCIA Card Services (_cs) driver? (y/n) [n]: n

Build Prism2 PLX9052 based PCI (_plx) adapter driver? (y/n) [n]: n

Build Prism2.5 native PCI (_pci) driver? (y/n) [n]: n

Build Prism2.5 USB (_usb) driver? (y/n) [y]: y

Linux source directory [/usr/src/linux]:

The kernel source tree is version 2.6.13-15-default.
The current kernel build date is Tue Sep 13 14:56:15 2005.

Alternate target install root directory on host []:
Module install directory [/lib/modules/2.6.13-15-default]:

It looks like you have a System V init file setup.

Target Architecture? (i386, ppc, arm, or alpha) [i386]:

Prefix for build host compiler? (rarely needed) []:

Compiling with a cross compiler? (y/n) [n]: n

Build for debugging (see doc/config.debug) (y/n) [n]: n


Configuration successful.

linux:/tmp/prisma2/linux-wlan-ng-0.1.14 # make all install
set -e; for d in src doc man etc; do make -C $d ; done
make[1]: Entering directory `/tmp/prisma2/linux-wlan-ng-0.1.14/src'
set -e; for d in mkmeta p80211 prism2 shared wlanctl wland nwepgen wlancfg; do make -C $d ; done
make[2]: Entering directory `/tmp/prisma2/linux-wlan-ng-0.1.14/src/mkmeta'
gcc -E -M -I../include -I/usr/src/linux/include -D__LINUX_WLAN__ -D__I386__ ../shared/p80211types.c ../shared/p80211metamsg.c ../shared/p80211metamib.c ../shared/p80211meta.c mkmetadef.c ../shared/p80211types.c ../shared/p80211metamsg.c ../shared/p80211metamib.c ../shared/p80211meta.c mkmetastruct.c > .depend
mkdir -p obj
gcc -c -g -O2 -Wall -Wstrict-prototypes -pipe -I../include -I/usr/src/linux/include -D__LINUX_WLAN__ -D__I386__ ../shared/p80211types.c -o obj/p80211types.o
../shared/p80211types.c: In function p80211_totext_displaystr:
../shared/p80211types.c:253: warning: pointer targets in passing argument 2 of __builtin_strncat differ in signedness
../shared/p80211types.c: In function p80211_fromtext_displaystr:
../shared/p80211types.c:341: warning: pointer targets in passing argument 1 of __builtin_strncpy differ in signedness
gcc -c -g -O2 -Wall -Wstrict-prototypes -pipe -I../include -I/usr/src/linux/include -D__LINUX_WLAN__ -D__I386__ ../shared/p80211metamsg.c -o obj/p80211metamsg.o
gcc -c -g -O2 -Wall -Wstrict-prototypes -pipe -I../include -I/usr/src/linux/include -D__LINUX_WLAN__ -D__I386__ ../shared/p80211metamib.c -o obj/p80211metamib.o
gcc -c -g -O2 -Wall -Wstrict-prototypes -pipe -I../include -I/usr/src/linux/include -D__LINUX_WLAN__ -D__I386__ ../shared/p80211meta.c -o obj/p80211meta.o
gcc -c -g -O2 -Wall -Wstrict-prototypes -pipe -I../include -I/usr/src/linux/include -D__LINUX_WLAN__ -D__I386__ mkmetadef.c -o obj/mkmetadef.o
gcc -o mkmetadef obj/p80211types.o obj/p80211metamsg.o obj/p80211metamib.o obj/p80211meta.o obj/mkmetadef.o
cat mkmetadefhead.txt > ../include/wlan/p80211metadef.h
./mkmetadef >> ../include/wlan/p80211metadef.h
echo "#endif" >> ../include/wlan/p80211metadef.h
gcc -c -g -O2 -Wall -Wstrict-prototypes -pipe -I../include -I/usr/src/linux/include -D__LINUX_WLAN__ -D__I386__ mkmetastruct.c -o obj/mkmetastruct.o
gcc -o mkmetastruct obj/p80211types.o obj/p80211metamsg.o obj/p80211metamib.o obj/p80211meta.o obj/mkmetastruct.o
cat mkmetastructhead.txt > ../include/wlan/p80211metastruct.h
./mkmetastruct >> ../include/wlan/p80211metastruct.h
echo "#endif" >> ../include/wlan/p80211metastruct.h
make[2]: Leaving directory `/tmp/prisma2/linux-wlan-ng-0.1.14/src/mkmeta'
make[2]: Entering directory `/tmp/prisma2/linux-wlan-ng-0.1.14/src/p80211'
gcc -E -M -D__LINUX_WLAN__ -D__KERNEL__ -DMODULE=1 -I../include -I/usr/src/linux/include "-DCONFIG_PACKET=1 " p80211conv.c p80211req.c p80211frm.c p80211wext.c p80211netdev.c p80211mod.c > .depend
In file included from p80211conv.c:61:
../include/wlan/wlan_compat.h:535:33: error: linux/modversions.h: No such file or directory
In file included from /usr/src/linux/include/linux/irq.h:21,
from /usr/src/linux/include/asm/hardirq.h:6,
from /usr/src/linux/include/linux/hardirq.h:7,
from /usr/src/linux/include/linux/interrupt.h:11,
from /usr/src/linux/include/asm/highmem.h:24,
from /usr/src/linux/include/linux/highmem.h:12,
from /usr/src/linux/include/linux/skbuff.h:27,
from p80211conv.c:67:
/usr/src/linux/include/asm/irq.h:16:25: error: irq_vectors.h: No such file or directory
In file included from p80211req.c:60:
../include/wlan/wlan_compat.h:535:33: error: linux/modversions.h: No such file or directory
In file included from /usr/src/linux/include/linux/irq.h:21,
from /usr/src/linux/include/asm/hardirq.h:6,
from /usr/src/linux/include/linux/hardirq.h:7,
from /usr/src/linux/include/linux/interrupt.h:11,
from /usr/src/linux/include/asm/highmem.h:24,
from /usr/src/linux/include/linux/highmem.h:12,
from /usr/src/linux/include/linux/skbuff.h:27,
from p80211req.c:66:
/usr/src/linux/include/asm/irq.h:16:25: error: irq_vectors.h: No such file or directory
In file included from p80211frm.c:62:
../include/wlan/wlan_compat.h:535:33: error: linux/modversions.h: No such file or directory
In file included from p80211wext.c:40:
../include/wlan/wlan_compat.h:535:33: error: linux/modversions.h: No such file or directory
In file included from /usr/src/linux/include/linux/irq.h:21,
from /usr/src/linux/include/asm/hardirq.h:6,
from /usr/src/linux/include/linux/hardirq.h:7,
from /usr/src/linux/include/linux/interrupt.h:11,
from /usr/src/linux/include/asm/highmem.h:24,
from /usr/src/linux/include/linux/highmem.h:12,
from /usr/src/linux/include/linux/skbuff.h:27,
from p80211wext.c:46:
/usr/src/linux/include/asm/irq.h:16:25: error: irq_vectors.h: No such file or directory
In file included from p80211netdev.c:60:
../include/wlan/wlan_compat.h:535:33: error: linux/modversions.h: No such file or directory
In file included from /usr/src/linux/include/linux/irq.h:21,
from /usr/src/linux/include/asm/hardirq.h:6,
from /usr/src/linux/include/linux/hardirq.h:7,
from /usr/src/linux/include/linux/interrupt.h:11,
from /usr/src/linux/include/asm/highmem.h:24,
from /usr/src/linux/include/linux/highmem.h:12,
from /usr/src/linux/include/linux/skbuff.h:27,
from p80211netdev.c:66:
/usr/src/linux/include/asm/irq.h:16:25: error: irq_vectors.h: No such file or directory
In file included from p80211mod.c:61:
../include/wlan/wlan_compat.h:535:33: error: linux/modversions.h: No such file or directory
In file included from /usr/src/linux/include/linux/irq.h:21,
from /usr/src/linux/include/asm/hardirq.h:6,
from /usr/src/linux/include/linux/hardirq.h:7,
from /usr/src/linux/include/linux/interrupt.h:11,
from /usr/src/linux/include/asm/highmem.h:24,
from /usr/src/linux/include/linux/highmem.h:12,
from /usr/src/linux/include/linux/skbuff.h:27,
from /usr/src/linux/include/linux/if_ether.h:107,
from /usr/src/linux/include/linux/netdevice.h:29,
from p80211mod.c:67:
/usr/src/linux/include/asm/irq.h:16:25: error: irq_vectors.h: No such file or directory
make[2]: *** [.depend] Error 1
make[2]: Leaving directory `/tmp/prisma2/linux-wlan-ng-0.1.14/src/p80211'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/prisma2/linux-wlan-ng-0.1.14/src'
make: *** [all] Error 2
linux:/tmp/prisma2/linux-wlan-ng-0.1.14 #

Kann mir 1 Helfen???
 
Zuletzt bearbeitet:
Kernel-headers installiert? Ist das sonstige development-Geraffel installiert?
 
Am was ist das????? Wo installiere ich das.

Aber schon mal 1000 danke
 
Über Yast. Aber hier sind nun die SauSE-Spezis gefragt. Wer springt ein?
 
Kernel-headers und development findet er net

Um Hilfe wird gebeten.

Aber schon mal danke
 
Kernel-Source braucht er ...

PS: Das Doppelposting wurde von mir gelöscht !
 
Hallo, kann mir einer sagen wie ich die Kernel-Source installiere unter Suse Linux 10 und die dann einstelle???
 
Hallo,
ich habe die Kernel-Source udn es funst trotzdem nciht. Kann mir einer helfen???
 
leuchtet bei deinem gerät die lampe auf? vielleicht musst du den treiber noch als modul in den kernel einbinden. dazu solltets du mal das Kernel howto lesen.

hast du die kernel-nongpl installiert. damit sollte es eigentlich auch ohne kompillieren funzen.
 
Hallo,
nein die lampe geht nicht. kernel-nongpl weiß ich nciht mal was das ist. Wie kann ich das installierern.
Aber schon mal schönen dank
 

Ähnliche Themen

Samba Server funktioniert nach Installation von Nextcloud 26 nicht mehr

Keine grafische Oberfläche (Debian Installation)

Samba 4 trennt sich beim Übertragen unter Windows7/10

Gigabit PCI Ethernet Card welche unter Kernel 3.16 läuft?

Raspberry Libreelec/Kodi TBS5922SE Treiber

Zurück
Oben