staging.inyokaproject.org

D-Link DWA-140 wird nicht erkannt

Status: Gelöst | Ubuntu-Version: Ubuntu 9.10 (Karmic Koala)
Antworten |

Chintter

Anmeldungsdatum:
31. Dezember 2011

Beiträge: 73

Okay Bin nur Etwas Verwirrt ☺ um es ein wnig zu verstehen

Wenn ich den Post sehe:

Dann ggf. noch die aktuelle Firmware V26 vom 03/31/2010 von Ralink herunterladen, entpacken und die Datei rt2870.bin nach /lib/firmware kopieren. Quelle:http://forum.ubuntuusers.de/post/2388926/

Aber am Anfang soll doch mit:

Hinweis: Ab Ubuntu 10.04.3 wird der D-Link DWA-140-B2 (ID 07d1:3c0a) nicht mehr direkt durch das Modul rt2870sta unterstützt. Modul rt2800usb funktioniert ebenfalls nicht und muss gesperrt werden.

echo "blacklist rt2800usb" | sudo tee -a /etc/modprobe.d/blacklist.conf
echo "blacklist rt2870sta" | sudo tee -a /etc/modprobe.d/blacklist.conf 

Quelle:http://forum.ubuntuusers.de/post/2388926/

Sollen die beiden gespeert werden aber man soll rt2870.bin wieder einfügen wenn es erfordert

müsste man nicht rt3070.bin eventuell einfügen? wenn es nicht da ist?

Falls das alles zu Kompliziert ist und aufwändig braucht das nicht erklärt werden Ihr seit ja die Profis 😉 Als Völliger Noob der ich bin blicke ich da nicht durch

praseodym Team-Icon

Supporter
Avatar von praseodym

Anmeldungsdatum:
9. Februar 2009

Beiträge: 22111

Das Firmwarepaket ist auch als .deb dort verlinkt. Dann sperre beide und installiere den Treiber erneut. Eine neuere Version hänge ich dir mal an, sie kann direkt analog kompiliert werden.

angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO.tar.gz (1.9 MiB)
Download angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO.tar.gz

Chintter

Anmeldungsdatum:
31. Dezember 2011

Beiträge: 73

😳 Danke für die Hilfe um die Uhrzeit

Werde ich so machen

Chintter

Anmeldungsdatum:
31. Dezember 2011

Beiträge: 73

praseodym schrieb:

Das Firmwarepaket ist auch als .deb dort verlinkt. Dann sperre beide und installiere den Treiber erneut. Eine neuere Version hänge ich dir mal an, sie kann direkt analog kompiliert werden.

sie kann direkt analog kompiliert werden

Habe das gefunden: http://wiki.ubuntuusers.de/Programme_kompilieren#standard_komp

Es muss ja noch die Datei im Terminal gefunden werden aber das schaffe ich nicht Die Datei ist ja im home Ordner entpackt worden

Wenn ich die Datei im Terminal "geladen/gefunden" Haben müsste ich

make
sudo make install 

machen oder nicht?

*Edit*

sudo apt-get install linux-headers-$(uname -r) build-essential
wget http://media.cdn.ubuntu-de.org/forum/attachments/50/47/2388926-2009_1110_RT3070_Linux_STA_v2.1.2.0_mod.tar.gz
tar xvf 2388926-2009_1110_RT3070_Linux_STA_v2.1.2.0_mod.tar.gz
cd 2009_1110_RT3070_Linux_STA_v2.1.2.0_mod
make                                                  ## ggf. auftretender "make: *** [LINUX] Fehler 1" kann ignoriert werden
sudo make install 

Quelle:http://forum.ubuntuusers.de/post/2388926/

Ich Müsste das dann so machen die Datei also die angepasste Treiber-Version runterladen dann das machen Das für die Headerdingsbums für den PPC (ppc linux-header)

sudo apt-get install linux-headers-$(uname -r) build-essential

Das Gelbe weglassen Das Unterstichende ändern in die angepasste Treiber Version Beim Kursiven den dateinamen

sudo apt-get install linux-headers-$(uname -r) build-essential
wget http://media.cdn.ubuntu-de.org/forum/attachments/50/47/2388926-2009_1110_RT3070_Linux_STA_v2.1.2.0_mod.tar.gz
tar xvf __2388926-2009_1110_RT3070_Linux_STA_v2.1.2.0_mod.tar.gz__
cd ''2009_1110_RT3070_Linux_STA_v2.1.2.0_mod''
make                                                  ## ggf. auftretender "make: *** [LINUX] Fehler 1" kann ignoriert werden
sudo make install 

Ich ändere den Dateinamen weils dann einfacher für mich ist

sudo apt-get install linux-headers-$(uname -r) build-essential
tar xvf 4130522-test-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO.tar
cd 2010_0831_RT3070_Linux_STA_v2.4.0.1_mod
make                                                  ## ggf. auftretender "make: *** [LINUX] Fehler 1" kann ignoriert werden
sudo make install 

Die 4130522 könnte ja eine Nummer sein um das Paket (die Datei) zu finden fürs Terminal

Bohr mein Kopf Raucht ich werde des jetzt Testen

chintter-2@chintter-2-laptop:~$ cd 2010_0831_RT3070_Linux_STA_v2.4.0.1_mod
bash: cd: 2010_0831_RT3070_Linux_STA_v2.4.0.1_mod: Datei oder Verzeichnis nicht gefunden
chintter-2@chintter-2-laptop:~$ cd angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_mod
bash: cd: angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_mod: Datei oder Verzeichnis nicht gefunden

hm? schade ich versuche des jetzt mal ohne geänderte Datei

Neuer Versuch

sudo apt-get install linux-headers-$(uname -r) build-essential
tar xvf 4130522-angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO.tar
cd 2010_0831_RT3070_Linux_STA_v2.4.0.1_mod
make                                              
sudo make install 

hm? Jetzt klappt tar xvf nicht nächster Test

*Edit*

Ich habe jetzt den Angepassten Treiber gedownloadet und ins Home Verzeichens Kopiert dann mit der Maustaste da entpackt und dann mit der Maustaste im Terminal geöffnet und als das Terminal sich geöffnet hat

make

eingeben und es klappt JUHU

Chintter

Anmeldungsdatum:
31. Dezember 2011

Beiträge: 73

Okay Habe wieder was Durcheinander gebraucht mit der Treiber Installation und dem Ganzen und es wird wieder das Terminal geblockt und der Browser von eingesteckt WLAN Stick 😢

Der WLAN-Stick muss jetzt schon ein gesteckt sein

1.Schritt

Power-Off

sudo iwconfig wlan0 power off

Sperren

echo "blacklist rt2800usb" | sudo tee -a /etc/modprobe.d/blacklist.conf
echo "blacklist rt2870sta" | sudo tee -a /etc/modprobe.d/blacklist.conf 

Der benötigte Treiber rt3070sta muss manuell installiert werden

2.Schritt

sudo apt-get install linux-headers-$(uname -r) build-essential

Ich habe jetzt den Angepassten Treiber gedownloadet und ins Home Verzeichens Kopiert dann mit der Maustaste da entpackt und dann mit der Maustaste im Terminal geöffnet und als das Terminal sich geöffnet hat....

make                                              
sudo make install

3.Schritt

Stick entfernen, Treiber rt2800usb entladen und aktuellen Treiber aktivieren

cd
sudo modprobe -rfv rt2800usb
sudo depmod -a
sudo update-initramfs -u
modinfo rt3070sta | egrep 'versi|filen' 

4.Schritt

http://forum.ubuntuusers.de/post/2388926/ Firmwarepaket 1.52 (obwohl der Stick mit 1.60 das Erste mal Funktioniert hat aber nur AcHoc)

5.Schritt Stick anschließen und testen:

iwconfig
iwlist chan
sudo iwlist scan 

6.Schritt (oder soll ich das vor den 5.Schritt machen?) Geräte-ID hinzufügen:

echo 'install rt2870sta modprobe --ignore-install rt2870sta ; /bin/echo " 07d1 3c0f" > /sys/bus/usb/drivers/rt2870/new_id' | sudo tee /etc/modprobe.d/rt2870sta.conf

???.Schritt Backportmodule http://forum.ubuntuusers.de/post/2822597/ Puh ich bin etwas überfragt wo ich das machen soll den Backportmodul bei welchen Schritt und ob der WLAN-Stick Eingesteckt bleiben soll dabei Kann das Bitte überprüft werden die Schritte?

Habe ich noch was vergessen?

*Edit*

http://forum.ubuntuusers.de/post/2822597/ Kann ich nicht machen weil es für den Powerbook keine Architekturen hat wo da beim Link stehen?

Aber wahrscheinlich wird das bei Schritt 2 Gemacht.

praseodym Team-Icon

Supporter
Avatar von praseodym

Anmeldungsdatum:
9. Februar 2009

Beiträge: 22111

Zeige die Ausgabe von

uname -a

ich verlinke dann die Pakete. Ne CD hast du?

Chintter

Anmeldungsdatum:
31. Dezember 2011

Beiträge: 73

praseodym schrieb:

Zeige die Ausgabe von

uname -a

ich verlinke dann die Pakete. Ne CD hast du?

Ich habe ein CD Laufwerk drin und Xubuntu auf DVD

Sind den die Schritte so Okay? Damit ich dann die Reihenfolge Richtig habe?

chintter-2@chintter-2-laptop:~$ uname -a
Linux chintter-2-laptop 2.6.32-39-powerpc #86-Ubuntu Tue Feb 14 02:19:07 UTC 2012 ppc GNU/Linux
chintter-2@chintter-2-laptop:~$ 

praseodym Team-Icon

Supporter
Avatar von praseodym

Anmeldungsdatum:
9. Februar 2009

Beiträge: 22111

Sorry für die späte Antwort, war beruflich unterwegs. Hier die Headerfiles:

http://launchpadlibrarian.net/92839584/linux-headers-2.6.32-39-powerpc_2.6.32-39.86_powerpc.deb

http://launchpadlibrarian.net/92829553/linux-headers-2.6.32-39_2.6.32-39.86_all.deb

Installation durch Doppelklicken. Dann die Installations-CD/DVD einlegen und zu den Paketquellen hinzufügen, Anleitung hier und hier. Installiere dann das Metapaket build-essential. Danach solltest du kompilieren können. Kopiere den entpackten Treiberordner einfach nach /home, öffne ein neues Terminal und fahre mit dem "cd"-Befehl fort.

Chintter

Anmeldungsdatum:
31. Dezember 2011

Beiträge: 73

Sorry das ich jetzt so spät Antworte....

Ich schaffe es nicht das angepasste Treiber Paket zu installieren. Kann mir bitte den Code also die Eingabe vom

cd

Befehl schreiben Ich habe das so gemacht

Kopiere den entpackten Treiberordner einfach nach /home, öffne ein neues Terminal und fahre mit dem "cd"-Befehl fort.

Und dann einfach mit der Rechten Maustasten den Treiberordner im Terminal geöffnet und:

cd

Hinter der Datei gemacht also das was sich im Terminal geöffnet hat und dann

make

Und es wurde gesagt das die Datei/Verzeichnis nicht gefunden worden ist.

Dann hat mich der Mut verlassen und habe mich nicht getraut nach den Richtigen Befehl zu fragen.

praseodym Team-Icon

Supporter
Avatar von praseodym

Anmeldungsdatum:
9. Februar 2009

Beiträge: 22111

Öffne ein neues Terminal und gib ein

cd angepasster-2010*
make
sudo make install

Chintter

Anmeldungsdatum:
31. Dezember 2011

Beiträge: 73

Okay vielen Dank aber es kommt ein Fehler ;(

chintter-iv@chintter-iv-laptop:~$ cd angepasster-2010*
chintter-iv@chintter-iv-laptop:~/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO$ make
make -C tools
make[1]: Betrete Verzeichnis '/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/tools'
gcc -g bin2h.c -o bin2h
make[1]: Verlasse Verzeichnis '/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/tools'
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/tools/bin2h
cp -f os/linux/Makefile.6 /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/Makefile
make -C /lib/modules/2.6.32-40-powerpc/build SUBDIRS=/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux modules
make: *** /lib/modules/2.6.32-40-powerpc/build: Datei oder Verzeichnis nicht gefunden.  Schluss.
make: *** [LINUX] Fehler 2
chintter-iv@chintter-iv-laptop:~/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO$ 
chintter-iv@chintter-iv-laptop:~$ uname -a
Linux chintter-iv-laptop 2.6.32-40-powerpc #87-Ubuntu Tue Mar 6 10:38:36 UTC 2012 ppc GNU/Linux
chintter-iv@chintter-iv-laptop:~$ 

praseodym Team-Icon

Supporter
Avatar von praseodym

Anmeldungsdatum:
9. Februar 2009

Beiträge: 22111

Offenbar gab es ein Kernelupgrade von -39 auf -40.

http://launchpadlibrarian.net/95617788/linux-headers-2.6.32-40-powerpc_2.6.32-40.87_powerpc.deb

http://launchpadlibrarian.net/95521434/linux-headers-2.6.32-40_2.6.32-40.87_all.deb

Installieren durch Doppelklicken und erneut probieren.

make: *** /lib/modules/2.6.32-40-powerpc/build: Datei oder Verzeichnis nicht gefunden.

Chintter

Anmeldungsdatum:
31. Dezember 2011

Beiträge: 73

Jetzt geht es schon ein bisschen weiter aber noch 1 Fehler so wie ich erkennen kann

chintter-iv@chintter-iv-laptop:~$ cd angepasster-2010*
chintter-iv@chintter-iv-laptop:~/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO$ make
make -C tools
make[1]: Betrete Verzeichnis '/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/tools'
gcc -g bin2h.c -o bin2h
make[1]: Verlasse Verzeichnis '/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/tools'
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/tools/bin2h
cp -f os/linux/Makefile.6 /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/Makefile
make -C /lib/modules/2.6.32-40-powerpc/build SUBDIRS=/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux modules
make[1]: Betrete Verzeichnis '/usr/src/linux-headers-2.6.32-40-powerpc'
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/crypt_md5.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/crypt_sha2.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/crypt_hmac.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/crypt_aes.o
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/crypt_aes.c: In function ‘AES_GTK_KEY_WRAP’:
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/crypt_aes.c:2265: warning: the frame size of 1072 bytes is larger than 1024 bytes
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/crypt_aes.c: In function ‘WscDecryptData’:
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/crypt_aes.c:1592: warning: the frame size of 1344 bytes is larger than 1024 bytes
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/crypt_aes.c: In function ‘WscEncryptData’:
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/crypt_aes.c:1522: warning: the frame size of 1344 bytes is larger than 1024 bytes
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/crypt_arc4.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/mlme.o
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/mlme.c: In function ‘BssTableSortByRssi’:
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/mlme.c:6199: warning: the frame size of 1696 bytes is larger than 1024 bytes
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_wep.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/action.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_data.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/rtmp_init.o
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/rtmp_init.c: In function ‘RTMPReadChannelPwr’:
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/rtmp_init.c:555: warning: unused variable ‘Tx1FinePowerCtrl’
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/rtmp_init.c:555: warning: unused variable ‘Tx0FinePowerCtrl’
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/rtmp_init.c:555: warning: unused variable ‘Tx1ALC’
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/rtmp_init.c:555: warning: unused variable ‘Tx0ALC’
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_tkip.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_aes.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_sync.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/eeprom.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_sanity.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_info.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_cfg.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_wpa.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/dfs.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/spectrum.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/rtmp_timer.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/rt_channel.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_profile.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_asic.o
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_asic.c: In function ‘InitDesiredTSSITable’:
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_asic.c:1521: warning: missing braces around initializer
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_asic.c:1521: warning: (near initialization for ‘BbpR49.field’)
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_asic.c:1525: warning: missing braces around initializer
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_asic.c:1525: warning: (near initialization for ‘TxPwrOffset.field’)
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_asic.c:1523: warning: unused variable ‘Tx0PowerSetting’
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_cmd.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../sta/assoc.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../sta/auth.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../sta/auth_rsp.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../sta/sync.o
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../sta/sync.c: In function ‘PeerBeacon’:
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../sta/sync.c:1766: warning: the frame size of 1336 bytes is larger than 1024 bytes
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../sta/sync.c: In function ‘PeerBeaconAtJoinAction’:
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../sta/sync.c:1095: warning: the frame size of 1312 bytes is larger than 1024 bytes
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../sta/sync.c: In function ‘PeerBeaconAtScanAction’:
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../sta/sync.c:765: warning: the frame size of 1256 bytes is larger than 1024 bytes
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../sta/sync.c: In function ‘MlmeStartReqAction’:
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../sta/sync.c:581: warning: the frame size of 1072 bytes is larger than 1024 bytes
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../sta/sanity.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../sta/rtmp_data.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../sta/connect.o
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../sta/connect.c: In function ‘CntlOidScanProc’:
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../sta/connect.c:352: warning: the frame size of 1744 bytes is larger than 1024 bytes
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../sta/wpa.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../sta/ags.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../sta/sta_cfg.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/rtmp_init_inf.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../os/linux/rt_profile.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../os/linux/sta_ioctl.o
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../os/linux/sta_ioctl.c: In function ‘rt_ioctl_siwencode’:
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../os/linux/sta_ioctl.c:1484: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../os/linux/sta_ioctl.c: In function ‘rt_ioctl_iwaplist’:
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../os/linux/sta_ioctl.c:604: warning: the frame size of 1280 bytes is larger than 1024 bytes
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../os/linux/sta_ioctl.c: In function ‘RTMPIoctlE2PROM’:
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../os/linux/sta_ioctl.c:6049: warning: the frame size of 1328 bytes is larger than 1024 bytes
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../os/linux/sta_ioctl.c: In function ‘RTMPIoctlMAC’:
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../os/linux/sta_ioctl.c:5850: warning: the frame size of 1328 bytes is larger than 1024 bytes
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../os/linux/sta_ioctl.c: In function ‘rt_ioctl_giwscan’:
include/net/iw_handler.h:556: warning: array subscript is below array bounds
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../os/linux/sta_ioctl.c: In function ‘rt_ioctl_siwmlme’:
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../os/linux/sta_ioctl.c:1984: warning: the frame size of 1664 bytes is larger than 1024 bytes
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../os/linux/rt_linux.o
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOSNetDevDetach’:
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../os/linux/rt_linux.c:1700: warning: initialization discards qualifiers from pointer target type
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOSNetDevAttach’:
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../os/linux/rt_linux.c:1737: warning: initialization discards qualifiers from pointer target type
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../os/linux/rt_main_dev.o
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../os/linux/rt_main_dev.c: In function ‘MainVirtualIF_close’:
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../os/linux/rt_main_dev.c:123: warning: unused variable ‘Cancelled’
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/ba_action.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_mac_usb.o
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_mac_usb.c: In function ‘NICInitTransmit’:
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_mac_usb.c:849: warning: passing argument 3 of ‘RTMPAllocUsbBulkBufStruct’ from incompatible pointer type
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_mac_usb.c:34: note: expected ‘VOID **’ but argument is of type ‘struct __HTTX_BUFFER **’
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_mac_usb.c:932: warning: passing argument 3 of ‘RTMPAllocUsbBulkBufStruct’ from incompatible pointer type
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_mac_usb.c:34: note: expected ‘VOID **’ but argument is of type ‘struct __TX_BUFFER **’
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_mac_usb.c:949: warning: passing argument 3 of ‘RTMPAllocUsbBulkBufStruct’ from incompatible pointer type
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_mac_usb.c:34: note: expected ‘VOID **’ but argument is of type ‘struct __TX_BUFFER **’
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_mac_usb.c:975: warning: passing argument 3 of ‘RTMPFreeUsbBulkBufStruct’ from incompatible pointer type
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_mac_usb.c:62: note: expected ‘UCHAR **’ but argument is of type ‘struct __TX_BUFFER **’
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_mac_usb.c:982: warning: passing argument 3 of ‘RTMPFreeUsbBulkBufStruct’ from incompatible pointer type
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_mac_usb.c:62: note: expected ‘UCHAR **’ but argument is of type ‘struct __TX_BUFFER **’
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_mac_usb.c:997: warning: passing argument 3 of ‘RTMPFreeUsbBulkBufStruct’ from incompatible pointer type
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_mac_usb.c:62: note: expected ‘UCHAR **’ but argument is of type ‘struct __TX_BUFFER **’
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_mac_usb.c:1015: warning: passing argument 3 of ‘RTMPFreeUsbBulkBufStruct’ from incompatible pointer type
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_mac_usb.c:62: note: expected ‘UCHAR **’ but argument is of type ‘struct __HTTX_BUFFER **’
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_mac_usb.c: In function ‘RTMPFreeTxRxRingMemory’:
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_mac_usb.c:1150: warning: passing argument 3 of ‘RTMPFreeUsbBulkBufStruct’ from incompatible pointer type
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_mac_usb.c:62: note: expected ‘UCHAR **’ but argument is of type ‘struct __TX_BUFFER **’
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_mac_usb.c:1157: warning: passing argument 3 of ‘RTMPFreeUsbBulkBufStruct’ from incompatible pointer type
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_mac_usb.c:62: note: expected ‘UCHAR **’ but argument is of type ‘struct __TX_BUFFER **’
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_mac_usb.c:1194: warning: passing argument 3 of ‘RTMPFreeUsbBulkBufStruct’ from incompatible pointer type
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_mac_usb.c:62: note: expected ‘UCHAR **’ but argument is of type ‘struct __HTTX_BUFFER **’
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/rtusb_io.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/rtusb_bulk.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/rtusb_data.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/cmm_data_usb.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/ee_prom.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/ee_efuse.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/rtmp_mcu.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/rt_rf.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../chips/rt3070.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../chips/rt30xx.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../chips/rt33xx.o
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../chips/rt33xx.c: In function ‘RT33xxSetRxAnt’:
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../chips/rt33xx.c:107: warning: unused variable ‘x’
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../chips/rt3370.o
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../chips/rt3370.c: In function ‘NICInitRT3370RFRegisters’:
/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../chips/rt3370.c:59: warning: unused variable ‘bbpreg’
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../common/rtusb_dev_id.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../os/linux/rt_usb.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../os/linux/rt_usb_util.o
  CC [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/../../os/linux/usb_main_dev.o
  LD [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/rt3370sta.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/rt3370sta.mod.o
  LD [M]  /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/rt3370sta.ko
make[1]: Verlasse Verzeichnis '/usr/src/linux-headers-2.6.32-40-powerpc'
cp -f /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/rt3370sta.ko /tftpboot
cp: reguläre Datei „/tftpboot“ kann nicht angelegt werden: Keine Berechtigung
make: *** [LINUX] Fehler 1
chintter-iv@chintter-iv-laptop:~/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO$ sudo make install
[sudo] password for chintter-iv: 
make -C /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux -f Makefile.6 install
mkdir: kann Verzeichnis „/etc/Wireless“ nicht anlegen: Die Datei existiert bereits
make[1]: Betrete Verzeichnis '/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux'
rm -rf /etc/Wireless/RT2870STA
mkdir /etc/Wireless/RT2870STA
cp /home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/RT2870STA.dat /etc/Wireless/RT2870STA/.
install -d /lib/modules/2.6.32-40-powerpc/kernel/drivers/net/wireless/
install -m 644 -c rt3370sta.ko /lib/modules/2.6.32-40-powerpc/kernel/drivers/net/wireless/
/sbin/depmod -a 2.6.32-40-powerpc
make[1]: Verlasse Verzeichnis '/home/chintter-iv/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux'
chintter-iv@chintter-iv-laptop:~/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO$ 
chintter-iv@chintter-iv-laptop:~/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO$ 
chintter-iv@chintter-iv-laptop:~/angepasster-2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO$ cd
chintter-iv@chintter-iv-laptop:~$ sudo modprobe -rfv rt2800usb
chintter-iv@chintter-iv-laptop:~$ sudo depmod -a
chintter-iv@chintter-iv-laptop:~$ sudo update-initramfs -u
update-initramfs: Generating /boot/initrd.img-2.6.32-40-powerpc
modinfo rt3070sta | egrep 'versi|filen' 
chintter-iv@chintter-iv-laptop:~$ modinfo rt3070sta | egrep 'versi|filen' 
ERROR: modinfo: could not find module rt3070sta
chintter-iv@chintter-iv-laptop:~$ 

praseodym Team-Icon

Supporter
Avatar von praseodym

Anmeldungsdatum:
9. Februar 2009

Beiträge: 22111

Ok, dann mit "sudo":

cd angepasster-2010*
make clean #Fehlermeldung egal
sudo make
sudo make uninstall
sudo make install
usw.

Chintter

Anmeldungsdatum:
31. Dezember 2011

Beiträge: 73

😢 Macht das noch Sinn mir weiter zu helfen, ist mega der Wurm drin? Jetzt kommt das bei Schritt 3.

chintter-iv@chintter-iv-laptop:~$ cd
chintter-iv@chintter-iv-laptop:~$ sudo modprobe -rfv rt2800usb
chintter-iv@chintter-iv-laptop:~$ sudo depmod -a
chintter-iv@chintter-iv-laptop:~$ sudo update-initramfs -u
update-initramfs: Generating /boot/initrd.img-2.6.32-40-powerpc

chintter-iv@chintter-iv-laptop:~$ modinfo rt3070sta | egrep 'versi|filen' 
ERROR: modinfo: could not find module rt3070sta

chintter-iv@chintter-iv-laptop:~$ cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.

snd_powermac
apm_emu
snd-powermac
therm_adt746x
chintter-iv@chintter-iv-laptop:~$ grep rt2 /etc/modprobe.d/*
/etc/modprobe.d/blacklist.conf:blacklist rt2800usb
/etc/modprobe.d/blacklist.conf:blacklist rt2870sta
/etc/modprobe.d/rt2870sta.conf:install rt2870sta modprobe --ignore-install rt2870sta ; /bin/echo " 07d1 3c0f" > /sys/bus/usb/drivers/rt2870/new_id
chintter-iv@chintter-iv-laptop:~$ ls -l /etc/modprobe.d/
insgesamt 32
-rw-r--r-- 1 root root 2386 2010-01-29 01:01 alsa-base.conf
-rw-r--r-- 1 root root  325 2010-04-14 06:30 blacklist-ath_pci.conf
-rw-r--r-- 1 root root 1643 2012-03-24 18:36 blacklist.conf
-rw-r--r-- 1 root root  213 2010-04-14 06:30 blacklist-firewire.conf
-rw-r--r-- 1 root root  660 2010-04-14 06:30 blacklist-framebuffer.conf
-rw-r--r-- 1 root root  156 2010-01-29 01:01 blacklist-modem.conf
lrwxrwxrwx 1 root root   41 2012-03-24 06:06 blacklist-oss.conf -> /lib/linux-sound-base/noOSS.modprobe.conf
-rw-r--r-- 1 root root 1077 2010-04-14 06:30 blacklist-watchdog.conf
lrwxrwxrwx 1 root root   21 2012-03-24 06:06 oss-compat.conf -> /lib/oss-compat/linux
-rw-r--r-- 1 root root  116 2012-03-30 08:06 rt2870sta.conf

Mit angesteckten Stick

iwconfig
rfkill list
sudo iwlist scan
lsmod
chintter-iv@chintter-iv-laptop:~$ iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

pan0      no wireless extensions.

ra0       Ralink STA  
          
chintter-iv@chintter-iv-laptop:~$ rfkill list
0: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
chintter-iv@chintter-iv-laptop:~$ sudo iwlist scan
lo        Interface doesn't support scanning.

eth0      Interface doesn't support scanning.

pan0      Interface doesn't support scanning.

ra0       Interface doesn't support scanning : Network is down

chintter-iv@chintter-iv-laptop:~$ lsmod
Module                  Size  Used by
ipv6                  301244  10 
rfcomm                 43753  4 
ppdev                   7877  0 
lp                      9304  0 
parport                39110  2 ppdev,lp
sco                    10677  2 
bridge                 58054  0 
stp                     2244  1 bridge
bnep                   12795  2 
l2cap                  37148  16 rfcomm,bnep
therm_adt746x          10133  0 
apm_emu                 1468  0 
apm_emulation           7311  2 apm_emu
snd_aoa_i2sbus         20791  0 
snd_powermac           68343  6 
snd_pcm_oss            47872  0 
snd_mixer_oss          19382  3 snd_pcm_oss
snd_pcm                87159  3 snd_aoa_i2sbus,snd_powermac,snd_pcm_oss
snd_seq_dummy           1766  0 
snd_seq_oss            36288  0 
snd_seq_midi            6161  0 
snd_rawmidi            24746  1 snd_seq_midi
snd_seq_midi_event      7367  2 snd_seq_oss,snd_seq_midi
snd_seq                61897  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer              24531  2 snd_pcm,snd_seq
snd_seq_device          7524  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
nouveau               546990  1 
snd                    70676  18 snd_aoa_i2sbus,snd_powermac,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
usbhid                 44254  0 
ttm                    62726  1 nouveau
btusb                  13483  2 
drm_kms_helper         31243  1 nouveau
rt3370sta             657898  0 
hid                    78748  1 usbhid
bluetooth              64147  9 rfcomm,sco,bnep,l2cap,btusb
rfkill                 20725  2 bluetooth
evdev                  10257  9 
pmac_zilog             18110  0 
serial_core            23813  1 pmac_zilog
rtc_generic             1391  0 
snd_aoa_soundbus        4916  1 snd_aoa_i2sbus
soundcore               7534  3 snd
uninorth_agp            8437  1 
drm                   194088  3 nouveau,ttm,drm_kms_helper
agpgart                39983  3 ttm,uninorth_agp,drm
snd_page_alloc          7660  1 snd_pcm
ohci1394               35584  0 
sungem                 32704  0 
sungem_phy             12365  1 sungem
ieee1394               97330  1 ohci1394
windfarm_core          10420  0