Hirdetés
- lezso6: Miért is jó, ha dohányzol?! Megéri rászokni!
- Luck Dragon: Asszociációs játék. :)
- sziku69: Fűzzük össze a szavakat :)
- gban: Ingyen kellene, de tegnapra
- Mr Dini: Mindent a StreamSharkról!
- D1Rect: Nagy "hülyétkapokazapróktól" topik
- Vic87: Nem tudom mit tévő legyek - tanács kérés
- Gurulunk, WAZE?!
- sziku69: Szólánc.
- Brogyi: CTEK akkumulátor töltő és másolatai
-
LOGOUT
Linux kezdőknek - érdemes beleolvasni, mielőtt kérdezel
Új hozzászólás Aktív témák
-
robagp
tag
válasz
sh4d0w #17222 üzenetére
Újra megcsináltam itt van mit csináltam, és mit írt ki /talán így/:
pe@kiscica:~$ dir
Asztal Dokumentumok Képek Nyilvános u Zenék
db Dropbox Letöltések Sablonok Videók
pe@kiscica:~$ cd u
pe@kiscica:~/u$ cd cw
pe@kiscica:~/u/cw$ dir
code-metrics.txt drivers Makefile patches
compat enable-older-kernels Makefile.bk pending-stable
config.mk include modules README
COPYRIGHT linux-next-cherry-picks modules.order scripts
crap linux-next-pending Module.symvers udev
defconfigs MAINTAINERS net
pe@kiscica:~/u/cw$ ./scripts/driver-select rt2x00
Processing new driver-select request...
Backup exists: Makefile.bk
Backup exists: drivers/net/wireless/Makefile.bk
Backup exists: Makefile.bk
Backup exists: Makefile.bk
Backup exists: Makefile.bk
Backup exists: net/wireless/Makefile.bk
Backup exists: drivers/ssb/Makefile.bk
Backup exists: drivers/bcma/Makefile.bk
Backup exists: Makefile.bk
pe@kiscica:~/u/cw$ make
make -C /lib/modules/3.5.0-27-generic/build M=/home/pe/u/cw modules
make[1]: Entering directory `/usr/src/linux-headers-3.5.0-27-generic'
Building modules, stage 2.
MODPOST 18 modules
make[1]: Leaving directory `/usr/src/linux-headers-3.5.0-27-generic'
pe@kiscica:~/u/cw$ sudo make install
[sudo] password for pe:make -C /lib/modules/3.5.0-27-generic/build M=/home/pe/u/cw modules
make[1]: Entering directory `/usr/src/linux-headers-3.5.0-27-generic'
Building modules, stage 2.
MODPOST 18 modules
make[1]: Leaving directory `/usr/src/linux-headers-3.5.0-27-generic'
make -C /lib/modules/3.5.0-27-generic/build M=/home/pe/u/cw "INSTALL_MOD_DIR=updates" \
modules_install
make[1]: Entering directory `/usr/src/linux-headers-3.5.0-27-generic'
INSTALL /home/pe/u/cw/compat/compat.ko
INSTALL /home/pe/u/cw/compat/sch_codel.ko
INSTALL /home/pe/u/cw/compat/sch_fq_codel.ko
INSTALL /home/pe/u/cw/drivers/misc/eeprom/eeprom_93cx6.ko
INSTALL /home/pe/u/cw/drivers/net/wireless/rt2x00/rt2400pci.ko
INSTALL /home/pe/u/cw/drivers/net/wireless/rt2x00/rt2500pci.ko
INSTALL /home/pe/u/cw/drivers/net/wireless/rt2x00/rt2500usb.ko
INSTALL /home/pe/u/cw/drivers/net/wireless/rt2x00/rt2800lib.ko
INSTALL /home/pe/u/cw/drivers/net/wireless/rt2x00/rt2800pci.ko
INSTALL /home/pe/u/cw/drivers/net/wireless/rt2x00/rt2800usb.ko
INSTALL /home/pe/u/cw/drivers/net/wireless/rt2x00/rt2x00lib.ko
INSTALL /home/pe/u/cw/drivers/net/wireless/rt2x00/rt2x00pci.ko
INSTALL /home/pe/u/cw/drivers/net/wireless/rt2x00/rt2x00usb.ko
INSTALL /home/pe/u/cw/drivers/net/wireless/rt2x00/rt61pci.ko
INSTALL /home/pe/u/cw/drivers/net/wireless/rt2x00/rt73usb.ko
INSTALL /home/pe/u/cw/net/mac80211/mac80211.ko
INSTALL /home/pe/u/cw/net/rfkill/rfkill-regulator.ko
INSTALL /home/pe/u/cw/net/wireless/cfg80211.ko
DEPMOD 3.5.0-27-generic
make[1]: Leaving directory `/usr/src/linux-headers-3.5.0-27-generic'
depmod will prefer updates/ over kernel/ -- OK!Now run:
sudo make unload to unload all: wireless, bluetooth and ethernet modules
sudo make wlunload to unload wireless modules
sudo make btunload to unload bluetooth modulesRun sudo modprobe driver-name to load your desired driver.
If unsure reboot.pe@kiscica:~/u/cw$ sudo make unload
Stoping bluetooth service..
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service bluetooth stopSince the script you are attempting to invoke has been converted to an
Upstart job, you may also use the stop(8) utility, e.g. stop bluetooth
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service bluetooth statusSince the script you are attempting to invoke has been converted to an
Upstart job, you may also use the status(8) utility, e.g. status bluetooth
bluetooth stop/waiting
pe@kiscica:~/u/cw$ sudo make wlunload
pe@kiscica:~/u/cw$ sudo make btunload
Stoping bluetooth service..
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service bluetooth stopSince the script you are attempting to invoke has been converted to an
Upstart job, you may also use the stop(8) utility, e.g. stop bluetooth
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service bluetooth statusSince the script you are attempting to invoke has been converted to an
Upstart job, you may also use the status(8) utility, e.g. status bluetooth
bluetooth stop/waiting
pe@kiscica:~/u/cw$ modprobe rt2800usb
WARNING: Error inserting cfg80211 (/lib/modules/3.5.0-27-generic/updates/net/wireless/cfg80211.ko): Operation not permitted
WARNING: Error inserting mac80211 (/lib/modules/3.5.0-27-generic/updates/net/mac80211/mac80211.ko): Operation not permitted
WARNING: Error inserting rt2x00lib (/lib/modules/3.5.0-27-generic/updates/drivers/net/wireless/rt2x00/rt2x00lib.ko): Operation not permitted
WARNING: Error inserting rt2x00usb (/lib/modules/3.5.0-27-generic/updates/drivers/net/wireless/rt2x00/rt2x00usb.ko): Operation not permitted
WARNING: Error inserting crc_ccitt (/lib/modules/3.5.0-27-generic/kernel/lib/crc-ccitt.ko): Operation not permitted
WARNING: Error inserting rt2800lib (/lib/modules/3.5.0-27-generic/updates/drivers/net/wireless/rt2x00/rt2800lib.ko): Operation not permitted
FATAL: Error inserting rt2800usb (/lib/modules/3.5.0-27-generic/updates/drivers/net/wireless/rt2x00/rt2800usb.ko): Operation not permitted
pe@kiscica:~/u/cw$Még egy gondolat: nem emlékszem 32 vagy 64 bites volt a rendszer, de most 64-es.
lehet 32 volt és nem jó a driver?
Új hozzászólás Aktív témák
A topik célja: Segítségnyújtás a Linux disztribúciókkal még csak ismerkedők számára. A szerveres kérdések nem ebbe a topicba tartoznak.
Kérdés előtt olvasd el a topik összefoglalóját!
Haladó Linuxos kérdések topikja.
Linux felhasználók OFF topikja
Milyen program ami... [link]
Shell script kérdésekkel látogassatok el a topikjába
- Teszt Már csak két hónap van hátra a Windows 10 nyugdíjazásáig, ideje előrelépni
- Teszt [Linux] Vanilla OS, egy Debian alapú immutable operációs rendszer
- Teszt [Linux] Aeon Desktop, egy immutable operációs rendszer az OpenSUSE-tól
- Teszt [Linux] A Flatpak
- Bejegyzés MS Office365 Linuxon
- Bejegyzés [Linux] Futtassunk bármely disztrót a terminálunkban
- Bejegyzés Alpine Linux telepítés mindenféle low-end dologra
- Hír Zöld utat adott a nyílt forráskódú Linux meghajtóknak az NVIDIA
- Mibe tegyem a megtakarításaimat?
- Windows Insider Program
- Álláskeresés, interjú, önéletrajz
- Kazy Computers - Fehérvár - Megbízható?
- lezso6: Miért is jó, ha dohányzol?! Megéri rászokni!
- AliExpress tapasztalatok
- Tőzsde és gazdaság
- Formula-1
- Folyószámla, bankszámla, bankváltás, külföldi kártyahasználat
- OLED TV topic
- További aktív témák...
- Bomba ár! Acer Aspire ES1 - AMD A8 I 8GB I 180GB SSD I 15,6" HD I HDMI I Cam I W10 I Garancia!
- Gamer PC-Számítógép! Csere-Beszámítás! R5 8400F / RTX 3070Ti / 32GB DDR5 / 1TB SSD!
- BESZÁMÍTÁS! ASROCK B650M R5 7600X 32GB DDR5 2TB SSD RX 6900XT 16GB Zalman Z1 PLUS GIGABYTE 850W
- PlayStation Network (PSN) ajándékkártyák, feltöltőkártyák áron alul!
- Telefon felvásárlás!! iPhone 12 Mini/iPhone 12/iPhone 12 Pro/iPhone 12 Pro Max
Állásajánlatok
Cég: PCMENTOR SZERVIZ KFT.
Város: Budapest
Cég: Laptopműhely Bt.
Város: Budapest