Wireless Network controller [0280]: RaLink RT3090 Wireless 802.11n 1T/1R PCIe [1814:3090] not working correctly on MSI Wind U230 in Ubuntu 9.10, but working correctly in Ubuntu 10.04 beta 2

Asked by David Alexander

I have a RaLink RT3090 Wireless 802.11n 1T/1R PCIe on my:

Netbook
MSI Wind U230
1.6GHz AMD Congo Neo X2 processor
ATI Radeon HD3200 graphics
Memory: 4GB
HD:320 GB
OS: Windows 7 Home Preamium 64 and Ubuntu 9.10 amd 64 Dule Boot on 3 partisions

I ran the fix I found here:
Step 1: Open Terminal from "Applications->Accessories->Terminal"
Step 2: Enter the following command to start editing the sources.list file in the gedit editor:
gksudo gedit /etc/apt/sources.list
Step 3: In the gedit editor, scroll down and add the following 2 lines to the end of the /etc/apt/sources.list file:
deb http://ppa.launchpad.net/markus-tisoft/rt3090/ubuntu karmic main
deb-src http://ppa.launchpad.net/markus-tisoft/rt3090/ubuntu karmic main
Step 4: Save the change to the sources.list file
Step 5: Enter the following commands to install the driver:
sudo aptitude update
sudo aptitude install rt3090-dkms
Step 6: Reboot and retest wireless

 Now it shows my wirless network after I fallowed the instructions for the fix but will not conect. and it works fine on Win 7.
when I ran the first comand "sudo aptitude update" it gave me an error: "GPG error: http://ppa.launchpad.net karmic Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY FF370EF786F4C28E "
Is there a way to fix this?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
David Alexander
Solved:
Last query:
Last reply:
Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#1

Hi,

Please first connect your network card to the wireless router using an ethernet cable (also known as a LAN cable).

In order to gather essential troubleshooting information about your wireless card, please follow this procedure:

Step 1: Open Terminal from "Applications->Accessories->Terminal"

Step 2: Please copy-paste the following command from the https://answers.launchpad.net/ubuntu website in Firefox into the Linux Terminal. Do NOT copy-paste from the Email message into the Terminal, as that will only copy PART of the command. The command STARTS with the word sudo and ENDS with the word restart. So please copy-paste the ENTIRE command below from Firefox into a Terminal, press <enter>, then enter password when sudo asks for password, then press enter again.

Tip: If you have a wheel mouse or 3 button mouse you do not need to type commands into the Terminal. Highlight the command written on the page. Move your cursor anywhere in the Terminal and press the wheel or middle button. Automatic Copy and paste! No spelling mistakes! No Typos! No other errors!

sudo lshw -C network; sudo iwlist scanning; cat /etc/network/interfaces; cat /etc/lsb-release; lspci -nn; lsusb; sudo lshw -short; uname -a; dmesg | grep ound; dmesg | grep b43; dmesg | grep wl; dmesg | grep witch; iwconfig; grep b43 /etc/modprobe.d/*; grep wl /etc/modprobe.d/*; sudo /etc/init.d/networking restart

Step 3: Please post results (copy/paste terminal output) on this thread. The troubleshooters here need to see the full Terminal output from running the above command.

Regards,

Mark

Revision history for this message
David Alexander (philosopher2003) said :
#2

Ok here is what I got:

dragonone@dragonone-laptop:~$ sudo lshw -C network; sudo iwlist scanning; cat /etc/network/interfaces; cat /etc/lsb-release; lspci -nn; lsusb; sudo lshw -short; uname -a; dmesg | grep ound; dmesg | grep b43; dmesg | grep wl; dmesg | grep witch; iwconfig; grep b43 /etc/modprobe.d/*; grep wl /etc/modprobe.d/*; sudo /etc/init.d/networking restart
[sudo] password for dragonone:
  *-network
       description: Wireless interface
       product: RT3090 Wireless 802.11n 1T/1R PCIe
       vendor: RaLink
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: ra0
       version: 00
       serial: 40:61:86:43:6d:61
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=RALINK WLAN driverversion=2.3.1.3 latency=0 multicast=yes wireless=Ralink STA
       resources: irq:16 memory:feaf0000-feafffff
  *-network
       description: Ethernet interface
       product: RTL8111/8168B PCI Express Gigabit Ethernet controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: eth0
       version: 03
       serial: 40:61:86:18:ba:68
       size: 100MB/s
       capacity: 1GB/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full ip=192.168.2.4 latency=0 link=yes multicast=yes port=MII speed=100MB/s
       resources: irq:28 ioport:e800(size=256) memory:fdfff000-fdffffff(prefetchable) memory:fdff8000-fdffbfff(prefetchable) memory:febe0000-febfffff(prefetchable)
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

ra0 Scan completed :
          Cell 01 - Address: 00:22:75:94:46:F1
                    Protocol:802.11b/g
                    ESSID:"DragonOne"
                    Mode:Managed
                    Frequency:2.437 GHz (Channel 6)
                    Quality:100/100 Signal level:-43 dBm Noise level:-92 dBm
                    Encryption key:on
                    Bit Rates:54 Mb/s
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : TKIP CCMP
                        Authentication Suites (1) : PSK
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                       Preauthentication Supported
                    IE: Unknown: DD0E0050F204104A0001101044000102

pan0 Interface doesn't support scanning.

auto lo
iface lo inet loopback

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=9.10
DISTRIB_CODENAME=karmic
DISTRIB_DESCRIPTION="Ubuntu 9.10"
00:00.0 Host bridge [0600]: Advanced Micro Devices [AMD] RS780 Host Bridge [1022:9600]
00:01.0 PCI bridge [0604]: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (int gfx) [1022:9602]
00:04.0 PCI bridge [0604]: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 0) [1022:9604]
00:05.0 PCI bridge [0604]: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 1) [1022:9605]
00:06.0 PCI bridge [0604]: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 2) [1022:9606]
00:11.0 SATA controller [0106]: ATI Technologies Inc SB700/SB800 SATA Controller [IDE mode] [1002:4390]
00:12.0 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller [1002:4397]
00:12.1 USB Controller [0c03]: ATI Technologies Inc SB700 USB OHCI1 Controller [1002:4398]
00:12.2 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB EHCI Controller [1002:4396]
00:13.0 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller [1002:4397]
00:13.1 USB Controller [0c03]: ATI Technologies Inc SB700 USB OHCI1 Controller [1002:4398]
00:13.2 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB EHCI Controller [1002:4396]
00:14.0 SMBus [0c05]: ATI Technologies Inc SBx00 SMBus Controller [1002:4385] (rev 3c)
00:14.1 IDE interface [0101]: ATI Technologies Inc SB700/SB800 IDE Controller [1002:439c]
00:14.2 Audio device [0403]: ATI Technologies Inc SBx00 Azalia (Intel HDA) [1002:4383]
00:14.3 ISA bridge [0601]: ATI Technologies Inc SB700/SB800 LPC host controller [1002:439d]
00:14.4 PCI bridge [0604]: ATI Technologies Inc SBx00 PCI to PCI Bridge [1002:4384]
00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration [1022:1100]
00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map [1022:1101]
00:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller [1022:1102]
00:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control [1022:1103]
01:05.0 VGA compatible controller [0300]: ATI Technologies Inc RS780M/RS780MN [Radeon HD 3200 Graphics] [1002:9612]
01:05.1 Audio device [0403]: ATI Technologies Inc RS780 Azalia controller [1002:960f]
02:00.0 Network controller [0280]: RaLink RT3090 Wireless 802.11n 1T/1R PCIe [1814:3090]
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 0db0:a97a Micro Star International Bluetooth EDR Device
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 5986:02c1 Acer, Inc
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
H/W path Device Class Description
=======================================================
                                system U230
/0 bus MS1243X
/0/0 memory 64KiB BIOS
/0/4 processor AMD Athlon(tm) Neo X2 Dual Core Proc
/0/4/5 memory 256KiB L1 cache
/0/4/6 memory 512KiB L2 cache
/0/25 memory 4GiB System Memory
/0/25/0 memory 2GiB DIMM DDR2 Synchronous 333 MHz (
/0/25/1 memory 2GiB DIMM DDR2 Synchronous 333 MHz (
/0/100 bridge RS780 Host Bridge
/0/100/1 bridge RS780 PCI to PCI bridge (int gfx)
/0/100/1/5 display RS780M/RS780MN [Radeon HD 3200 Graph
/0/100/1/5.1 multimedia RS780 Azalia controller
/0/100/4 bridge RS780 PCI to PCI bridge (PCIE port 0
/0/100/4/0 ra0 network RT3090 Wireless 802.11n 1T/1R PCIe
/0/100/5 bridge RS780 PCI to PCI bridge (PCIE port 1
/0/100/5/0 eth0 network RTL8111/8168B PCI Express Gigabit Et
/0/100/6 bridge RS780 PCI to PCI bridge (PCIE port 2
/0/100/11 scsi0 storage SB700/SB800 SATA Controller [IDE mod
/0/100/11/0.0.0 /dev/sda disk 320GB WDC WD3200BEVT-2
/0/100/11/0.0.0/1 /dev/sda1 volume 100MiB Windows NTFS volume
/0/100/11/0.0.0/2 /dev/sda2 volume 83GiB Windows NTFS volume
/0/100/11/0.0.0/3 /dev/sda3 volume 136GiB Windows NTFS volume
/0/100/11/0.0.0/4 /dev/sda4 volume 78GiB Extended partition
/0/100/11/0.0.0/4/5 /dev/sda5 volume 76GiB Linux filesystem partition
/0/100/11/0.0.0/4/6 /dev/sda6 volume 1866MiB Linux swap / Solaris partiti
/0/100/12 bus SB700/SB800 USB OHCI0 Controller
/0/100/12.1 bus SB700 USB OHCI1 Controller
/0/100/12.2 bus SB700/SB800 USB EHCI Controller
/0/100/13 bus SB700/SB800 USB OHCI0 Controller
/0/100/13.1 bus SB700 USB OHCI1 Controller
/0/100/13.2 bus SB700/SB800 USB EHCI Controller
/0/100/14 bus SBx00 SMBus Controller
/0/100/14.1 storage SB700/SB800 IDE Controller
/0/100/14.2 multimedia SBx00 Azalia (Intel HDA)
/0/100/14.3 bridge SB700/SB800 LPC host controller
/0/100/14.4 bridge SBx00 PCI to PCI Bridge
/0/101 bridge K8 [Athlon64/Opteron] HyperTransport
/0/102 bridge K8 [Athlon64/Opteron] Address Map
/0/103 bridge K8 [Athlon64/Opteron] DRAM Controlle
/0/104 bridge K8 [Athlon64/Opteron] Miscellaneous
Linux dragonone-laptop 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:05:01 UTC 2009 x86_64 GNU/Linux
[ 0.000000] AMI BIOS detected: BIOS may corrupt low RAM, working around it.
[ 0.000000] No NUMA configuration found
[ 0.000000] found SMP MP-table at [ffff8800000ff780] ff780
[ 0.000000] No AGP bridge found
[ 0.328203] ACPI: No dock devices found.
[ 0.454827] pnp: PnP ACPI: found 13 devices
[ 0.950179] hub 1-0:1.0: USB hub found
[ 0.970161] hub 2-0:1.0: USB hub found
[ 1.044161] hub 3-0:1.0: USB hub found
[ 1.114167] hub 4-0:1.0: USB hub found
[ 1.174160] hub 5-0:1.0: USB hub found
[ 1.234152] hub 6-0:1.0: USB hub found
[ 1.262248] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 1.264489] powernow-k8: Found 1 AMD Athlon(tm) Neo X2 Dual Core Processor L335 processors (2 cpu cores) (version 2.20.00)
[ 1.265103] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 6.492788] lp: driver loaded but no devices found
[ 7.036289] uvcvideo: Found UVC 1.00 device BisonCam, NB Pro (5986:02c1)
[ 24.736128] hda-intel: IRQ timing workaround is activated for card #1. Suggest a bigger bdl_pos_adj.
[ 0.010000] Switch to broadcast mode on CPU1
[ 0.290703] Switch to broadcast mode on CPU0
[ 0.300014] ACPI: EC: non-query interrupt received, switching to interrupt mode
[ 0.410031] Switched to high resolution mode on CPU 0
[ 0.410034] Switched to high resolution mode on CPU 1
[ 0.902224] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:18/PNP0C09:00/PNP0C0D:00/input/input1
[ 0.905514] ACPI: Lid Switch [LID0]
lo no wireless extensions.

eth0 no wireless extensions.

ra0 Ralink STA ESSID:"" Nickname:"RT2860STA"
          Mode:Auto Frequency=2.437 GHz Access Point: Not-Associated
          Bit Rate:1 Mb/s
          RTS thr:off Fragment thr:off
          Link Quality=70/100 Signal level:-43 dBm Noise level:-95 dBm
          Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
          Tx excessive retries:0 Invalid misc:0 Missed beacon:0

pan0 no wireless extensions.

/etc/modprobe.d/blacklist.conf:# replaced by b43 and ssb.
/etc/modprobe.d/blacklist-watchdog.conf:blacklist twl4030_wdt
 * Reconfiguring network interfaces... Ignoring unknown interface eth0=eth0.

Revision history for this message
David Alexander (philosopher2003) said :
#3

WOW That is redicoulisly cool! I so need to learn the coding part of lynix.

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#4

Hi,

According to the output you sent us, your wireless card seems to be working fine and has detected 1 wireless access point

If you are unable to "see" (and connect to) your wireless access point by choosing "edit connections" in the Networkmanager icon in the top right corner of your Ubuntu desktop, then I suggest this alternative:

First connect your network card to the wireless router using a LAN cable.

Then please follow this procedure:

Step 1: Open Terminal from "Applications->Accessories->
Terminal"

Step 2: Run the following commands (copy-paste each line below to the Terminal then hit <enter> after each line)

sudo aptitude update
sudo aptitude install wicd

Step 3: Please post results (copy/paste terminal output from each command) on this thread

Step 4: Enable SSID broadcasting on the router and temporarily disable all security (deactivate WEP and WPA(2) encryption) on the wireless router

Step 5: Make sure to call the wireless interface

ra0

inside the wicd configuration panel.

You can read more about wicd here: http://en.wikipedia.org/wiki/Wicd_(Linux_Network_Manager)

Step 6: Try to connect to your wireless network using wicd.

Regards,

Mark

Revision history for this message
David Alexander (philosopher2003) said :
#5

Ok sorry it took so long to get back to this problem. I have gotten a bit too busy.

Command one:
dragonone@dragonone-laptop:~$ sudo aptitude update
[sudo] password for dragonone:
Get:1 http://ppa.launchpad.net karmic Release.gpg [307B]
Ign http://ppa.launchpad.net karmic/main Translation-en_US
Hit http://security.ubuntu.com karmic-security Release.gpg
Ign http://security.ubuntu.com karmic-security/main Translation-en_US
Ign http://security.ubuntu.com karmic-security/restricted Translation-en_US
Ign http://security.ubuntu.com karmic-security/universe Translation-en_US
Ign http://security.ubuntu.com karmic-security/multiverse Translation-en_US
Hit http://security.ubuntu.com karmic-security Release
Get:2 http://ppa.launchpad.net karmic Release [66.0kB]
Ign http://ppa.launchpad.net karmic Release
Hit http://security.ubuntu.com karmic-security/main Packages
Hit http://ppa.launchpad.net karmic/main Packages
Hit http://security.ubuntu.com karmic-security/restricted Packages
Hit http://security.ubuntu.com karmic-security/main Sources
Hit http://security.ubuntu.com karmic-security/restricted Sources
Hit http://security.ubuntu.com karmic-security/universe Packages
Hit http://ppa.launchpad.net karmic/main Sources
Hit http://security.ubuntu.com karmic-security/universe Sources
Hit http://security.ubuntu.com karmic-security/multiverse Packages
Hit http://security.ubuntu.com karmic-security/multiverse Sources
Hit http://us.archive.ubuntu.com karmic Release.gpg
Ign http://us.archive.ubuntu.com karmic/main Translation-en_US
Ign http://us.archive.ubuntu.com karmic/restricted Translation-en_US
Ign http://us.archive.ubuntu.com karmic/universe Translation-en_US
Ign http://us.archive.ubuntu.com karmic/multiverse Translation-en_US
Get:3 http://us.archive.ubuntu.com karmic-updates Release.gpg [189B]
Ign http://us.archive.ubuntu.com karmic-updates/main Translation-en_US
Ign http://us.archive.ubuntu.com karmic-updates/restricted Translation-en_US
Ign http://us.archive.ubuntu.com karmic-updates/universe Translation-en_US
Ign http://us.archive.ubuntu.com karmic-updates/multiverse Translation-en_US
Hit http://us.archive.ubuntu.com karmic Release
Get:4 http://us.archive.ubuntu.com karmic-updates Release [44.1kB]
Hit http://us.archive.ubuntu.com karmic/main Packages
Hit http://us.archive.ubuntu.com karmic/restricted Packages
Hit http://us.archive.ubuntu.com karmic/main Sources
Hit http://us.archive.ubuntu.com karmic/restricted Sources
Hit http://us.archive.ubuntu.com karmic/universe Packages
Hit http://us.archive.ubuntu.com karmic/universe Sources
Hit http://us.archive.ubuntu.com karmic/multiverse Packages
Hit http://us.archive.ubuntu.com karmic/multiverse Sources
Get:5 http://us.archive.ubuntu.com karmic-updates/main Packages [190kB]
Get:6 http://us.archive.ubuntu.com karmic-updates/restricted Packages [14B]
Get:7 http://us.archive.ubuntu.com karmic-updates/main Sources [57.7kB]
Get:8 http://us.archive.ubuntu.com karmic-updates/restricted Sources [14B]
Get:9 http://us.archive.ubuntu.com karmic-updates/universe Packages [117kB]
Get:10 http://us.archive.ubuntu.com karmic-updates/universe Sources [29.6kB]
Get:11 http://us.archive.ubuntu.com karmic-updates/multiverse Packages [7,259B]
Get:12 http://us.archive.ubuntu.com karmic-updates/multiverse Sources [4,036B]
Fetched 450kB in 7s (56.4kB/s)
Reading package lists... Done
W: GPG error: http://ppa.launchpad.net karmic Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY FF370EF786F4C28E

Command Two:

dragonone@dragonone-laptop:~$ sudo aptitude install wicd
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
The following packages are BROKEN:
  network-manager-gnome
The following NEW packages will be installed:
  python-urwid{a} wicd
The following packages will be REMOVED:
  network-manager{a}
0 packages upgraded, 2 newly installed, 1 to remove and 241 not upgraded.
Need to get 595kB of archives. After unpacking 987kB will be used.
The following packages have unmet dependencies:
  network-manager-gnome: Depends: network-manager (>= 0.8~a~git.20090831t055002) but it is not installable
The following actions will resolve these dependencies:

Remove the following packages:
network-manager-gnome

Leave the following dependencies unresolved:
ubuntu-desktop recommends network-manager-gnome
Score is -81

Accept this solution? [Y/n/q/?] y
The following NEW packages will be installed:
  python-urwid{a} wicd
The following packages will be REMOVED:
  network-manager{a} network-manager-gnome{a}
0 packages upgraded, 2 newly installed, 2 to remove and 241 not upgraded.
Need to get 595kB of archives. After unpacking 3,928kB will be freed.
Do you want to continue? [Y/n/?] y
Writing extended state information... Done
Get:1 http://us.archive.ubuntu.com karmic/universe python-urwid 0.9.8.4-1 [169kB]
Get:2 http://us.archive.ubuntu.com karmic/universe wicd 1.6.1-3ubuntu1 [425kB]
Fetched 595kB in 2s (240kB/s)
Preconfiguring packages ...
(Reading database ... 113679 files and directories currently installed.)
Removing network-manager-gnome ...
Removing network-manager ...
network-manager stop/waiting
Processing triggers for desktop-file-utils ...
Processing triggers for hicolor-icon-theme ...
Processing triggers for man-db ...
Processing triggers for sreadahead ...
sreadahead will be reprofiled on next reboot
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Selecting previously deselected package python-urwid.
(Reading database ... 113547 files and directories currently installed.)
Unpacking python-urwid (from .../python-urwid_0.9.8.4-1_amd64.deb) ...
Selecting previously deselected package wicd.
Unpacking wicd (from .../wicd_1.6.1-3ubuntu1_all.deb) ...
Processing triggers for desktop-file-utils ...
Processing triggers for hicolor-icon-theme ...
Processing triggers for man-db ...
Processing triggers for sreadahead ...
Setting up python-urwid (0.9.8.4-1) ...

Setting up wicd (1.6.1-3ubuntu1) ...
 * Starting Network connection manager wicd [ OK ]

Processing triggers for python-support ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done

Revision history for this message
David Alexander (philosopher2003) said :
#6

Ok I did just as you asked and it locked the the computer up good! I even went in and reset the whole router to factory default thinking may be it was another setting. Locked up again connecting to wireless with etho plugged in and with out. Every time I need to hard reboot pc. It locks up when it says "pulling interface down..." on the bottom of the Wicd network Manager.

Revision history for this message
David Alexander (philosopher2003) said :
#7

new devlopment:

Now when I start up I get errors.

#1 Could not connect to wicd's D-Bus interface check the wicd log for error messages.

#2 The wicd daemon has shut down. The UI will not function properly untill it is restarted.

I try to restart the app and it will not restart unless I restart system and I get the same errors.

Revision history for this message
David Alexander (philosopher2003) said :
#8

new devlopment:

Now when I start up I get errors.

#1 Could not connect to wicd's D-Bus interface check the wicd log for error messages.

#2 The wicd daemon has shut down. The UI will not function properly untill it is restarted.

I try to restart the app and it will not restart unless I restart system and I get the same errors.

Revision history for this message
David Alexander (philosopher2003) said :
#9

Ok I needed to give you an up date. I desided to Formate that partision on the drive and reinstall everthing starting over from scratch thinking it was something I did.

Results are simmuler I am not getting the errors, however, it still locks up when wep security is not inabled. when I enable it it just times out unable to ubtain an IP address. I though this my be of importance.

Revision history for this message
David Alexander (philosopher2003) said :
#10

OK I got it fixed! Well sorta! I installed 10.04 LTS and did the install for the wireless driver and it is working now. I hope it stays that way. Thanks for all your help. I have to say the support I get here is far better then I would with Microsoft.