Find the answer to your Linux question:
Page 2 of 2 FirstFirst 1 2
Results 11 to 14 of 14
As root Code: iwlist wlan0 scan The response from this should tell you whether your wireless card is detecting a router or not (there may be more than one.) If ...
  1. #11
    Linux User
    Join Date
    Jan 2005
    Location
    Florida
    Posts
    414


    As root
    Code:
    iwlist wlan0 scan
    The response from this should tell you whether your wireless card is detecting a router or not (there may be more than one.)
    If you have a signal try
    Code:
    # iwconfig wlan0 essid 'Yournetworkname'
    iwconfig wlan0 mode 'Managed"   // Or Ad Hoc, I use Managed.
    iwconfig wlan0 key <whatever encryption key you are using>
    To bring the interface up there are three things you can try
    Code:
    dhclient wlan0 // This is the one that I use
    Code:
    ifconfig wlan0 up
    Code:
    dhcpcd wlan0
    There are probably more of these to try but these are all I know.
    While initially setting up your card you should probably disable any security messures you have taken on your access point so they aren't causing problems with the setup.
    I found this tutorial to be helpful.
    Good luck
    registered linux user: 387197

  2. #12
    Just Joined!
    Join Date
    Feb 2005
    Location
    Opelika, Alabama
    Posts
    49
    Did not work.

    Code:
    &#91;root@unknown ajthornton&#93;# iwlist wlan0 scan
    bash&#58; iwlist&#58; command not found
    What do I do? How can I fix this path problem?

    Thanks again,
    thornaj

  3. #13
    Linux User
    Join Date
    Jan 2005
    Location
    Florida
    Posts
    414
    Try
    Code:
    su -
    That will set the path correctly. su without the - just gives you root permissions with the user path variables. Without the -
    Code:
    # /sbin/iwlist wlan0 scan
    registered linux user: 387197

  4. #14
    Just Joined!
    Join Date
    Feb 2005
    Location
    Opelika, Alabama
    Posts
    49
    FINALLY, I have it working. Here is what I did. I reinstalled FC4 with all updates then did the following. I will show complete output. Maybe this will help someone else. I know that this is a long post, and I want to thank everyone that helped me.

    Code:
    As root
    	Gedit ~/.bashrc 
    Add	PATH=$PATH=/usr/sbin&#58;/usr/bin/&#58;/usr/games/bin&#58;
    
    &#91;root@unknown wireless&#93;# tar zxvf ndiswrapper-1.6.tar.gz
    ndiswrapper-1.6/
    ndiswrapper-1.6/AUTHORS
    ndiswrapper-1.6/ChangeLog
    ndiswrapper-1.6/INSTALL
    ndiswrapper-1.6/Makefile
    ndiswrapper-1.6/README
    ndiswrapper-1.6/ndiswrapper.spec
    ndiswrapper-1.6/version
    ndiswrapper-1.6/ndiswrapper.8
    ndiswrapper-1.6/utils/
    ndiswrapper-1.6/utils/Makefile
    ndiswrapper-1.6/utils/ndiswrapper
    ndiswrapper-1.6/utils/loadndisdriver.c
    ndiswrapper-1.6/utils/load_fw_ar5523.c
    ndiswrapper-1.6/utils/ndiswrapper-buginfo
    ndiswrapper-1.6/driver/
    ndiswrapper-1.6/driver/divdi3.c
    ndiswrapper-1.6/driver/hal.c
    ndiswrapper-1.6/driver/iw_ndis.c
    ndiswrapper-1.6/driver/iw_ndis.h
    ndiswrapper-1.6/driver/loader.c
    ndiswrapper-1.6/driver/loader.h
    ndiswrapper-1.6/driver/longlong.h
    ndiswrapper-1.6/driver/Makefile
    ndiswrapper-1.6/driver/misc_funcs.c
    ndiswrapper-1.6/driver/ndis.c
    ndiswrapper-1.6/driver/ndis.h
    ndiswrapper-1.6/driver/ndiswrapper.h
    ndiswrapper-1.6/driver/ntoskernel.c
    ndiswrapper-1.6/driver/ntoskernel.h
    ndiswrapper-1.6/driver/ntoskernel_io.c
    ndiswrapper-1.6/driver/pe_linker.c
    ndiswrapper-1.6/driver/pe_linker.h
    ndiswrapper-1.6/driver/pnp.c
    ndiswrapper-1.6/driver/pnp.h
    ndiswrapper-1.6/driver/proc.c
    ndiswrapper-1.6/driver/usb.c
    ndiswrapper-1.6/driver/usb.h
    ndiswrapper-1.6/driver/winnt_types.h
    ndiswrapper-1.6/driver/wrapper.c
    ndiswrapper-1.6/driver/wrapndis.h
    ndiswrapper-1.6/driver/wrapndis.c
    ndiswrapper-1.6/driver/x86_64_stubs.S
    ndiswrapper-1.6/debian/
    ndiswrapper-1.6/debian/Makefile
    ndiswrapper-1.6/debian/changelog.modules
    ndiswrapper-1.6/debian/changelog.source
    ndiswrapper-1.6/debian/changelog.utils
    ndiswrapper-1.6/debian/control.modules
    ndiswrapper-1.6/debian/control.source
    ndiswrapper-1.6/debian/control.utils
    ndiswrapper-1.6/debian/copyright
    ndiswrapper-1.6/debian/dirs.utils
    ndiswrapper-1.6/debian/docs
    ndiswrapper-1.6/debian/postinst.modules
    ndiswrapper-1.6/debian/README.Debian
    ndiswrapper-1.6/debian/rules
    &#91;root@unknown wireless&#93;# cd ndiswrapper-1.6
    &#91;root@unknown ndiswrapper-1.6&#93;# ls
    AUTHORS  ChangeLog  debian  driver  INSTALL  Makefile  ndiswrapper.8  ndiswrapper.spec  README  utils  version
    &#91;root@unknown ndiswrapper-1.6&#93;# make distclean
    make -C driver clean
    make&#91;1&#93;&#58; Entering directory `/home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver'
    rm -rf ndiswrapper.ko ndiswrapper.o hal.o iw_ndis.o loader.o misc_funcs.o ndis.o ntoskernel.o ntoskernel_io.o pe_linker.o pnp.o proc.o wrapndis.o wrapper.o usb.o divdi3.o usb.o x86_64_stubs.o \
       divdi3.o .*.ko.cmd .*.o.cmd ndiswrapper.mod.&#91;oc&#93; *~ .tmp_versions
    make&#91;1&#93;&#58; Leaving directory `/home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver'
    make -C utils clean
    make&#91;1&#93;&#58; Entering directory `/home/ajthornton/Downloads/wireless/ndiswrapper-1.6/utils'
    rm -f *~ *.o loadndisdriver load_fw_ar5523
    make&#91;1&#93;&#58; Leaving directory `/home/ajthornton/Downloads/wireless/ndiswrapper-1.6/utils'
    rm -f *~
    rm -fr ndiswrapper-1.6 ndiswrapper-1.6.tar.gz *.deb patch-stamp
    make -C driver distclean
    make&#91;1&#93;&#58; Entering directory `/home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver'
    rm -rf ndiswrapper.ko ndiswrapper.o hal.o iw_ndis.o loader.o misc_funcs.o ndis.o ntoskernel.o ntoskernel_io.o pe_linker.o pnp.o proc.o wrapndis.o wrapper.o usb.o divdi3.o usb.o x86_64_stubs.o \
       divdi3.o .*.ko.cmd .*.o.cmd ndiswrapper.mod.&#91;oc&#93; *~ .tmp_versions
    rm -f *_exports.h .\#* x86_64_stubs.h
    make&#91;1&#93;&#58; Leaving directory `/home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver'
    make -C utils distclean
    make&#91;1&#93;&#58; Entering directory `/home/ajthornton/Downloads/wireless/ndiswrapper-1.6/utils'
    rm -f *~ *.o loadndisdriver load_fw_ar5523
    rm -f .\#*
    make&#91;1&#93;&#58; Leaving directory `/home/ajthornton/Downloads/wireless/ndiswrapper-1.6/utils'
    rm -f .\#*
    &#91;root@unknown ndiswrapper-1.6&#93;# make
    make -C driver
    make&#91;1&#93;&#58; Entering directory `/home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver'
    make -C /lib/modules/2.6.11-1.1369_FC4/build SUBDIRS=/home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver \
            DRIVER_VERSION=1.6
    make&#91;2&#93;&#58; Entering directory `/usr/src/kernels/2.6.11-1.1369_FC4-i686'
      LD      /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/built-in.o
      CC &#91;M&#93;  /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/hal.o
      CC &#91;M&#93;  /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/iw_ndis.o
      CC &#91;M&#93;  /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/loader.o
      CC &#91;M&#93;  /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/misc_funcs.o
      CC &#91;M&#93;  /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/ndis.o
      CC &#91;M&#93;  /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/ntoskernel.o
      CC &#91;M&#93;  /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/ntoskernel_io.o
      CC &#91;M&#93;  /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/pe_linker.o
      CC &#91;M&#93;  /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/pnp.o
    /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/pnp.c&#58; In function ‘start_pdo’&#58;
    /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/pnp.c&#58;295&#58; warning&#58; ignoring return value of ‘pci_set_power_state’, declared with attribute warn_unused_result
      CC &#91;M&#93;  /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/proc.o
      CC &#91;M&#93;  /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/wrapndis.o
      CC &#91;M&#93;  /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/wrapper.o
      CC &#91;M&#93;  /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/usb.o
      CC &#91;M&#93;  /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/divdi3.o
      LD &#91;M&#93;  /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/ndiswrapper.o
      Building modules, stage 2.
      MODPOST
      CC      /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/ndiswrapper.mod.o
      LD &#91;M&#93;  /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/ndiswrapper.ko
    make&#91;2&#93;&#58; Leaving directory `/usr/src/kernels/2.6.11-1.1369_FC4-i686'
    
    
    *** WARNING&#58;  Kernel is compiled with 4K stack size option &#40;CONFIG_4KSTACKS&#41;; many Windows drivers will not work with this option enabled. Disable CONFIG_4KSTACKS option, recompile and install kernel
    
    
    make&#91;1&#93;&#58; Leaving directory `/home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver'
    make -C utils
    make&#91;1&#93;&#58; Entering directory `/home/ajthornton/Downloads/wireless/ndiswrapper-1.6/utils'
    gcc -g -Wall -DUTILS_VERSION=\"1.6\"  -o loadndisdriver loadndisdriver.c
    gcc -g -Wall -DUTILS_VERSION="1.6"  -o load_fw_ar5523 load_fw_ar5523.c -L/usr/lib -lusb
    make&#91;1&#93;&#58; Leaving directory `/home/ajthornton/Downloads/wireless/ndiswrapper-1.6/utils'
    &#91;root@unknown ndiswrapper-1.6&#93;# make install
    make -C driver install
    make&#91;1&#93;&#58; Entering directory `/home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver'
    make -C /lib/modules/2.6.11-1.1369_FC4/build SUBDIRS=/home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver \
            DRIVER_VERSION=1.6
    make&#91;2&#93;&#58; Entering directory `/usr/src/kernels/2.6.11-1.1369_FC4-i686'
      Building modules, stage 2.
      MODPOST
    make&#91;2&#93;&#58; Leaving directory `/usr/src/kernels/2.6.11-1.1369_FC4-i686'
    
    
    *** WARNING&#58;  Kernel is compiled with 4K stack size option &#40;CONFIG_4KSTACKS&#41;; many Windows drivers will not work with this option enabled. Disable CONFIG_4KSTACKS option, recompile and install kernel
    
    
    mkdir -p /lib/modules/2.6.11-1.1369_FC4/misc
    install -m 0644 ndiswrapper.ko /lib/modules/2.6.11-1.1369_FC4/misc
    /sbin/depmod -a
    make&#91;1&#93;&#58; Leaving directory `/home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver'
    make -C utils install
    make&#91;1&#93;&#58; Entering directory `/home/ajthornton/Downloads/wireless/ndiswrapper-1.6/utils'
    install -D -m 755 loadndisdriver /sbin/loadndisdriver
    install -D -m 755 ndiswrapper /usr/sbin/ndiswrapper
    install -D -m 755 ndiswrapper-buginfo /usr/sbin/ndiswrapper-buginfo
    if &#91; -r load_fw_ar5523 &#93;; then \
            install -D -m 755 load_fw_ar5523 /usr/sbin/load_fw_ar5523; \
    fi
    
    NOTE&#58; Windows driver configuration file format has changed since 1.0-rc2. You must re-install Windows drivers if they were installed before.
    make&#91;1&#93;&#58; Leaving directory `/home/ajthornton/Downloads/wireless/ndiswrapper-1.6/utils'
    mkdir -p -m 0755 /usr/share/man/man8
    install -m 644 ndiswrapper.8 /usr/share/man/man8
    &#91;root@unknown ndiswrapper-1.6&#93;# which ndiswrapper
    /usr/sbin/ndiswrapper
    &#91;root@unknown ndiswrapper-1.6&#93;# /usr/sbin/ndiswrapper -i /home/ajthornton/Downloads/wireless/
    ndiswrapper-1.6/        ndiswrapper-1.6.tar.gz  R102319/
    &#91;root@unknown ndiswrapper-1.6&#93;# /usr/sbin/ndiswrapper -i /home/ajthornton/Downloads/wireless/R102319/bcmwl5a.ini
    Installing bcmwl5a.ini
    Forcing parameter IBSSGMode|0 to IBSSGMode|2
    Forcing parameter IBSSGMode|0 to IBSSGMode|2
    Forcing parameter IBSSGMode|0 to IBSSGMode|2
    Forcing parameter IBSSGMode|0 to IBSSGMode|2
    Forcing parameter IBSSGMode|0 to IBSSGMode|2
    Forcing parameter IBSSGMode|0 to IBSSGMode|2
    Forcing parameter IBSSGMode|0 to IBSSGMode|2
    Forcing parameter IBSSGMode|0 to IBSSGMode|2
    Forcing parameter IBSSGMode|0 to IBSSGMode|2
    Forcing parameter IBSSGMode|0 to IBSSGMode|2
    Forcing parameter IBSSGMode|0 to IBSSGMode|2
    Forcing parameter IBSSGMode|0 to IBSSGMode|2
    Forcing parameter IBSSGMode|0 to IBSSGMode|2
    Forcing parameter IBSSGMode|0 to IBSSGMode|2
    Forcing parameter IBSSGMode|0 to IBSSGMode|2
    Forcing parameter IBSSGMode|0 to IBSSGMode|2
    Forcing parameter IBSSGMode|0 to IBSSGMode|2
    Forcing parameter IBSSGMode|0 to IBSSGMode|2
    &#91;root@unknown ndiswrapper-1.6&#93;# ndiswrapper -l
    Installed ndis drivers&#58;
    bcmwl5a.ini             driver present, hardware present
    &#91;root@unknown ndiswrapper-1.6&#93;# depmod -a
    &#91;root@unknown ndiswrapper-1.6&#93;# modprobe ndiswrapper
    &#91;root@unknown ndiswrapper-1.6&#93;# dmesg
    Linux version 2.6.11-1.1369_FC4 &#40;bhcompile@decompose.build.redhat.com&#41; &#40;gcc version 4.0.0 20050525 &#40;Red Hat 4.0.0-9&#41;&#41; #1 Thu Jun 2 22&#58;55&#58;56 EDT 2005
    BIOS-provided physical RAM map&#58;
     BIOS-e820&#58; 0000000000000000 - 000000000009f000 &#40;usable&#41;
     BIOS-e820&#58; 000000000009f000 - 00000000000a0000 &#40;reserved&#41;
     BIOS-e820&#58; 0000000000100000 - 000000003ffaa800 &#40;usable&#41;
     BIOS-e820&#58; 000000003ffaa800 - 0000000040000000 &#40;reserved&#41;
     BIOS-e820&#58; 00000000fec00000 - 00000000fec10000 &#40;reserved&#41;
     BIOS-e820&#58; 00000000fecf0000 - 00000000fecf1000 &#40;reserved&#41;
     BIOS-e820&#58; 00000000fed20000 - 00000000fed90000 &#40;reserved&#41;
     BIOS-e820&#58; 00000000feda0000 - 00000000fee10000 &#40;reserved&#41;
     BIOS-e820&#58; 00000000ffb00000 - 0000000100000000 &#40;reserved&#41;
    127MB HIGHMEM available.
    896MB LOWMEM available.
    Using x86 segment limits to approximate NX protection
    On node 0 totalpages&#58; 262058
      DMA zone&#58; 4096 pages, LIFO batch&#58;1
      Normal zone&#58; 225280 pages, LIFO batch&#58;31
      HighMem zone&#58; 32682 pages, LIFO batch&#58;15
    DMI 2.3 present.
    ACPI&#58; RSDP &#40;v000 DELL                                  &#41; @ 0x000fde90
    ACPI&#58; RSDT &#40;v001 DELL    CPi R   0x27d50308 ASL  0x00000061&#41; @ 0x3ffefbcd
    ACPI&#58; FADT &#40;v001 DELL    CPi R   0x27d50308 ASL  0x00000061&#41; @ 0x3fff0400
    ACPI&#58; MADT &#40;v001 DELL    CPi R   0x27d50308 ASL  0x00000047&#41; @ 0x3fff0c00
    ACPI&#58; SSDT &#40;v001  PmRef    CpuPm 0x00003000 INTL 0x20030522&#41; @ 0x3ffefbfd
    ACPI&#58; DSDT &#40;v001 INT430 SYSFexxx 0x00001001 MSFT 0x0100000e&#41; @ 0x00000000
    ACPI&#58; PM-Timer IO Port&#58; 0x1008
    Allocating PCI resources starting at 40000000 &#40;gap&#58; 40000000&#58;bec00000&#41;
    Built 1 zonelists
    Kernel command line&#58; ro root=/dev/VolGroup00/LogVol00 rhgb quiet
    Initializing CPU#0
    CPU 0 irqstacks, hard=c0457000 soft=c0456000
    PID hash table entries&#58; 4096 &#40;order&#58; 12, 65536 bytes&#41;
    Detected 2793.838 MHz processor.
    Using pmtmr for high-res timesource
    Console&#58; colour VGA+ 80x25
    Dentry cache hash table entries&#58; 131072 &#40;order&#58; 7, 524288 bytes&#41;
    Inode-cache hash table entries&#58; 65536 &#40;order&#58; 6, 262144 bytes&#41;
    Memory&#58; 1032824k/1048232k available &#40;2518k kernel code, 14504k reserved, 690k data, 180k init, 130728k highmem&#41;
    Checking if this processor honours the WP bit even in supervisor mode... Ok.
    Calibrating delay loop... 5537.79 BogoMIPS &#40;lpj=2768896&#41;
    Security Framework v1.0.0 initialized
    SELinux&#58;  Initializing.
    SELinux&#58;  Starting in permissive mode
    selinux_register_security&#58;  Registering secondary module capability
    Capability LSM initialized as secondary
    Mount-cache hash table entries&#58; 512
    CPU&#58; After generic identify, caps&#58; bfebfbff 00000000 00000000 00000000 0000441d 00000000 00000000
    CPU&#58; After vendor identify, caps&#58; bfebfbff 00000000 00000000 00000000 0000441d 00000000 00000000
    monitor/mwait feature present.
    using mwait in idle threads.
    CPU&#58; Trace cache&#58; 12K uops, L1 D cache&#58; 16K
    CPU&#58; L2 cache&#58; 1024K
    CPU&#58; After all inits, caps&#58; bfebf3ff 00000000 00000000 00000080 0000441d 00000000 00000000
    Intel machine check architecture supported.
    Intel machine check reporting enabled on CPU#0.
    CPU0&#58; Intel P4/Xeon Extended MCE MSRs &#40;12&#41; available
    CPU&#58; Intel&#40;R&#41; Pentium&#40;R&#41; 4 CPU 2.80GHz stepping 04
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Checking 'hlt' instruction... OK.
    ACPI&#58; setting ELCR to 0200 &#40;from 0800&#41;
    checking if image is initramfs... it is
    softlockup thread 0 started up.
    Freeing initrd memory&#58; 1667k freed
    NET&#58; Registered protocol family 16
    PCI&#58; PCI BIOS revision 2.10 entry at 0xfcc7e, last bus=2
    PCI&#58; Using configuration type 1
    mtrr&#58; v2.0 &#40;20020519&#41;
    ACPI&#58; Subsystem revision 20050309
    ACPI&#58; Interpreter enabled
    ACPI&#58; Using PIC for interrupt routing
    ACPI&#58; PCI Root Bridge &#91;PCI0&#93; &#40;0000&#58;00&#41;
    PCI&#58; Probing PCI hardware &#40;bus 00&#41;
    PCI&#58; Ignoring BAR0-3 of IDE controller 0000&#58;00&#58;1f.1
    Boot video device is 0000&#58;01&#58;00.0
    PCI&#58; Transparent bridge - 0000&#58;00&#58;1e.0
    ACPI&#58; PCI Interrupt Routing Table &#91;\_SB_.PCI0._PRT&#93;
    ACPI&#58; PCI Interrupt Link &#91;LNKA&#93; &#40;IRQs 9 10 *11&#41;
    ACPI&#58; PCI Interrupt Link &#91;LNKB&#93; &#40;IRQs 5 7&#41; *11
    ACPI&#58; PCI Interrupt Link &#91;LNKC&#93; &#40;IRQs 9 10 *11&#41;
    ACPI&#58; PCI Interrupt Link &#91;LNKD&#93; &#40;IRQs 5 7 9 10 *11&#41;
    ACPI&#58; PCI Interrupt Link &#91;LNKE&#93; &#40;IRQs 3 4 5 6 7 9 10 11 12 14 15&#41; *0, disabled.
    ACPI&#58; PCI Interrupt Link &#91;LNKH&#93; &#40;IRQs 3 4 5 6 7 9 10 *11 12 14 15&#41;
    ACPI&#58; PCI Interrupt Routing Table &#91;\_SB_.PCI0.AGP_._PRT&#93;
    ACPI&#58; PCI Interrupt Routing Table &#91;\_SB_.PCI0.PCIE._PRT&#93;
    Linux Plug and Play Support v0.97 &#40;c&#41; Adam Belay
    pnp&#58; PnP ACPI init
    pnp&#58; PnP ACPI&#58; found 10 devices
    usbcore&#58; registered new driver usbfs
    usbcore&#58; registered new driver hub
    PCI&#58; Using ACPI for IRQ routing
    PCI&#58; If a device doesn't work, try "pci=routeirq".  If it helps, post a report
    pnp&#58; 00&#58;01&#58; ioport range 0x4d0-0x4d1 has been reserved
    pnp&#58; 00&#58;01&#58; ioport range 0x1000-0x1005 could not be reserved
    pnp&#58; 00&#58;01&#58; ioport range 0x1008-0x100f could not be reserved
    pnp&#58; 00&#58;01&#58; ioport range 0x800-0x80f has been reserved
    pnp&#58; 00&#58;02&#58; ioport range 0xf400-0xf4fe has been reserved
    pnp&#58; 00&#58;02&#58; ioport range 0x1006-0x1007 has been reserved
    pnp&#58; 00&#58;02&#58; ioport range 0x1010-0x105f could not be reserved
    pnp&#58; 00&#58;02&#58; ioport range 0x1060-0x107f has been reserved
    pnp&#58; 00&#58;02&#58; ioport range 0x1080-0x10bf has been reserved
    pnp&#58; 00&#58;02&#58; ioport range 0x10c0-0x10df has been reserved
    pnp&#58; 00&#58;07&#58; ioport range 0x900-0x97f has been reserved
    apm&#58; BIOS not found.
    audit&#58; initializing netlink socket &#40;disabled&#41;
    audit&#40;1134819593.399&#58;1&#41;&#58; initialized
    highmem bounce pool size&#58; 64 pages
    Total HugeTLB memory allocated, 0
    VFS&#58; Disk quotas dquot_6.5.1
    Dquot-cache hash table entries&#58; 1024 &#40;order 0, 4096 bytes&#41;
    SELinux&#58;  Registering netfilter hooks
    Initializing Cryptographic API
    ksign&#58; Installing public key data
    Loading keyring
    - Added public key 42BD35A990375F72
    - User ID&#58; Red Hat, Inc. &#40;Kernel Module GPG key&#41;
    pci_hotplug&#58; PCI Hot Plug PCI Core version&#58; 0.5
    ACPI&#58; CPU0 &#40;power states&#58; C1&#91;C1&#93; C2&#91;C2&#93; C3&#91;C3&#93;&#41;
    ACPI&#58; Processor &#91;CPU0&#93; &#40;supports 8 throttling states&#41;
    ACPI&#58; Thermal Zone &#91;THM&#93; &#40;73 C&#41;
    isapnp&#58; Scanning for PnP cards...
    isapnp&#58; No Plug & Play device found
    Real Time Clock Driver v1.12
    Linux agpgart interface v0.101 &#40;c&#41; Dave Jones
    agpgart&#58; Detected an Intel 865 Chipset.
    agpgart&#58; AGP aperture is 128M @ 0xf0000000
    PNP&#58; PS/2 Controller &#91;PNP0303&#58;KBC,PNP0f13&#58;PS2M&#93; at 0x60,0x64 irq 1,12
    serio&#58; i8042 AUX port at 0x60,0x64 irq 12
    serio&#58; i8042 KBD port at 0x60,0x64 irq 1
    Serial&#58; 8250/16550 driver $Revision&#58; 1.90 $ 76 ports, IRQ sharing enabled
    ACPI&#58; PCI Interrupt Link &#91;LNKB&#93; enabled at IRQ 7
    PCI&#58; setting IRQ 7 as level-triggered
    ACPI&#58; PCI Interrupt 0000&#58;00&#58;1f.6&#91;B&#93; -> Link &#91;LNKB&#93; -> GSI 7 &#40;level, low&#41; -> IRQ 7
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered
    RAMDISK driver initialized&#58; 16 RAM disks of 16384K size 1024 blocksize
    Uniform Multi-Platform E-IDE driver Revision&#58; 7.00alpha2
    ide&#58; Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
    ICH5&#58; IDE controller at PCI slot 0000&#58;00&#58;1f.1
    PCI&#58; Enabling device 0000&#58;00&#58;1f.1 &#40;0005 -> 0007&#41;
    ACPI&#58; PCI Interrupt Link &#91;LNKA&#93; enabled at IRQ 11
    PCI&#58; setting IRQ 11 as level-triggered
    ACPI&#58; PCI Interrupt 0000&#58;00&#58;1f.1&#91;A&#93; -> Link &#91;LNKA&#93; -> GSI 11 &#40;level, low&#41; -> IRQ 11
    ICH5&#58; chipset revision 2
    ICH5&#58; not 100% native mode&#58; will probe irqs later
        ide0&#58; BM-DMA at 0xbfa0-0xbfa7, BIOS settings&#58; hda&#58;DMA, hdb&#58;pio
        ide1&#58; BM-DMA at 0xbfa8-0xbfaf, BIOS settings&#58; hdc&#58;DMA, hdd&#58;pio
    Probing IDE interface ide0...
    hda&#58; FUJITSU MHU2100AT, ATA DISK drive
    ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
    Probing IDE interface ide1...
    hdc&#58; _NEC DVD+/-RW ND-6650A, ATAPI CD/DVD-ROM drive
    ide1 at 0x170-0x177,0x376 on irq 15
    hda&#58; max request size&#58; 128KiB
    hda&#58; 195371568 sectors &#40;100030 MB&#41; w/8192KiB Cache, CHS=65535/16/63, UDMA&#40;100&#41;
    hda&#58; cache flushes supported
     hda&#58; hda1 hda2 < hda5 > hda3 hda4
    hdc&#58; ATAPI 24X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache, UDMA&#40;33&#41;
    Uniform CD-ROM driver Revision&#58; 3.20
    ide-floppy driver 0.99.newide
    usbcore&#58; registered new driver hiddev
    usbcore&#58; registered new driver usbhid
    drivers/usb/input/hid-core.c&#58; v2.01&#58;USB HID core driver
    mice&#58; PS/2 mouse device common for all mice
    md&#58; md driver 0.90.1 MAX_MD_DEVS=256, MD_SB_DISKS=27
    NET&#58; Registered protocol family 2
    IP&#58; routing cache hash table of 2048 buckets, 64Kbytes
    TCP established hash table entries&#58; 262144 &#40;order&#58; 9, 2097152 bytes&#41;
    TCP bind hash table entries&#58; 65536 &#40;order&#58; 8, 1835008 bytes&#41;
    TCP&#58; Hash tables configured &#40;established 262144 bind 65536&#41;
    Initializing IPsec netlink socket
    NET&#58; Registered protocol family 1
    NET&#58; Registered protocol family 17
    ACPI wakeup devices&#58;
     LID PBTN PCI0 USB1 USB2 USB4 USB3 MODM PCIE
    ACPI&#58; &#40;supports S0 S1 S3 S4 S4bios S5&#41;
    Freeing unused kernel memory&#58; 180k freed
    input&#58; AT Translated Set 2 keyboard on isa0060/serio0
    device-mapper&#58; 4.4.0-ioctl &#40;2005-01-12&#41; initialised&#58; dm-devel@redhat.com
    hdc&#58; packet command error&#58; status=0x51 &#123; DriveReady SeekComplete Error &#125;
    hdc&#58; packet command error&#58; error=0x54 &#123; AbortedCommand LastFailedSense=0x05 &#125;
    ide&#58; failed opcode was&#58; unknown
    kjournald starting.  Commit interval 5 seconds
    EXT3-fs&#58; mounted filesystem with ordered data mode.
    input&#58; PS/2 Mouse on isa0060/serio1
    input&#58; AlpsPS/2 ALPS GlidePoint on isa0060/serio1
    SELinux&#58;  Disabled at runtime.
    SELinux&#58;  Unregistering netfilter hooks
    floppy0&#58; no floppy controllers found
    b44.c&#58;v0.95 &#40;Aug 3, 2004&#41;
    ACPI&#58; PCI Interrupt Link &#91;LNKC&#93; enabled at IRQ 11
    ACPI&#58; PCI Interrupt 0000&#58;02&#58;00.0&#91;A&#93; -> Link &#91;LNKC&#93; -> GSI 11 &#40;level, low&#41; -> IRQ 11
    eth0&#58; Broadcom 4400 10/100BaseT Ethernet 00&#58;0f&#58;1f&#58;24&#58;82&#58;dd
    ACPI&#58; PCI Interrupt 0000&#58;00&#58;1f.5&#91;B&#93; -> Link &#91;LNKB&#93; -> GSI 7 &#40;level, low&#41; -> IRQ 7
    PCI&#58; Setting latency timer of device 0000&#58;00&#58;1f.5 to 64
    intel8x0_measure_ac97_clock&#58; measured 49383 usecs
    intel8x0&#58; clocking to 48000
    ACPI&#58; PCI Interrupt 0000&#58;00&#58;1f.6&#91;B&#93; -> Link &#91;LNKB&#93; -> GSI 7 &#40;level, low&#41; -> IRQ 7
    PCI&#58; Setting latency timer of device 0000&#58;00&#58;1f.6 to 64
    hw_random&#58; cannot enable RNG, aborting
    shpchp&#58; acpi_shpchprm&#58;\_SB_.PCI0 evaluate _BBN fail=0x5
    shpchp&#58; acpi_shpchprm&#58;get_device PCI ROOT HID fail=0x5
    ACPI&#58; PCI Interrupt Link &#91;LNKH&#93; enabled at IRQ 11
    ACPI&#58; PCI Interrupt 0000&#58;00&#58;1d.7&#91;D&#93; -> Link &#91;LNKH&#93; -> GSI 11 &#40;level, low&#41; -> IRQ 11
    PCI&#58; Setting latency timer of device 0000&#58;00&#58;1d.7 to 64
    ehci_hcd 0000&#58;00&#58;1d.7&#58; EHCI Host Controller
    ehci_hcd 0000&#58;00&#58;1d.7&#58; debug port 1
    ehci_hcd 0000&#58;00&#58;1d.7&#58; new USB bus registered, assigned bus number 1
    ehci_hcd 0000&#58;00&#58;1d.7&#58; irq 11, io mem 0xf8fffc00
    PCI&#58; cache line size of 128 is not supported by device 0000&#58;00&#58;1d.7
    ehci_hcd 0000&#58;00&#58;1d.7&#58; USB 2.0 initialized, EHCI 1.00, driver 10 Dec 2004
    hub 1-0&#58;1.0&#58; USB hub found
    hub 1-0&#58;1.0&#58; 8 ports detected
    USB Universal Host Controller Interface driver v2.2
    ACPI&#58; PCI Interrupt 0000&#58;00&#58;1d.0&#91;A&#93; -> Link &#91;LNKA&#93; -> GSI 11 &#40;level, low&#41; -> IRQ 11
    PCI&#58; Setting latency timer of device 0000&#58;00&#58;1d.0 to 64
    uhci_hcd 0000&#58;00&#58;1d.0&#58; UHCI Host Controller
    uhci_hcd 0000&#58;00&#58;1d.0&#58; new USB bus registered, assigned bus number 2
    uhci_hcd 0000&#58;00&#58;1d.0&#58; irq 11, io base 0x0000bf80
    hub 2-0&#58;1.0&#58; USB hub found
    hub 2-0&#58;1.0&#58; 2 ports detected
    ACPI&#58; PCI Interrupt Link &#91;LNKD&#93; enabled at IRQ 11
    ACPI&#58; PCI Interrupt 0000&#58;00&#58;1d.1&#91;B&#93; -> Link &#91;LNKD&#93; -> GSI 11 &#40;level, low&#41; -> IRQ 11
    PCI&#58; Setting latency timer of device 0000&#58;00&#58;1d.1 to 64
    uhci_hcd 0000&#58;00&#58;1d.1&#58; UHCI Host Controller
    usb 1-3&#58; new high speed USB device using ehci_hcd and address 2
    uhci_hcd 0000&#58;00&#58;1d.1&#58; new USB bus registered, assigned bus number 3
    uhci_hcd 0000&#58;00&#58;1d.1&#58; irq 11, io base 0x0000bf60
    hub 3-0&#58;1.0&#58; USB hub found
    hub 3-0&#58;1.0&#58; 2 ports detected
    ACPI&#58; PCI Interrupt 0000&#58;00&#58;1d.2&#91;C&#93; -> Link &#91;LNKC&#93; -> GSI 11 &#40;level, low&#41; -> IRQ 11
    PCI&#58; Setting latency timer of device 0000&#58;00&#58;1d.2 to 64
    uhci_hcd 0000&#58;00&#58;1d.2&#58; UHCI Host Controller
    uhci_hcd 0000&#58;00&#58;1d.2&#58; new USB bus registered, assigned bus number 4
    uhci_hcd 0000&#58;00&#58;1d.2&#58; irq 11, io base 0x0000bf40
    hub 4-0&#58;1.0&#58; USB hub found
    hub 4-0&#58;1.0&#58; 2 ports detected
    ACPI&#58; PCI Interrupt 0000&#58;00&#58;1d.3&#91;A&#93; -> Link &#91;LNKA&#93; -> GSI 11 &#40;level, low&#41; -> IRQ 11
    PCI&#58; Setting latency timer of device 0000&#58;00&#58;1d.3 to 64
    uhci_hcd 0000&#58;00&#58;1d.3&#58; UHCI Host Controller
    uhci_hcd 0000&#58;00&#58;1d.3&#58; new USB bus registered, assigned bus number 5
    uhci_hcd 0000&#58;00&#58;1d.3&#58; irq 11, io base 0x0000bf20
    hub 5-0&#58;1.0&#58; USB hub found
    hub 5-0&#58;1.0&#58; 2 ports detected
    usb 3-2&#58; new low speed USB device using uhci_hcd and address 2
    input&#58; USB HID v1.10 Mouse &#91;Wireless Mouse Wireless Mouse&#93; on usb-0000&#58;00&#58;1d.1-2
    Linux Kernel Card Services
      options&#58;  &#91;pci&#93; &#91;cardbus&#93; &#91;pm&#93;
    PCI&#58; Enabling device 0000&#58;02&#58;01.0 &#40;0000 -> 0002&#41;
    ACPI&#58; PCI Interrupt 0000&#58;02&#58;01.0&#91;A&#93; -> Link &#91;LNKD&#93; -> GSI 11 &#40;level, low&#41; -> IRQ 11
    Yenta&#58; CardBus bridge found at 0000&#58;02&#58;01.0 &#91;1028&#58;0159&#93;
    Yenta&#58; Using CSCINT to route CSC interrupts to PCI
    Yenta&#58; Routing CardBus interrupts to PCI
    Yenta TI&#58; socket 0000&#58;02&#58;01.0, mfunc 0x012c1202, devctl 0x64
    Yenta&#58; ISA IRQ mask 0x0478, PCI irq 11
    Socket status&#58; 30000006
    ieee1394&#58; Initialized config rom entry `ip1394'
    ohci1394&#58; $Rev&#58; 1250 $ Ben Collins <bcollins@debian.org>
    ACPI&#58; PCI Interrupt 0000&#58;02&#58;01.1&#91;A&#93; -> Link &#91;LNKD&#93; -> GSI 11 &#40;level, low&#41; -> IRQ 11
    ohci1394&#58; fw-host0&#58; OHCI-1394 1.1 &#40;PCI&#41;&#58; IRQ=&#91;11&#93;  MMIO=&#91;faffd800-faffdfff&#93;  Max Packet=&#91;2048&#93;
    ieee1394&#58; Host added&#58; ID&#58;BUS&#91;0-00&#58;1023&#93;  GUID&#91;484fc00031cc58a1&#93;
    SCSI subsystem initialized
    Initializing USB Mass Storage driver...
    scsi0 &#58; SCSI emulation for USB Mass Storage devices
    usb-storage&#58; device found at 2
    usb-storage&#58; waiting for device to settle before scanning
    usbcore&#58; registered new driver usb-storage
    USB Mass Storage support registered.
    NET&#58; Registered protocol family 10
    Disabled Privacy Extensions on device c03e6820&#40;lo&#41;
    IPv6 over IPv4 tunneling driver
      Vendor&#58; LEXAR     Model&#58; JUMPDRIVE         Rev&#58; 1000
      Type&#58;   Direct-Access                      ANSI SCSI revision&#58; 00
    usb-storage&#58; device scan complete
    SCSI device sda&#58; 506880 512-byte hdwr sectors &#40;260 MB&#41;
    sda&#58; Write Protect is off
    sda&#58; Mode Sense&#58; 43 00 00 00
    sda&#58; assuming drive cache&#58; write through
    SCSI device sda&#58; 506880 512-byte hdwr sectors &#40;260 MB&#41;
    sda&#58; Write Protect is off
    sda&#58; Mode Sense&#58; 43 00 00 00
    sda&#58; assuming drive cache&#58; write through
     sda&#58; sda1
    Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
    ACPI&#58; AC Adapter &#91;AC&#93; &#40;on-line&#41;
    ACPI&#58; Battery Slot &#91;BAT0&#93; &#40;battery present&#41;
    ACPI&#58; Lid Switch &#91;LID&#93;
    ACPI&#58; Power Button &#40;CM&#41; &#91;PBTN&#93;
    ACPI&#58; Sleep Button &#40;CM&#41; &#91;SBTN&#93;
    ibm_acpi&#58; ec object not found
    ACPI&#58; Video Device &#91;VID&#93; &#40;multi-head&#58; yes  rom&#58; no  post&#58; no&#41;
    md&#58; Autodetecting RAID arrays.
    md&#58; autorun ...
    md&#58; ... autorun DONE.
    hdc&#58; packet command error&#58; status=0x51 &#123; DriveReady SeekComplete Error &#125;
    hdc&#58; packet command error&#58; error=0x54 &#123; AbortedCommand LastFailedSense=0x05 &#125;
    ide&#58; failed opcode was&#58; unknown
    hdc&#58; packet command error&#58; status=0x51 &#123; DriveReady SeekComplete Error &#125;
    hdc&#58; packet command error&#58; error=0x54 &#123; AbortedCommand LastFailedSense=0x05 &#125;
    ide&#58; failed opcode was&#58; unknown
    EXT3 FS on dm-0, internal journal
    kjournald starting.  Commit interval 5 seconds
    EXT3 FS on hda3, internal journal
    EXT3-fs&#58; mounted filesystem with ordered data mode.
    Adding 2031608k swap on /dev/VolGroup00/LogVol01.  Priority&#58;-1 extents&#58;1
    cs&#58; IO port probe 0xc00-0xcff&#58; clean.
    cs&#58; IO port probe 0x800-0x8ff&#58; clean.
    cs&#58; IO port probe 0x100-0x4ff&#58; clean.
    cs&#58; IO port probe 0xa00-0xaff&#58; clean.
    b44&#58; eth0&#58; Link is down.
    b44&#58; eth0&#58; Link is up at 10 Mbps, half duplex.
    b44&#58; eth0&#58; Flow control is off for TX and off for RX.
    eth0&#58; no IPv6 routers present
    Bluetooth&#58; Core ver 2.7
    NET&#58; Registered protocol family 31
    Bluetooth&#58; HCI device and connection manager initialized
    Bluetooth&#58; HCI socket layer initialized
    Bluetooth&#58; L2CAP ver 2.7
    Bluetooth&#58; L2CAP socket layer initialized
    Bluetooth&#58; RFCOMM ver 1.5
    Bluetooth&#58; RFCOMM socket layer initialized
    Bluetooth&#58; RFCOMM TTY layer initialized
    i2c /dev entries driver
    lp&#58; driver loaded but no devices found
    audit&#40;&#58;284950&#41;&#58; major=252 name_count=0&#58; freeing multiple contexts &#40;1&#41;
    audit&#40;&#58;173103&#41;&#58; major=113 name_count=0&#58; freeing multiple contexts &#40;2&#41;
    audit&#40;&#58;286378&#41;&#58; major=252 name_count=0&#58; freeing multiple contexts &#40;1&#41;
    audit&#40;&#58;286304&#41;&#58; major=113 name_count=0&#58; freeing multiple contexts &#40;2&#41;
    audit&#40;&#58;287771&#41;&#58; major=252 name_count=0&#58; freeing multiple contexts &#40;1&#41;
    audit&#40;&#58;287697&#41;&#58; major=113 name_count=0&#58; freeing multiple contexts &#40;2&#41;
    application mixer_applet2 uses obsolete OSS audio interface
    UDF-fs INFO UDF 0.9.8.1 &#40;2004/29/09&#41; Mounting volume '051214_0059', timestamp 2005/12/14 01&#58;00 &#40;1e98&#41;
    ndiswrapper version 1.6 loaded &#40;preempt=no,smp=no&#41;
    ndiswrapper&#58; driver bcmwl5a.ini &#40;Broadcom,01/09/2003, 3.10.39.0&#41; loaded
    ACPI&#58; PCI Interrupt 0000&#58;02&#58;03.0&#91;A&#93; -> Link &#91;LNKB&#93; -> GSI 7 &#40;level, low&#41; -> IRQ 7
    ndiswrapper&#58; using irq 7
    wlan0&#58; vendor&#58; ''
    wlan0&#58; ndiswrapper ethernet device 00&#58;11&#58;f5&#58;01&#58;7b&#58;d4 using driver bcmwl5a.ini, 14E4&#58;4324.5.conf
    wlan0&#58; encryption modes supported&#58; WEP; TKIP with WPA, WPA2, WPA2PSK; AES/CCMP with WPA, WPA2, WPA2PSK
    &#91;root@unknown ndiswrapper-1.6&#93;# iwconfig
    lo        no wireless extensions.
    
    eth0      no wireless extensions.
    
    sit0      no wireless extensions.
    
    Warning&#58; Driver for device wlan0 recommend version 18 of Wireless Extension,
    but has been compiled with version 17, therefore some driver features
    may not be available...
    
    wlan0     IEEE 802.11g  ESSID&#58;off/any
              Mode&#58;Managed  Frequency&#58;2.462 GHz  Access Point&#58; 00&#58;00&#58;00&#58;00&#58;00&#58;00
              Bit Rate&#58;54 Mb/s   Tx-Power&#58;25 dBm
              RTS thr&#58;2347 B   Fragment thr&#58;2346 B
              Encryption key&#58;off
              Power Management&#58;off
              Link Quality&#58;0  Signal level&#58;0  Noise level&#58;0
              Rx invalid nwid&#58;0  Rx invalid crypt&#58;0  Rx invalid frag&#58;0
              Tx excessive retries&#58;0  Invalid misc&#58;0   Missed beacon&#58;0
    
    &#91;root@unknown ndiswrapper-1.6&#93;# iwlist wlan0 scan
    Warning&#58; Driver for device wlan0 recommend version 18 of Wireless Extension,
    but has been compiled with version 17, therefore some driver features
    may not be available...
    
    wlan0     Scan completed &#58;
              Cell 01 - Address&#58; 00&#58;11&#58;50&#58;6B&#58;95&#58;48
                        ESSID&#58;"THORNCOM"
                        Protocol&#58;IEEE 802.11g
                        Mode&#58;Managed
                        Frequency&#58;2.462 GHz &#40;Channel 11&#41;
                        Quality&#58;0/100  Signal level&#58;-37 dBm  Noise level&#58;-256 dBm
                        Encryption key&#58;off
                        Bit Rate&#58;1 Mb/s
                        Bit Rate&#58;2 Mb/s
                        Bit Rate&#58;5.5 Mb/s
                        Bit Rate&#58;11 Mb/s
                        Bit Rate&#58;6 Mb/s
                        Bit Rate&#58;9 Mb/s
                        Bit Rate&#58;12 Mb/s
                        Bit Rate&#58;18 Mb/s
                        Bit Rate&#58;24 Mb/s
                        Bit Rate&#58;36 Mb/s
                        Bit Rate&#58;48 Mb/s
                        Bit Rate&#58;54 Mb/s
                        Extra&#58;bcn_int=100
                        Extra&#58;atim=0
    &#91;root@unknown ndiswrapper-1.6&#93;# ifconfig wlan0 up
    &#91;root@unknown ndiswrapper-1.6&#93;# ndiswrapper -m
    Adding "alias wlan0 ndiswrapper" to /etc/modprobe.conf
    &#91;root@unknown ndiswrapper-1.6&#93;#
    Thanks again
    thornaj

Page 2 of 2 FirstFirst 1 2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •