[Bug 68196] Re: IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.

2007-09-21 Thread Launchpad Janitor
*** This bug is a duplicate of bug 63989 ***
https://bugs.launchpad.net/bugs/63989

[Expired for linux-source-2.6.17 (Ubuntu) because there has been no
activity for 60 days.]

-- 
IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.
https://bugs.launchpad.net/bugs/68196
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 68196] Re: IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.

2007-02-28 Thread Niels Larsen
Yes, there is now connection. Only two little questions:

1. The interface is eth1 - shouldnt it be wlan0, as iwconfig lists it
when there is no wireless? also, the icon in the top menubar in Gnome
is not a wireless icon, and now that I am connected its tooltip says
No network connection. The other net icon says Network connection: lo

2. The default roaming mode located my net ok. But when I switched off
roaming mode and entered the WEP key (ascii) then it could not connect.
Then I switched off roaming and entered again, then success. Below is
what I got with your two last commands.

So .. nearly ok.

My list of post-install-things-to-do is getting shorter: the fonts
are smoother but still a poor selection of monospace fonts, all of
which are much better on black-on-white than white-on-black. And
too many fonts all in a long long list, good and bad together. Same
with file color schemes: they have to be adjusted according to the
window background. I always have to make directories blue background
and white foreground because I use white-on-black, for example. I,
and my fellow workers, spend all our time in Emacs, but Ubuntu does
not have a decent Emacs-setup (with harmonic subdued colors for the
most popular modes and fonts loaded) whereas for example Mandrivadrake
has. Then a question i often get is whats the difference between
[OK] button and [close] button - are the settings saved with [close]?
The prompt (which I prefer as '(\h) \w ') cannot be set under profile
it seems. Ok, i shouldnt write all this here.

Thanks for helping.

Niels L

[EMAIL PROTECTED]:~$ sudo iwconfig eth1 essid Lucas_Kirkeplads_8
[EMAIL PROTECTED]:~$ sudo dhclient eth1
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

Listening on LPF/eth1/00:20:e0:8f:e7:60
Sending on   LPF/eth1/00:20:e0:8f:e7:60
Sending on   Socket/fallback
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 12
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 11
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
[EMAIL PROTECTED]:~$



 Great! now it sounds like you've got the driver working. At this point
 you should be able to do

 $ sudo iwconfig eth1 essid my network id
 $ sudo dhclient eth1

 After which, you should have wireless working.

 --
 IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.
 https://launchpad.net/bugs/68196



-- 
IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.
https://launchpad.net/bugs/68196

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68196] Re: IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.

2007-02-28 Thread Michael R. Head
*** This bug is a duplicate of bug 63989 ***

Marking this as a dupe now (since the sudo modprobe worked).

RE: wlan0 vs. eth1, this is up to the author of the driver, I guess,
which name they want the driver to present. orinoco_pci likes to make it
eth1. You can change this by editing /etc/iftab and putting your
wireless card's MAC address in there alongside wlan0.

Please file the WEP problem in a new report so it can be dealt with
separately.

** This bug has been marked a duplicate of bug 63989
   Orinoco_pci affected by re-enabled prism2 drivers

-- 
IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.
https://launchpad.net/bugs/68196

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 68196] Re: IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.

2007-02-27 Thread Niels Larsen
The output of those commands are below. And I still get

[EMAIL PROTECTED]:~$ dmesg |grep -i prism
[   96.688000] prism2pci_init: prism2_pci.o: 0.2.5 Loaded
[   96.688000] A Prism2.5 PCI device found, phymem:0xf800, irq:11,
mem:0xe0af8000
[  350.716000] eth1: Station name Prism  I
[EMAIL PROTECTED]:~$

as I should, because with live CD no changes get saved (right?).

Hope this helps spot the trouble, but I will do anything you
need short of overwriting the working system.

Niels


[EMAIL PROTECTED]:~$ sudo iwconfig
lono wireless extensions.

eth0  no wireless extensions.

irda0 no wireless extensions.

