- iPhone topik
- 45 wattos vezeték nélküli töltés jön az új iPhone-ba
- Google Pixel topik
- Magisk
- Samsung Galaxy S25 Ultra - titán keret, acélos teljesítmény
- Milyen okostelefont vegyek?
- Apple Watch Sport - ez is csak egy okosóra
- Redmi Note 13 Pro 5G - nem százas, kétszázas!
- Google Pixel 9 Pro XL - hét szűk esztendő
- One mobilszolgáltatások
-
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
- Vélemény Ubuntu 20.04 LTS
- Vélemény Linux Mint Debian Edition 4
- Tudástár MX-Linux 19
- Bemutató Linux a mindennapokban: Manjaro KDE
- Bemutató Linux a mindennapokban
- Hír Zöld utat adott a nyílt forráskódú Linux meghajtóknak az NVIDIA
- Hír A Steam Play hozza el a Windowsra írt játékokat Linuxra
- Hír Hova jut a világ? Linuxot kínál a Windows Store!
- Vicces képek
- Milyen videókártyát?
- iPhone topik
- Counter-Strike: Global Offensive (CS:GO) / Counter-Strike 2 (CS2)
- Kormányok / autós szimulátorok topikja
- HiFi műszaki szemmel - sztereó hangrendszerek
- 45 wattos vezeték nélküli töltés jön az új iPhone-ba
- Álláskeresés, interjú, önéletrajz
- Házi barkács, gányolás, tákolás, megdöbbentő gépek!
- Motoros topic
- További aktív témák...
- Adobe Előfizetések - Adobe Creative Cloud All Apps - 12 Hónap - NYÁRI AKCIÓ!
- Windows 10 11 Pro Office 19 21 Pro Plus Retail kulcs 1 PC Mac AKCIÓ! Automatikus 0-24
- Windows 10/11 Home/Pro , Office 2024 kulcsok
- Windows 10 11 Pro Office 19 21 Pro Plus Retail kulcs 1 PC Mac AKCIÓ! Automatikus 0-24
- Eladó Steam kulcsok kedvező áron!
- Telefon felvásárlás!! Samsung Galaxy S24/Samsung Galaxy S24+/Samsung Galaxy S24 Ultra
- Dell USB-C, Thunderbolt 3, TB3, TB4 dokkolók (K20A) WD19TB/ WD19TBS/ WD22TB4, (K16A) TB16/ TB18DC
- Lenovo ThinkPad X270 (16) - i5-7300U, 16GB, 512GB SSD, 12" FULL HD
- Medion Erazer Beast X40-hez vízhűtés (MD 60961) (ELKELT)
- BESZÁMÍTÁS! MSI B550 R7 5700X 32GB DDR4 500GB SSD RTX 3070 8GB ZALMAN Z1 Plus Be quiet! 650W
Állásajánlatok
Cég: CAMERA-PRO Hungary Kft
Város: Budapest
Cég: PC Trade Systems Kft.
Város: Szeged