Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Redhat / Fedora Linux Help > urgent ndiswrapper help

Forgot Password?
 Redhat / Fedora Linux Help   Help and discussion related to Redhat and Fedora Linux.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 12-17-2005   #11 (permalink)
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
jimbaloo is offline  


Reply With Quote
Old 12-17-2005   #12 (permalink)
Just Joined!
 
Join Date: Feb 2005
Location: Opelika, Alabama
Posts: 49
Did not work.

Code:
[root@unknown ajthornton]# iwlist wlan0 scan
bash: iwlist: command not found
What do I do? How can I fix this path problem?

Thanks again,
thornaj
thornaj is offline   Reply With Quote
Old 12-17-2005   #13 (permalink)
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
jimbaloo is offline   Reply With Quote
Old 12-17-2005   #14 (permalink)
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:/usr/bin/:/usr/games/bin:

[root@unknown wireless]# 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
[root@unknown wireless]# cd ndiswrapper-1.6
[root@unknown ndiswrapper-1.6]# ls
AUTHORS  ChangeLog  debian  driver  INSTALL  Makefile  ndiswrapper.8  ndiswrapper.spec  README  utils  version
[root@unknown ndiswrapper-1.6]# make distclean
make -C driver clean
make[1]: 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.[oc] *~ .tmp_versions
make[1]: Leaving directory `/home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver'
make -C utils clean
make[1]: Entering directory `/home/ajthornton/Downloads/wireless/ndiswrapper-1.6/utils'
rm -f *~ *.o loadndisdriver load_fw_ar5523
make[1]: 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[1]: 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.[oc] *~ .tmp_versions
rm -f *_exports.h .\#* x86_64_stubs.h
make[1]: Leaving directory `/home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver'
make -C utils distclean
make[1]: Entering directory `/home/ajthornton/Downloads/wireless/ndiswrapper-1.6/utils'
rm -f *~ *.o loadndisdriver load_fw_ar5523
rm -f .\#*
make[1]: Leaving directory `/home/ajthornton/Downloads/wireless/ndiswrapper-1.6/utils'
rm -f .\#*
[root@unknown ndiswrapper-1.6]# make
make -C driver
make[1]: 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[2]: 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 [M]  /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/hal.o
  CC [M]  /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/iw_ndis.o
  CC [M]  /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/loader.o
  CC [M]  /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/misc_funcs.o
  CC [M]  /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/ndis.o
  CC [M]  /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/ntoskernel.o
  CC [M]  /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/ntoskernel_io.o
  CC [M]  /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/pe_linker.o
  CC [M]  /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/pnp.o
/home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/pnp.c: In function ‘start_pdo’:
/home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/pnp.c:295: warning: ignoring return value of ‘pci_set_power_state’, declared with attribute warn_unused_result
  CC [M]  /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/proc.o
  CC [M]  /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/wrapndis.o
  CC [M]  /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/wrapper.o
  CC [M]  /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/usb.o
  CC [M]  /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/divdi3.o
  LD [M]  /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 [M]  /home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver/ndiswrapper.ko
make[2]: Leaving directory `/usr/src/kernels/2.6.11-1.1369_FC4-i686'


*** WARNING:  Kernel is compiled with 4K stack size option (CONFIG_4KSTACKS); many Windows drivers will not work with this option enabled. Disable CONFIG_4KSTACKS option, recompile and install kernel


make[1]: Leaving directory `/home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver'
make -C utils
make[1]: 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[1]: Leaving directory `/home/ajthornton/Downloads/wireless/ndiswrapper-1.6/utils'
[root@unknown ndiswrapper-1.6]# make install
make -C driver install
make[1]: 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[2]: Entering directory `/usr/src/kernels/2.6.11-1.1369_FC4-i686'
  Building modules, stage 2.
  MODPOST
make[2]: Leaving directory `/usr/src/kernels/2.6.11-1.1369_FC4-i686'


*** WARNING:  Kernel is compiled with 4K stack size option (CONFIG_4KSTACKS); 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[1]: Leaving directory `/home/ajthornton/Downloads/wireless/ndiswrapper-1.6/driver'
make -C utils install
make[1]: 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 [ -r load_fw_ar5523 ]; then \
        install -D -m 755 load_fw_ar5523 /usr/sbin/load_fw_ar5523; \
fi

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

eth0      no wireless extensions.

sit0      no wireless extensions.

Warning: 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:off/any
          Mode:Managed  Frequency:2.462 GHz  Access Point: 00:00:00:00:00:00
          Bit Rate:54 Mb/s   Tx-Power:25 dBm
          RTS thr:2347 B   Fragment thr:2346 B
          Encryption key:off
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

[root@unknown ndiswrapper-1.6]# iwlist wlan0 scan
Warning: 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 :
          Cell 01 - Address: 00:11:50:6B:95:48
                    ESSID:"THORNCOM"
                    Protocol:IEEE 802.11g
                    Mode:Managed
                    Frequency:2.462 GHz (Channel 11)
                    Quality:0/100  Signal level:-37 dBm  Noise level:-256 dBm
                    Encryption key:off
                    Bit Rate:1 Mb/s
                    Bit Rate:2 Mb/s
                    Bit Rate:5.5 Mb/s
                    Bit Rate:11 Mb/s
                    Bit Rate:6 Mb/s
                    Bit Rate:9 Mb/s
                    Bit Rate:12 Mb/s
                    Bit Rate:18 Mb/s
                    Bit Rate:24 Mb/s
                    Bit Rate:36 Mb/s
                    Bit Rate:48 Mb/s
                    Bit Rate:54 Mb/s
                    Extra:bcn_int=100
                    Extra:atim=0
[root@unknown ndiswrapper-1.6]# ifconfig wlan0 up
[root@unknown ndiswrapper-1.6]# ndiswrapper -m
Adding "alias wlan0 ndiswrapper" to /etc/modprobe.conf
[root@unknown ndiswrapper-1.6]#
Thanks again
thornaj
thornaj is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 11:49 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2