wlan0 no wireless extensions.

[EMAIL PROTECTED]:~$ sudo modprobe -r prism2_pci
[EMAIL PROTECTED]:~$ sudo modprobe -r orinoco_pci
[EMAIL PROTECTED]:~$ sudo modprobe -r hostap_pci
[EMAIL PROTECTED]:~$ sudo modprobe orinoco_pci
[EMAIL PROTECTED]:~$ sudo iwconfig
lono wireless extensions.

eth0  no wireless extensions.

irda0 no wireless extensions.

eth1  IEEE 802.11b  ESSID:  Nickname:Prism  I
  Mode:Managed  Frequency:2.412 GHz  Access Point: None
  Bit Rate:2 Mb/s   Sensitivity:1/3
  Retry limit:8   RTS thr:off   Fragment thr:off
  Encryption key:off
  Power Management:off
  Link Quality=0/92  Signal level=-68 dBm  Noise level=-122 dBm
  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  Tx excessive retries:0  Invalid misc:0   Missed beacon:0

[EMAIL PROTECTED]:~$




 I don't know why dmesg wouldn't return useful information when run from
 a live CD, but it does sound like the prism2_pci driver is loading. I
 get the same on my Thinkpad T30:

 [EMAIL PROTECTED]:~$ dmesg |grep -i prism
 [   34.828000] prism2pci_init: prism2_pci.o: 0.2.5 Loaded
 [   35.12] A Prism2.5 PCI device found, phymem:0xf800, irq:6,
 mem:0xf0a88000
 [  205.004000] eth1: Station name Prism  I

 But then that seems to conflict with your lspci command. I'm a little
 confused. So try this:

 Boot with the feisty CD:
 $ sudo iwconfig
 (see if there are any wireless devices available)
 $ sudo modprobe -r prism2_pci
 $ sudo modprobe -r orinoco_pci
 $ sudo modprobe -r hostap_pci
 $ sudo modprobe orinoco_pci
 $ sudo iwconfig
 (see if there are any wireless devices available at this point)

 I know you've probably been through this before, but I haven't been able
 to tell from what's been recorded in this report so far.

 thanks,
 mike

 --
 IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.
 https://launchpad.net/bugs/68196



-- 
IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.
https://launchpad.net/bugs/68196

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68196] Re: IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.

2007-02-27 Thread Michael R. Head
Great! now it sounds like you've got the driver working. At this point
you should be able to do

$ sudo iwconfig eth1 essid my network id
$ sudo dhclient eth1

After which, you should have wireless working.

-- 
IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.
https://launchpad.net/bugs/68196

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68196] Re: IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.

2007-02-27 Thread Michael R. Head
Oh, BTW, I've noticed that the Thinkpad hardware may need a cold boot to
operate properly. I'm not sure why this is, but sometimes if I just
reboot (via System/Quit.../Reboot), the wireless can't connect, so I
have to actually shut down and press the power button to start it up
again.

-- 
IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.
https://launchpad.net/bugs/68196

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68196] Re: IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.

2007-02-26 Thread Andrew Ash
Does the described fix there work for you in Edgy or Feisty?

-- 
IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.
https://launchpad.net/bugs/68196

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 68196] Re: IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.

2007-02-26 Thread Niels Larsen
I booted with the 7.04 herd 4 live cd, and did the two things described
in the fix. In both cases the wireless icon now shows in the network
settings graphical tool (Gnome control center) - in 6.10 there were
wired icons for both - but there are still two wired network icons in
the desktop menu bar. When switching on and off the wireless
network the tooltip message says you are now connected to wired network
(or something to that effect). The output from /etc/init.d/networking
restart is below. I did log out of Gnome and then back in, but no
difference. I did not try 6.10. I clicked through the (good) hardware
check interface, but seems there were no wireless check: it just made
three green fly-legs under the network test. I can be reached at
niels_larsen_denmark in skype if you need. I submitted a report with
your hardware tool earlier.

Niels


[EMAIL PROTECTED]:/etc/init.d# networking restart
-su: networking: command not found
[EMAIL PROTECTED]:/etc/init.d# ./networking restart
 * Reconfiguring network interfaces...
 There is already a pid file /var/run/dhclient.eth0.pid with pid 9841
killed old client process, removed PID file
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

Listening on LPF/eth0/00:02:8a:a5:3b:69
Sending on   LPF/eth0/00:02:8a:a5:3b:69
Sending on   Socket/fallback
DHCPRELEASE on eth0 to 192.38.37.3 port 67
RTNETLINK answers: No such process
There is already a pid file /var/run/dhclient.eth1.pid with pid 8692
killed old client process, removed PID file
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

Listening on LPF/eth1/00:20:e0:8f:e7:60
Sending on   LPF/eth1/00:20:e0:8f:e7:60
Sending on   Socket/fallback
There is already a pid file /var/run/dhclient.eth0.pid with pid 134993416
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

Listening on LPF/eth0/00:02:8a:a5:3b:69
Sending on   LPF/eth0/00:02:8a:a5:3b:69
Sending on   Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
DHCPOFFER from 192.38.37.3
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 192.38.37.3
bound to 192.38.37.71 -- renewal in 11789 seconds.
There is already a pid file /var/run/dhclient.eth1.pid with pid 134993416
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

Listening on LPF/eth1/00:20:e0:8f:e7:60
Sending on   LPF/eth1/00:20:e0:8f:e7:60
Sending on   Socket/fallback
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 15
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 8
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
eth2: ERROR while getting interface flags: No such device
There is already a pid file /var/run/dhclient.eth2.pid with pid 134993416
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

SIOCSIFADDR: No such device
eth2: ERROR while getting interface flags: No such device
eth2: ERROR while getting interface flags: No such device
Bind socket to interface: No such device
Failed to bring up eth2.
ath0: ERROR while getting interface flags: No such device
There is already a pid file /var/run/dhclient.ath0.pid with pid 134993416
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

SIOCSIFADDR: No such device
ath0: ERROR while getting interface flags: No such device
ath0: ERROR while getting interface flags: No such device
Bind socket to interface: No such device
Failed to bring up ath0.
wlan0: ERROR while getting interface flags: No such device
There is already a pid file /var/run/dhclient.wlan0.pid with pid 134993416
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

SIOCSIFADDR: No such device
wlan0: ERROR while getting interface flags: No such device
wlan0: ERROR while getting interface flags: No such device
Bind socket to interface: No such device
Failed to bring up wlan0.



 Does the described fix there work for you in Edgy or Feisty?

 --
 IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.
 https://launchpad.net/bugs/68196



-- 
IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.
https://launchpad.net/bugs/68196

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com

[Bug 68196] Re: IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.

2007-02-26 Thread Andrew Ash
*** This bug is a duplicate of bug 63989 ***

It looks like this is a dup of bug 63989 then, if the fix supplied there
works.  Please visit its bug page at https://launchpad.net/bugs/63989
and attach the requested information there.  Thanks

** This bug has been marked a duplicate of bug 63989
   Orinoco_pci affected by re-enabled prism2 drivers

-- 
IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.
https://launchpad.net/bugs/68196

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 68196] Re: IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.

2007-02-26 Thread Niels Larsen
*** This bug is a duplicate of bug 63989 ***

 It looks like this is a dup of bug 63989 then, if the fix supplied there
 works.  Please visit its bug page at https://launchpad.net/bugs/63989
 and attach the requested information there.  Thanks

I dont understand your message: as I wrote, perhaps unclearly, the
described fix does not work. And what is the requested information.

Niels

-- 
IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.
https://launchpad.net/bugs/68196

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68196] Re: IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.

2007-02-26 Thread Michael R. Head
What do you get when you do this:

$ dmesg | grep -i prism

Specifically, I'm trying to uncover what driver is controlling your
hardware.

-- 
IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.
https://launchpad.net/bugs/68196

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68196] Re: IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.

2007-02-26 Thread Andrew Ash
** This bug is no longer a duplicate of bug 63989
   Orinoco_pci affected by re-enabled prism2 drivers

-- 
IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.
https://launchpad.net/bugs/68196

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 68196] Re: IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.

2007-02-26 Thread Niels Larsen
That command returns

[EMAIL PROTECTED]:/etc/init.d# dmesg | grep -i prism
[   97.856000] prism2pci_init: prism2_pci.o: 0.2.5 Loaded
[   97.94] A Prism2.5 PCI device found, phymem:0xf800, irq:11,
mem:0xe0ada000
[  678.676000] eth1: Station name Prism  I
r


 What do you get when you do this:

 $ dmesg | grep -i prism

 Specifically, I'm trying to uncover what driver is controlling your
 hardware.

 --
 IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.
 https://launchpad.net/bugs/68196



-- 
IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.
https://launchpad.net/bugs/68196

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 68196] Re: IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.

2007-02-26 Thread Niels Larsen
I may have confused you: as i wrote i use a 7.04 herd 4 live cd (i dont
wish to overwrite 6.06 where the wireless works). So dmesg wont show the
right answer, I think .. but below is the output of lsmod. And when I
say wireless doesnt work it means that it says connected to wired
network. I am nowhere near a wireless network to try.

[EMAIL PROTECTED]:/etc/init.d# lsmod
Module  Size  Used by
orinoco_pci 8064  0
orinoco43028  1 orinoco_pci
hermes  8448  2 orinoco_pci,orinoco
binfmt_misc12808  1
rfcomm 40856  0
l2cap  25728  5 rfcomm
bluetooth  55268  4 rfcomm,l2cap
nvram   9992  1
uinput 10240  1
radeon124704  2
drm80788  3 radeon
ppdev  10116  0
lp 12452  0
speedstep_ich   6288  0
speedstep_lib   6148  1 speedstep_ich
cpufreq_userspace   5408  0
cpufreq_stats   7360  0
cpufreq_powersave   2688  0
cpufreq_ondemand9228  1
freq_table  5792  3 speedstep_ich,cpufreq_stats,cpufreq_ondemand
cpufreq_conservative 8200  0
video  16388  0
sbs15652  0
ibm_acpi   31512  0
i2c_ec  5888  1 sbs
i2c_core   22784  1 i2c_ec
dock   10256  0
container   5248  0
button  8720  0
battery10756  0
asus_acpi  17308  0
backlight   7040  2 ibm_acpi,asus_acpi
ac  6020  0
fuse   46612  1
ipv6  261920  8
snd_intel8x0   34076  1
snd_ac97_codec 95008  1 snd_intel8x0
ac97_bus3200  1 snd_ac97_codec
snd_pcm_oss44544  0
snd_mixer_oss  17408  1 snd_pcm_oss
snd_pcm79876  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_seq_dummy   4740  0
snd_seq_oss32896  0
pcmcia 39212  0
ieee80211_crypt 7040  0
snd_seq_midi9600  0
snd_rawmidi25472  1 snd_seq_midi
snd_seq_midi_event  8448  2 snd_seq_oss,snd_seq_midi
snd_seq52592  6
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer  23684  2 snd_pcm,snd_seq
snd_seq_device  9100  5
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
yenta_socket   27532  2
rsrc_nonstatic 14080  1 yenta_socket
snd54020  12
snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
p80211 31884  0
pcmcia_core40852  3 pcmcia,yenta_socket,rsrc_nonstatic
iTCO_wdt   11812  0
soundcore   8672  1 snd
psmouse38792  0
pcspkr  4224  0
irtty_sir   9600  0
sir_dev17156  1 irtty_sir
snd_page_alloc 10888  2 snd_intel8x0,snd_pcm
iTCO_vendor_support 4868  1 iTCO_wdt
parport_pc 36388  1
parport36936  3 ppdev,lp,parport_pc
nsc_ircc   24208  0
irda  201276  3 irtty_sir,sir_dev,nsc_ircc
crc_ccitt   3072  1 irda
floppy 59428  0
af_packet  23816  6
serio_raw   7940  0
shpchp 34324  0
pci_hotplug32576  1 shpchp
intel_agp  24988  1
agpgart33480  2 drm,intel_agp
evdev  11008  4
tsdev   8768  0
squashfs   46340  1
loop   17800  2
unionfs74148  1
nls_cp437   6784  1
isofs  36284  1
ext3  133128  0
jbd59816  1 ext3
mbcache 9604  1 ext3
ide_cd 32672  1
cdrom  37664  1 ide_cd
ide_disk   17024  0
ata_piix   16132  0
ata_generic 8708  0
libata117912  2 ata_piix,ata_generic
scsi_mod  142348  1 libata
usbhid 26464  0
hid27392  1 usbhid
piix   11268  0 [permanent]
e100   36232  0
mii 6528  1 e100
ohci1394   36528  0
ieee1394  298680  1 ohci1394
generic 6148  0 [permanent]
uhci_hcd   25228  0
usbcore   134152  3 usbhid,uhci_hcd
thermal14728  0
processor  31048  1 thermal
fan 5636  0
fbcon  42656  0
tileblit3584  1 fbcon
font9216  1 fbcon
bitblit 6912  1 fbcon
softcursor  3200  1 bitblit
vesafb  9220  0
capability  5896  0
commoncap   8192  1 capability
[EMAIL PROTECTED]:/etc/init.d#



 What do you get when you do this:

 $ dmesg | grep -i prism

 

