Hirdetés

Ú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 modules

    Run 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 stop

    Since 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 status

    Since 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 stop

    Since 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 status

    Since 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