habe seit ein paar die Seagate Dockstar und Debian Lenny nach folgender Anleitung auf einer externen USB-Festplatte installiert
http://falkhusemann.de/blog/2010/09/ein ... -dockstar/
Partitionen: sda1 4GB boot, sda2 1GB swap
Code: Alles auswählen
debian:~# uname -a
Linux debian 2.6.33 #2 PREEMPT Tue Mar 2 14:27:17 MST 2010 armv5tel GNU/Linux
Läuft soweit. Jetzt wollte ich die per WLAN anbinden. Laut
http://wiki.ubuntuusers.de/WLAN/Karten/digitus
läuft die DN-7043-3 per Linuxtreiber oder ndiswrapper. Hab den Treiber runtergeladen, entpackt, bin in das Verzeichnis gewechselt und habe das makefile ausgeführt
Code: Alles auswählen
debian:~/rtl8712_8188_8191_8192SU_usb_linux_v2.6.0006.20100625# make
Code: Alles auswählen
make ARCH=armv5tel CROSS_COMPILE= -C /lib/modules/2.6.33/build M=/root/rtl8712_8188_8191_8192SU_usb_linux_v2.6.0006.20100625 modules
make: *** /lib/modules/2.6.33/build: No such file or directory. Stop.
make: *** [modules] Error 2
Code: Alles auswählen
debian:~/rtl8712_8188_8191_8192SU_usb_linux_v2.6.0006.20100625# ls /lib/modules/2.6.33
build modules.builtin modules.ieee1394map modules.ofmap modules.seriomap source
kernel modules.ccwmap modules.inputmap modules.order modules.symbols
modules.alias modules.dep modules.isapnpmap modules.pcimap modules.usbmap
Nagut, dann doch mit ndiswrapper probieren, hat unter Ubuntu ja geklappt.
Code: Alles auswählen
debian:~# aptitude install module-assistant wireless-tools
The following NEW packages will be installed:
libiw29{a} module-assistant wireless-tools
Code: Alles auswählen
debian:~# ma-a a-i ndiswrapper
Getting source for kernel version: 2.6.33
apt-get install linux-headers-2.6.33
E: Couldn't find package linux-headers-2.6.33
Code: Alles auswählen
debian:~# apt-get install linux-headers-2.6.33
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package linux-headers-2.6.33
Code: Alles auswählen
debian:~# apt-get update & apt-cache search linux-headers
[1] 5762
Hit http://security.debian.org lenny/updates Release.gpg
Ign http://security.debian.org lenny/updates/main Translation-en_US
Hit http://security.debian.org lenny/updates Release
Hit http://ftp.uk.debian.org lenny Release.gpg
Ign http://ftp.uk.debian.org lenny/main Translation-en_US
Hit http://ftp.uk.debian.org lenny Release
Hit http://security.debian.org lenny/updates/main Packages
Hit http://security.debian.org lenny/updates/main Sources
53% [Waiting for headers] [Waiting for headers] [Waiting for headers]linux-headers-2.6-iop32x - Header files for Linux 2.6-iop32x
linux-headers-2.6-ixp4xx - Header files for Linux 2.6-ixp4xx
linux-headers-2.6-versatile - Header files for Linux 2.6-versatile
Hit http://volatile.debian.org lenny/volatile Release.gpg
Ign http://volatile.debian.org lenny/volatile/main Translation-en_US
Hit http://people.debian.org lenny Release.gpg
Ign http://people.debian.org lenny/main Translation-en_US
Hit http://ftp.uk.debian.org lenny/main Packages
Hit http://ftp.uk.debian.org lenny/main Sources
Hit http://volatile.debian.org lenny/volatile Release
Hit http://people.debian.org lenny Release
Hit http://volatile.debian.org lenny/volatile/main Packages
Hit http://volatile.debian.org lenny/volatile/main Sources
Ign http://people.debian.org lenny/main Packages
90% [Working]rt2400-source - source for rt2400 wireless network driver
rt2500-source - source for rt2500 wireless network driver
rt2570-source - source for rt2570 wireless network driver
Hit http://people.debian.org lenny/main Packages
Reading package lists... Done
linux-headers-2.6.26-1-all - All header files for Linux 2.6.26
linux-headers-2.6.26-1-all-armel - All header files for Linux 2.6.26
linux-headers-2.6.26-1-common - Common header files for Linux 2.6.26-1
linux-headers-2.6.26-1-iop32x - Header files for Linux 2.6.26-1-iop32x
linux-headers-2.6.26-1-ixp4xx - Header files for Linux 2.6.26-1-ixp4xx
linux-headers-2.6.26-1-orion5x - Header files for Linux 2.6.26-1-orion5x
linux-headers-2.6.26-1-versatile - Header files for Linux 2.6.26-1-versatile
linux-headers-2.6.26-2-all - All header files for Linux 2.6.26
linux-headers-2.6.26-2-all-armel - All header files for Linux 2.6.26
linux-headers-2.6.26-2-common - Common header files for Linux 2.6.26-2
linux-headers-2.6.26-2-iop32x - Header files for Linux 2.6.26-2-iop32x
linux-headers-2.6.26-2-ixp4xx - Header files for Linux 2.6.26-2-ixp4xx
linux-headers-2.6.26-2-orion5x - Header files for Linux 2.6.26-2-orion5x
linux-headers-2.6.26-2-versatile - Header files for Linux 2.6.26-2-versatile
linux-headers-2.6-kirkwood - Header files for Linux 2.6-kirkwood (meta-package)
linux-headers-2.6-orion5x - Header files for Linux 2.6-orion5x (meta-package)
linux-headers-2.6.32-5-common - Common header files for Linux 2.6.32-5
linux-headers-2.6.32-5-kirkwood - Header files for Linux 2.6.32-5-kirkwood
linux-headers-2.6.32-5-orion5x - Header files for Linux 2.6.32-5-orion5x
[1]+ Done apt-get update