LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 10-18-2004, 09:19 AM   #1
y0shi
Member
 
Registered: Oct 2004
Location: Boston, MA
Distribution: SUSE 9.1, Slackware 10.0
Posts: 95

Rep: Reputation: 15
xsupplicant problems


finaly got everything working in suse 9.1 so i figured i'de delete and do a clean install, now that i know how to configure everything on the first try... but now of course i have an issue.

i'm using the newst version of xsupplicant but cannot install it.. i get an error about missing or corrupted openssl library's. ( and previous to that it says it cannot find openssl ) well i have the latest openssl configured compiled and installed.... do i need to make a copy of something and put it some where? or a link ? i'm guessing xsupp is looking for something that isn't where it used to be... and i don't think i could uninstall openssl...wouldn't know where to begin, to use an older version.



ahh too lazy to go edit above... the exact error is :

Code:
configure: WARNING: The Opden SSL Library development tree seems corrupted or incomplete!
 Download, compile, and, optionaly, install it.
 When finished please re-run this program.
configure: error: You can download the latest source tarball at http://www.openssl.org/
edit #1: okay found a step in the right direction: need to install the devel package...lets see how much this helps

edit #2: okay issue @1 is fixed... now there is a new one: make[2]: yacc: command not found...prolly have to install more packages...*sigh* shoulda just bought suse 9.1 pro...lol.

edit #3: okay well searching in these forums for "yacc: command not found" takes ages and ages...so tonight i'll plug into my router and just download/install every single rpm from suse 9.1 pro....*blah not really, but i should* so still waiting to find out whats up


Last edited by y0shi; 10-18-2004 at 10:06 AM.
 
Old 10-18-2004, 10:06 AM   #2
2Gnu
Senior Member
 
Registered: Jan 2002
Location: Southern California
Distribution: Slackware
Posts: 1,880

Rep: Reputation: 51
There is a 0.8 version rpm on rpmfind.net for SuSE. Unfortunately, the only 1.0 I could find was for Mandrake.

edit:
yacc = yet another compiler-compiler

Translation: in order to compile from source, you need the SuSE development packages to be installed. They include a compiler, kernel source & headers and the various packages like make which allow you to turn the source (such as C) into something that will run on your machine.

Installing all of the stuff on the CD will certainly work, but I suspect YaST has an option to install 'development stuff' that would suffice.

Last edited by 2Gnu; 10-18-2004 at 10:12 AM.
 
Old 10-18-2004, 10:19 AM   #3
y0shi
Member
 
Registered: Oct 2004
Location: Boston, MA
Distribution: SUSE 9.1, Slackware 10.0
Posts: 95

Original Poster
Rep: Reputation: 15
yea i have most of the development packages installed now.. buut i'm ON campus now so i can't use yast...seeing as how it's not online. i have gcc, make, kernels source, openssl devel and stuff all installed and working.... just need to find yacc...*edit: err what package yacc is in.

blah i'll just download/install all the devel packages when i get home..too much to run through with out yast right now. ty for the suggestion.