[Bug 68196] Re: IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.

2007-02-26 Thread Michael R. Head
I don't know why dmesg wouldn't return useful information when run from
a live CD, but it does sound like the prism2_pci driver is loading. I
get the same on my Thinkpad T30:

[EMAIL PROTECTED]:~$ dmesg |grep -i prism
[   34.828000] prism2pci_init: prism2_pci.o: 0.2.5 Loaded
[   35.12] A Prism2.5 PCI device found, phymem:0xf800, irq:6, 
mem:0xf0a88000
[  205.004000] eth1: Station name Prism  I

But then that seems to conflict with your lspci command. I'm a little
confused. So try this:

Boot with the feisty CD:
$ sudo iwconfig 
(see if there are any wireless devices available)
$ sudo modprobe -r prism2_pci
$ sudo modprobe -r orinoco_pci
$ sudo modprobe -r hostap_pci
$ sudo modprobe orinoco_pci
$ sudo iwconfig
(see if there are any wireless devices available at this point)

I know you've probably been through this before, but I haven't been able
to tell from what's been recorded in this report so far.

thanks,
mike

-- 
IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.
https://launchpad.net/bugs/68196

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 68196] Re: IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.

2007-02-24 Thread Niels Larsen
Hi .. yes looks same. It works in 6.06 (which I downgraded to),
but same problem on the 7.04 herd 4 live CD.

Niels

Andrew Ash wrote:
 Sorry for the delay, I thought you were actively testing the 6.06 live
 CD.
 
 Check bug 63989, I think this  bug may be a duplicate of that.  It
 appears that the kernel is using the wrong module for the wireless card,
 prism2 instead of orinoco.
 
 For the quick solution check:
 https://launchpad.net/distros/ubuntu/+source/linux-source-2.6.17/+bug/63989/comments/9
 
 If that fixes the problem in Edgy, let us know.  Thanks for taking the
 time to provide this information and work with us to try to get this
 resolved.
 

-- 


Niels Larsen
Danish Genome Institute
Gustav Wieds vej 10 C
DK-8000 Aarhus C
Denmark

Electronic mail: [EMAIL PROTECTED]
Skype: niels_larsen_denmark

Telephone: +45-8942-2710
Telefax: +45-8620-1222



-- 
IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.
https://launchpad.net/bugs/68196

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68196] Re: IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.

2006-12-11 Thread Niels Larsen
Its been a month since I sent the last of the information requested, yet it 
still has
status needs info ? I am back to 6.06. I am hoping that in the future you 
will give
more attention to things that stop working. My canon camera is recognized on 
6.06
but not on 6.10, but I cant tell you more since I had to downgrade.

-- 
IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.
https://launchpad.net/bugs/68196

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68196] Re: IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.

2006-12-11 Thread Andrew Ash
Sorry for the delay, I thought you were actively testing the 6.06 live
CD.

Check bug 63989, I think this  bug may be a duplicate of that.  It
appears that the kernel is using the wrong module for the wireless card,
prism2 instead of orinoco.

For the quick solution check:
https://launchpad.net/distros/ubuntu/+source/linux-source-2.6.17/+bug/63989/comments/9

If that fixes the problem in Edgy, let us know.  Thanks for taking the
time to provide this information and work with us to try to get this
resolved.

-- 
IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.
https://launchpad.net/bugs/68196

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68196] Re: IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.

2006-11-11 Thread Andrew Ash
 Can you please provide the output of `ifconfig` and `iwconfig`?  Thanks

** Changed in: Ubuntu
Sourcepackagename: None = linux-source-2.6.17

** Changed in: linux-source-2.6.17 (Ubuntu)
   Status: Unconfirmed = Needs Info

-- 
IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.
https://launchpad.net/bugs/68196

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 68196] Re: IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.

2006-11-11 Thread Niels Larsen

ifconfig:

eth0  Link encap:Ethernet  HWaddr 00:02:8A:A5:3B:69
  inet addr:10.14.33.122  Bcast:10.14.255.255  Mask:255.255.192.0
  inet6 addr: fe80::202:8aff:fea5:3b69/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:485 errors:0 dropped:0 overruns:0 frame:0
  TX packets:42 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:79284 (77.4 KiB)  TX bytes:3987 (3.8 KiB)

loLink encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:2 errors:0 dropped:0 overruns:0 frame:0
  TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:100 (100.0 b)  TX bytes:100 (100.0 b)

iwconfig:

lono wireless extensions.

wlan0 no wireless extensions.

irda0 no wireless extensions.

eth0  no wireless extensions.

sit0  no wireless extensions.

(many thanks for getting to it)


  Can you please provide the output of `ifconfig` and `iwconfig`?  Thanks

 ** Changed in: Ubuntu
 Sourcepackagename: None = linux-source-2.6.17

 ** Changed in: linux-source-2.6.17 (Ubuntu)
Status: Unconfirmed = Needs Info

 --
 IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.
 https://launchpad.net/bugs/68196



-- 
IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.
https://launchpad.net/bugs/68196

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68196] Re: IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.

2006-11-11 Thread Andrew Ash
If possible, could you please check and see if this works on a livecd
environment of Ubuntu?  Thanks.

-- 
IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.
https://launchpad.net/bugs/68196

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68196] Re: IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.

2006-11-11 Thread Niels Larsen
Same with live-cd. But I kind of made a mistake in the first post: there is no 
wireless
icon, but there are two ethernet icons (that look like en electronics printed 
circuits)
and one of them has (wlan0) to its right.

-- 
IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.
https://launchpad.net/bugs/68196

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68196] Re: IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.

2006-11-11 Thread Andrew Ash
The output of iwconfig shows no wireless extensions for any of the
interfaces on the laptop.  This means that somewhere your wireless card
isn't being detected as being wireless, and is why it shows up as an
ethernet icon in the networking manager.

-- 
IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.
https://launchpad.net/bugs/68196

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 68196] Re: IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.

2006-11-11 Thread Niels Larsen
Yes .. I could make a 6.06 live CD (if it exists) just to verify
that detects as wireless, or any other information you need.

Andrew Ash wrote:
 The output of iwconfig shows no wireless extensions for any of the
 interfaces on the laptop.  This means that somewhere your wireless card
 isn't being detected as being wireless, and is why it shows up as an
 ethernet icon in the networking manager.


-- 
IBM thinkpad A31p: wireless ok in 6.06, not in 6.10.
https://launchpad.net/bugs/68196

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs