- Xiaomi Redmi Note 4 - B20
- Samsung Galaxy S25 Ultra - titán keret, acélos teljesítmény
- Xiaomi 14T Pro - teljes a család?
- Apple Watch Sport - ez is csak egy okosóra
- iPhone topik
- Xiaomi 15T Pro - a téma nincs lezárva
- Xiaomi 14 Ultra - Leica hercegnő
- Android alkalmazások - szoftver kibeszélő topik
- Samsung Galaxy A56 - megbízható középszerűség
- Xiaomi 15 - kicsi telefon nagy energiával
-
Mobilarena
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
- ÚJ Dell Latitude 15 5550 - 15.6"FullHD IPS - Ultra 5 135U - 16GB - 512GB SSD - Win11 - 2,5+ év gari
- Intel Core i5 4440 4mag 4szál processzor garanciával hibátlan működéssel
- BESZÁMÍTÁS! Acer Predator Helios 300 17 FHD notebook - i7 9750H 32GB DDR4 1TB SSD RTX 2060 6GB W11
- HIBÁTLAN iPhone 13 mini 256GB Pink -1 ÉV GARANCIA - Kártyafüggetlen, MS3441, 92% Akkumulátor
- Lenovo Legion Go Z1 Extreme + kiegészítők 6 hónap Garancia Beszámítás Házhozszállítás
Állásajánlatok
Cég: PCMENTOR SZERVIZ KFT.
Város: Budapest
Cég: Promenade Publishing House Kft.
Város: Budapest