right now i'm on a desktop @ work wired to the network ftp'n rpm's....putting them on a test server...then dual booting windows on my laptop and wirelessly connecting to the test server and downloading the rpms'...booting back into linux and taking them off the windows partition. ( the wireless here doesn't support ftp )...so mebbe i should just plug my laptop into the router... hrmm *follows cable*

Last edited by y0shi; 10-18-2004 at 10:43 AM.
 
Old 10-18-2004, 01:09 PM   #4
y0shi
Member
 
Registered: Oct 2004
Location: Boston, MA
Distribution: SUSE 9.1, Slackware 10.0
Posts: 95

Original Poster
Rep: Reputation: 15
ahh whee... okay...still stuck :-\

Code:
xpprosp2test:~ # iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

wlan0     IEEE 802.11g  ESSID:""  Nickname:"xpprosp2test"
          Mode:Managed  Frequency:2.437GHz  Access Point: FF:FF:FF:FF:FF:FF
          Bit Rate=54Mb/s   Tx-Power:16 dBm
          RTS thr=2347 B   Fragment thr=2346 B
          Encryption key:1234-5678-9012-3456-7890-1234-56   Security mode:restri                                                            cted
          Power Management:off
          Link Quality:100/100  Signal level:-10 dBm  Noise level:-256 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:34   Missed beacon:0

xpprosp2test:~ #
of course, now i'm having the issue many people are having, cannot set the essid....and uhh well basically just not connected. here is the config i'm using to connect to the network :

Code:
network_list = all
default_netname = default
allow_interfaces = wlan0

logfile = /var/log/xsupplicant.log

startup_command = <BEGIN_COMMAND>dhclient %i<END_COMMAND>
#first_auth_command = <BEGIN_COMMAND>dhclient %i<END_COMMAND>

default {

  allow_types = all

  identity = <BEGIN_ID>mmcgann@BSC<END_ID>

  eap-peap {
      root_cert = /etc/wlancert/bsc_cert.pem
      chunk_size = 1398
      random_file = /dev/urandom
     # cncheck = radiusserver.mynet.net         
     # cnexact = yes
      session_resume = no

      eap-mschapv2 {
        username = <BEGIN_UNAME>mmcgann<END_UNAME>
        password = <BEGIN_PASS>password<END_PASS>

      }
  }
}

Wireless
{
  type = wireless
  # ssid: you should not define this unless you have characters
  #   other than those specified above in the ssid of your network
  ssid = <BEGIN_SSID>Wireless@BSC<END_SSID>

  allow_types = all
  identity = <BEGIN_ID>mmcgann@BSC<END_ID>

}
I'de like to have "Wireless" be "Wireless@BSC" but then it returns an error with unknown token 'BSC'

anywho if anyone has an suggestions i'de really appreciate it.

running ndiswrapper and xsupplicant on a dull truemobile 1300. it works on every other router i've tried to connec to...just not here on campus....and yes the cert is correct....changed the format to .pem with openssl.



edit*** when i run xsupplicant it seems to eat up my cpu or ram, can't really tell...

Last edited by y0shi; 10-18-2004 at 01:14 PM.
 
Old 10-18-2004, 03:01 PM   #5
2Gnu
Senior Member
 
Registered: Jan 2002
Location: Southern California
Distribution: Slackware
Posts: 1,880

Rep: Reputation: 51
I noticed that you've set WEP key exchange to restricted mode vs. open. Is that how the AP is set? Open is (counter-intuitively) more secure than shared key for key exchange.

Run "top" to see how much of your resources are being consumed. On my P3 laptop, CPU is negligible and memory is .3% (higher than a lot of things, but still negligible).

I've read that some devices do not like certain characters in the SSID field. Do you get the same symptoms if you use only "mmcgann?"
 
Old 10-18-2004, 03:50 PM   #6
y0shi
Member
 
Registered: Oct 2004
Location: Boston, MA
Distribution: SUSE 9.1, Slackware 10.0
Posts: 95

Original Poster
Rep: Reputation: 15
yea the mmcgann vs mmcgann@BSC makes no difference. now i'm @ home, and i can't get on wireless...can't change the ssid...so i deleted wlan0 and made a new one...still a no go. :-\ god damn it.
i'm not sure why it's set to restricted vs open...or if it will even accept the change....maybe i need to delete the driver via ndiswrapper and then put it back in.
 
Old 10-18-2004, 04:06 PM   #7
y0shi
Member
 
Registered: Oct 2004
Location: Boston, MA
Distribution: SUSE 9.1, Slackware 10.0
Posts: 95

Original Poster
Rep: Reputation: 15
oookay holy christ.....so i try to remove and install my driver:

ndiswrapper -e bcmwl5

ndiswrapper -i /etc/bcmwl5/bcmwl5.inf

loaded fine.

cannot change the essid no matter what i try. :-\ << why are people having this problem?

i really would just go buy a card that works with linux but i've grown so accustomed to my internal card... i don't think I'd ever want anythin else.

I have not had a problem with any of this crap until i compiled xsupplicant from source and tried to get on wirelessly @ school earlier today... :-\

i'm sitting next to my wireless router:

iwlist scann:
Code:
wlan0     Scan completed :
          Cell 01 - Address: 00:0F:66:C4:39:1B
                    ESSID:"hotrod"
                    Protocol:IEEE 802.11b
                    Mode:Managed
                    Frequency:2.437GHz
                    Quality:0/100  Signal level:-80 dBm  Noise level:-256 dBm
                    Encryption key:on
                    Bit Rate:1Mb/s
                    Bit Rate:2Mb/s
                    Bit Rate:5.5Mb/s
                    Bit Rate:11Mb/s
                    Bit Rate:18Mb/s
                    Bit Rate:24Mb/s
                    Bit Rate:36Mb/s
                    Bit Rate:54Mb/s
                    Bit Rate:6Mb/s
                    Bit Rate:9Mb/s
                    Bit Rate:12Mb/s
                    Bit Rate:48Mb/s
          Cell 02 - Address: 00:50:F2:CB:C8:EE
                    ESSID:"HomeOffice"
                    Protocol:IEEE 802.11b
                    Mode:Managed
                    Frequency:2.437GHz
                    Quality:0/100  Signal level:-26 dBm  Noise level:-256 dBm
                    Encryption key:off
                    Bit Rate:1Mb/s
                    Bit Rate:2Mb/s
                    Bit Rate:5.5Mb/s
                    Bit Rate:11Mb/s
hotrod is my neighbor i think...w/e i'm using home office, or trying to atleast.

ifconfig:
Code:
wlan0     Link encap:Ethernet  HWaddr 00:90:4B:62:83:67
          UP BROADCAST NOTRAILERS RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:57 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:33630 (32.8 Kb)
          Interrupt:7 Memory:faff6000-faff7fff
iwconfig:
Code:
wlan0     IEEE 802.11g  ESSID:""  Nickname:"linux"
          Mode:Managed  Frequency:2.437GHz  Access Point: FF:FF:FF:FF:FF:FF
          Bit Rate=54Mb/s   Tx-Power:16 dBm
          RTS thr=2347 B   Fragment thr=2346 B
          Encryption key:off
          Power Management:off
          Link Quality:100/100  Signal level:-10 dBm  Noise level:-256 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:5998   Missed beacon:0
ifcfg-wlan0

Code:
BOOTPROTO='dhcp'
MTU=''
REMOTE_IPADDR=''
STARTMODE='onboot'
WIRELESS_AP=''
WIRELESS_AUTH_MODE='open'
WIRELESS_BITRATE='auto'
WIRELESS_CHANNEL=''
WIRELESS_DEFAULT_KEY='0'
WIRELESS_ESSID='HomeOffice'
WIRELESS_KEY=''
WIRELESS_KEY_0=''
WIRELESS_KEY_1=''
WIRELESS_KEY_2=''
WIRELESS_KEY_3=''
WIRELESS_KEY_LENGTH='128'
WIRELESS_MODE='Managed'
WIRELESS_NICK=''
WIRELESS_NWID=''
WIRELESS_POWER='yes'
_nm_name='static-0'
^^ normally i have some dhclient stuff in there, but for now just trying to get the settings to CHANGE.

dmesg:
Code:
linux:~ # dmesg
Linux version 2.6.5-7.108-default (geeko@buildhost) (gcc version 3.3.3 (SuSE Linux)) #1 Wed Aug 25 13:34:40 UTC 2004
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
 BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
 BIOS-e820: 0000000000100000 - 000000001ffae000 (usable)
 BIOS-e820: 000000001ffae000 - 0000000020000000 (reserved)
 BIOS-e820: 00000000feda0000 - 00000000fee00000 (reserved)
 BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
502MB vmalloc/ioremap area available.
0MB HIGHMEM available.
511MB LOWMEM available.
On node 0 totalpages: 130990
  DMA zone: 4096 pages, LIFO batch:1
  Normal zone: 126894 pages, LIFO batch:16
  HighMem zone: 0 pages, LIFO batch:1
DMI 2.3 present.
ACPI: RSDP (v000 DELL                                      ) @ 0x000fdf00
ACPI: RSDT (v001 DELL    CPi R   0x27d3091e ASL  0x00000061) @ 0x1fff0000
ACPI: FADT (v001 DELL    CPi R   0x27d3091e ASL  0x00000061) @ 0x1fff0400
ACPI: DSDT (v001 INT430 SYSFexxx 0x00001001 MSFT 0x0100000e) @ 0x00000000
ACPI: PM-Timer IO Port: 0x808
ACPI: local apic disabled
Built 1 zonelists
Kernel command line: root=/dev/hda6 vga=0x317 desktop resume=/dev/hda5 splash=silent
bootsplash: silent mode.
Initializing CPU#0
PID hash table entries: 2048 (order 11: 16384 bytes)
CKRM Initialization
...... Initializing ClassType<taskclass> ........
...... Initializing ClassType<socket_class> ........
CKRM Initialization done
Detected 1399.275 MHz processor.
Using tsc for high-res timesource
Console: colour dummy device 80x25
Memory: 514428k/523960k available (1965k kernel code, 8768k reserved, 690k data, 216k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay loop... 2768.89 BogoMIPS
Security Scaffold v1.0.0 initialized
SELinux:  Disabled at boot.
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
CPU:     After generic identify, caps: a7e9f9bf 00000000 00000000 00000000
CPU:     After vendor identify, caps: a7e9f9bf 00000000 00000000 00000000
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 1024K
CPU:     After all inits, caps: a7e9f9bf 00000000 00000000 00000040
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: Intel(R) Pentium(R) M processor 1400MHz stepping 05
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
checking if image is initramfs...it isn't (no cpio magic); looks like an initrd
Looking for DSDT in initrd ...No customized DSDT found in initrd!
Freeing initrd memory: 1204k freed
NET: Registered protocol family 16
PCI: PCI BIOS revision 2.10 entry at 0xfc97e, last bus=2
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
ACPI: Subsystem revision 20040326
ACPI: IRQ9 SCI: Edge set to Level Trigger.
ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (00:00)
PCI: Probing PCI hardware (bus 00)
PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
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
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 11
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 7
PCI: Using ACPI for IRQ routing
PCI: if you experience problems, try using option 'pci=noacpi' or even 'acpi=off'
vesafb: framebuffer at 0xd0000000, mapped to 0xe0807000, size 32768k
vesafb: mode is 1024x768x16, linelength=2048, pages=1
vesafb: protected mode interface info at c000:e560
vesafb: scrolling: redraw
vesafb: directcolor: size=0:5:6:5, shift=0:11:5:0
fb0: VESA VGA frame buffer device
apm: BIOS not found.
Initial HugeTLB pages allocated: 0
VFS: Disk quotas dquot_6.5.1
Initializing Cryptographic API
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
 silentjpeg size 35400 bytes,<6>...found (1024x768, 16102 bytes, v3).
Console: switching to colour frame buffer device 118x41
Real Time Clock Driver v1.12
Serial: 8250/16550 driver $Revision: 1.90 $ 48 ports, IRQ sharing enabled
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Using anticipatory io scheduler
floppy0: no floppy controllers found
RAMDISK driver initialized: 16 RAM disks of 64000K size 1024 blocksize
loop: loaded (max 8 devices)
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH4: IDE controller at PCI slot 0000:00:1f.1
PCI: Enabling device 0000:00:1f.1 (0005 -> 0007)
ICH4: chipset revision 1
ICH4: 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
hda: HITACHI_DK23FB-40, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hdc: HL-DT-ST DVD+RW GCA-4040N, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 128KiB
hda: 78140160 sectors (40007 MB) w/8192KiB Cache, CHS=65535/16/63, UDMA(100)
hda: cache flushes supported
 hda: hda1 hda2 < hda5 hda6 >
ide-floppy driver 0.99.newide
mice: PS/2 mouse device common for all mice
input: PC Speaker
serio: i8042 AUX port at 0x60,0x64 irq 12
input: PS/2 Generic Mouse on isa0060/serio1
serio: i8042 KBD port at 0x60,0x64 irq 1
input: AT Translated Set 2 keyboard on isa0060/serio0
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
NET: Registered protocol family 2
IP: routing cache hash table of 4096 buckets, 32Kbytes
TCP: Hash tables configured (established 32768 bind 65536)
NET: Registered protocol family 1
NET: Registered protocol family 8
NET: Registered protocol family 20
Resume Machine: resuming from /dev/hda5
Resuming from device hda5
Resume Machine: This is normal swap space
ACPI: (supports S0 S1 S3 S4 S4bios S5)
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
RAMDISK: Compressed image found at block 0
VFS: Mounted root (ext2 filesystem).
ReiserFS: hda6: found reiserfs format "3.6" with standard journal
ReiserFS: hda6: using ordered data mode
reiserfs: using flush barriers
ReiserFS: hda6: journal params: device hda6, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: hda6: checking transaction log (hda6)
ReiserFS: hda6: Using r5 hash to sort names
VFS: Mounted root (reiserfs filesystem) readonly.
Trying to move old root to /initrd ... failed
Unmounting old root
Trying to free ramdisk memory ... okay
Freeing unused kernel memory: 216k freed
Adding 1031648k swap on /dev/hda5.  Priority:42 extents:1
reiserfs: enabling write barrier flush mode
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
device-mapper: 4.1.0-ioctl (2003-12-10) initialised: dm@uk.sistina.com
NTFS driver 2.1.6 [Flags: R/O MODULE].
NTFS volume version 3.1.
subfs 0.9
b44.c:v0.94 (May 4, 2004)
eth0: Broadcom 4400 10/100BaseT Ethernet 00:0d:56:a9:32:9e
usbcore: registered new driver usbfs
usbcore: registered new driver hub
Linux Kernel Card Services
  options:  [pci] [cardbus] [pm]
PCI: Enabling device 0000:02:01.0 (0000 -> 0002)
Yenta: CardBus bridge found at 0000:02:01.0 [1028:016a]
Yenta: ISA IRQ mask 0x0478, PCI irq 11
Socket status: 30000006
cs: IO port probe 0x0c00-0x0cff: clean.
cs: IO port probe 0x0820-0x08ff: excluding 0x828-0x84f 0x860-0x877 0x880-0x88f 0x898-0x89f 0x8a8-0x8cf 0x8e0-0x8ff
cs: IO port probe 0x0800-0x080f: excluding 0x800-0x80f
cs: IO port probe 0x03e0-0x04ff: excluding 0x4d0-0x4d7
cs: IO port probe 0x0100-0x03af: excluding 0x378-0x37f
cs: IO port probe 0x0a00-0x0aff: clean.
NET: Registered protocol family 17
b44: eth0: Link is down.
hw_random: cannot enable RNG, aborting
USB Universal Host Controller Interface driver v2.2
uhci_hcd 0000:00:1d.0: UHCI Host Controller
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: irq 11, io base 0000bf80
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
usb usb1: Product: UHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.5-7.108-default uhci_hcd
usb usb1: SerialNumber: 0000:00:1d.0
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.1: UHCI Host Controller
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: irq 11, io base 0000bf40
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
usb usb2: Product: UHCI Host Controller
usb usb2: Manufacturer: Linux 2.6.5-7.108-default uhci_hcd
usb usb2: SerialNumber: 0000:00:1d.1
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.2: UHCI Host Controller
PCI: Setting latency timer of device 0000:00:1d.2 to 64
uhci_hcd 0000:00:1d.2: irq 11, io base 0000bf20
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
usb usb3: Product: UHCI Host Controller
usb usb3: Manufacturer: Linux 2.6.5-7.108-default uhci_hcd
usb usb3: SerialNumber: 0000:00:1d.2
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
ehci_hcd 0000:00:1d.7: EHCI Host Controller
PCI: Setting latency timer of device 0000:00:1d.7 to 64
ehci_hcd 0000:00:1d.7: irq 11, pci mem e2b93c00
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 4
PCI: cache line size of 32 is not supported by device 0000:00:1d.7
ehci_hcd 0000:00:1d.7: USB 2.0 enabled, EHCI 1.00, driver 2003-Dec-29
usb usb4: Product: EHCI Host Controller
usb usb4: Manufacturer: Linux 2.6.5-7.108-default ehci_hcd
usb usb4: SerialNumber: 0000:00:1d.7
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 6 ports detected
Linux agpgart interface v0.100 (c) Dave Jones
agpgart: Detected an Intel 855PM Chipset.
agpgart: Maximum main memory to use for agp memory: 439M
agpgart: AGP aperture is 128M @ 0xe0000000
ieee1394: Initialized config rom entry `ip1394'
ohci1394: $Rev: 1203 $ Ben Collins <bcollins@debian.org>
ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[11]  MMIO=[faffd800-faffdfff]  Max Packet=[2048]
usb 2-1: new low speed USB device using address 2
ieee1394: Host added: ID:BUS[0-00:1023]  GUID[354fc0000802ec61]
usbcore: registered new driver hiddev
drivers/usb/input/hid-core.c: ctrl urb status -32 received
input: USB HID v1.00 Mouse [0461:4d09] on usb-0000:00:1d.1-1
usbcore: registered new driver hid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver
PCI: Setting latency timer of device 0000:00:1f.5 to 64
ACPI: AC Adapter [AC] (on-line)
ACPI: Battery Slot [BAT0] (battery present)
ACPI: Battery Slot [BAT1] (battery absent)
ACPI: Lid Switch [LID]
ACPI: Power Button (CM) [PBTN]
ACPI: Sleep Button (CM) [SBTN]
ACPI: Processor [CPU0] (supports C1 C2 C3, 8 throttling states)
ACPI: Thermal Zone [THM] (38 C)
speedstep-centrino: found "Intel(R) Pentium(R) M processor 1400MHz": max frequency: 1400000kHz
intel8x0_measure_ac97_clock: measured 49492 usecs
intel8x0: clocking to 48000
parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE]
lp0: using parport0 (polling).
drivers/usb/serial/usb-serial.c: USB Serial support registered for Generic
usbcore: registered new driver usbserial
drivers/usb/serial/usb-serial.c: USB Serial Driver core v2.0
Non-volatile memory driver v1.2
hdc: ATAPI 24X DVD-ROM CD-R/RW CD-MRW drive, 2048kB Cache
Uniform CD-ROM driver Revision: 3.20
SCSI subsystem initialized
st: Version 20040318, fixed bufsize 32768, s/g segs 256
BIOS EDD facility v0.13 2004-Mar-09, 1 devices found
ndiswrapper: unsupported module, tainting kernel.
ndiswrapper version 0.8 loaded
ndiswrapper adding bcmwl5.sys
wlan0: ndiswrapper ethernet device 00:90:4b:62:83:67 using driver bcmwl5.sys
Losing too many ticks!
TSC cannot be used as a timesource.  <4>Possible reasons for this are:
  You're running with Speedstep,
  You don't have DMA enabled for your hard disk (see hdparm),
  Incorrect TSC synchronization on an SMP system (see dmesg).
Falling back to a sane timesource now.
b44: eth0: Link is up at 100 Mbps, full duplex.
b44: eth0: Flow control is on for TX and on for RX.
NETDEV WATCHDOG: eth0: transmit timed out
b44: eth0: transmit timed out, resetting
b44: eth0: Link is down.
b44: eth0: Link is up at 100 Mbps, full duplex.
b44: eth0: Flow control is on for TX and on for RX.
usb 2-1: USB disconnect, address 2
b44: eth0: Link is up at 100 Mbps, full duplex.
b44: eth0: Flow control is on for TX and on for RX.
NETDEV WATCHDOG: eth0: transmit timed out
b44: eth0: transmit timed out, resetting
b44: eth0: Link is down.
b44: eth0: Link is up at 100 Mbps, full duplex.
b44: eth0: Flow control is on for TX and on for RX.
b44: eth0: Link is up at 100 Mbps, full duplex.
b44: eth0: Flow control is on for TX and on for RX.
NETDEV WATCHDOG: eth0: transmit timed out
b44: eth0: transmit timed out, resetting
b44: eth0: Link is down.
b44: eth0: Link is up at 100 Mbps, full duplex.
b44: eth0: Flow control is on for TX and on for RX.
eth0 is me plugged into my router.

uhh i'm running out of ideas as to what info i can give everyone...
 
Old 10-19-2004, 03:28 AM   #8
darkleaf
Senior Member
 
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170

Rep: Reputation: 45
Has anyone who had trouble with iwconfig and setting the essid try to upgrade to a newer version of wireless-tools?
 
Old 10-19-2004, 03:31 AM   #9
darkleaf
Senior Member
 
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170

Rep: Reputation: 45
BTW I think your only problem is that you can't set the essid. You could try if it works if you turn of the essid but that's no solution. Try to upgrade wireless-tools and see if you can set your essid then.
 
Old 10-19-2004, 06:10 AM   #10
y0shi
Member
 
Registered: Oct 2004
Location: Boston, MA
Distribution: SUSE 9.1, Slackware 10.0
Posts: 95

Original Poster
Rep: Reputation: 15
hrmm.... i think YaST updated then but that was before the issue....i'll search for a more updated version before i reformat and **let you know if that works or not**

gonna install windows and slack today anyway.
 
Old 10-19-2004, 02:31 PM   #11
2Gnu
Senior Member
 
Registered: Jan 2002
Location: Southern California
Distribution: Slackware
Posts: 1,880

Rep: Reputation: 51
Don't know if this helps, but the XSupplicant HOWTO has been officially released. Some nice startup/shutdown scripts are included as well. I haven't been through the whole thing, but it's worth a read.

http://tldp.org/HOWTO/8021X-HOWTO/index.html
 
Old 10-23-2004, 09:51 AM   #12
sm1else
Member
 
Registered: Oct 2004
Distribution: At home: Ubuntu, Debian Sarge
Posts: 56

Rep: Reputation: 15
I had problems setting the ESSID on my old belkin wireless 54g (using linuxant driverloader), I never found a way to configure the ESSID using iwconfig, the best solution I found was to run yast, enter the driver settings screen for the card and then use the finish buttons to exit, as far as i could tell yast was doing another step before exiting but I never established what it was. I did however find that the presence of an eth0 on my system resulted in wlan0 failing to work at all. I had to uninstall my ethernet nic to get the wireless to work and then reinstall it when i wanted to get onto a wired network.

btw yacc was written by AT&T (if i remember rightly) and is not free software, however a free equivalent called bison exists (its on the SuSE cd's somewhere) and will set up a symlink so that yacc -> bison, likewise lex (which creates code that provides yacc's output code with input tokens to parse) was also written by AT&T but there is a free equivalent called flex.
 
Old 06-18-2007, 05:31 PM   #13
hoodedmanwithsythe
Member
 
Registered: Apr 2006
Location: West Midlands, UK
Distribution: mandriva, centos, debian
Posts: 91

Rep: Reputation: 15
y0shi
I am assuming that by your results you have done
Code:
modprobe ndiswrapper
next things I need to know is are you using dchp if so what client have you installed
and is this a Gui based installation that you are using if so which one.
if you are using dhcp and don't know what clients you have installed try this and show me the results note must be root to do this
Code:
ls $PATH | grep dh
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't install Xsupplicant ozymandias Linux - Networking 0 10-22-2005 12:56 PM
Xsupplicant help please Stundre Linux - Wireless Networking 1 04-15-2005 12:42 PM
xsupplicant help biojayc Linux - Software 0 04-11-2005 01:55 PM
xsupplicant biojayc Linux - Software 0 04-06-2005 03:46 PM
XSupplicant 1.0 2Gnu Linux - Wireless Networking 0 06-15-2004 12:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 12:04 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration