** Changed in: linux (Ubuntu)
Status: Invalid => Fix Released
--
Unable to connect to Internet - "link is not ready"
https://bugs.launchpad.net/bugs/63664
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing lis
Marking as invalid - I am unable to re-test this myself but stek79's
report suggest that this issue is solved.
** Changed in: linux (Ubuntu)
Status: Incomplete => Invalid
--
Unable to connect to Internet - "link is not ready"
https://bugs.launchpad.net/bugs/63664
You received this bug not
The 18 month support period for Edgy Eft 6.10 has reached it's end of
life. As a result, we are closing the linux-source-2.6.17 Edgy Eft
kernel task.
Hardy Heron 8.04 was recently released. It would be helpful if you
could test the new release and verify if this is still an issue -
http://www.ub
An update guys.
I recently upgraded my father notebook to Hardy. Both me and him connect
through USB wireless dongles which have zd1211 chipset.
I can say that his computer is ok: there aren't any "link is not ready"
issues.
In my case, I've found that my USB dongles sometimes goes offline,
perh
Update:
With the latest Hardy updates (just finished now to install them), the
problem is partially solved - i.e. I'm in the same situation as Gutsy.
I mean that now I can access the Net.
The problem still remains if I unplug the USB dongle and then plug it in
again: in this case, I get the 'lin
Hi, is there any activity regarding this bug?
BTW, with the latest hardy updates I have to launch the ifdown & ifup
manually every time!
I repeat that I'm willing to help, if you have any idea!!!
Thanks
--
Unable to connect to Internet - "link is not ready"
https://bugs.launchpad.net/bugs/6366
Hi,
I have to add that the same problem exists with my laptop, that I use
with another USB wireless card (3Com) which has the same chipset.
--
Unable to connect to Internet - "link is not ready"
https://bugs.launchpad.net/bugs/63664
You received this bug notification because you are a memb
Hi,
I have the same problem. In particular, this is what I've seen.
If I turn on my wireless router and then boot my PC, all is fine: my
wireless card (USB ACER with zd1211 chipset) get the signal, the NM
applet shows a nice green bar and I can surf the Internet.
The problem occurs if, for e
This now works for me using Ubuntu 8.04
--
Unable to connect to Internet - "link is not ready"
https://bugs.launchpad.net/bugs/63664
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.c
My main problem here is that the "Network Settings" application will
only allow WEP and not WPA or WPA2 encription
--
Unable to connect to Internet - "link is not ready"
https://bugs.launchpad.net/bugs/63664
You received this bug notification because you are a member of Ubuntu
Bugs, which is the
sorry, last error was with ubuntu hardy heron
[ 160.584707] usb 3-2: USB disconnect, address 2
[ 208.033987] usb 3-5: USB disconnect, address 4
[ 208.057265] zd1211rw 3-5:1.0: error ioread32(CR_REG1): -22
[ 233.608831] usb 3-5: new high speed USB device using ehci_hcd and address 5
[ 233.7419
Same error with belkin wireless g usb device
[ 160.584707] usb 3-2: USB disconnect, address 2
[ 208.033987] usb 3-5: USB disconnect, address 4
[ 208.057265] zd1211rw 3-5:1.0: error ioread32(CR_REG1): -22
[ 233.608831] usb 3-5: new high speed USB device using ehci_hcd and address 5
[ 233.74198
** Changed in: linux-source-2.6.17 (Ubuntu)
Importance: Undecided => Low
Assignee: (unassigned) => Ubuntu Kernel Team (ubuntu-kernel-team)
--
Unable to connect to Internet - "link is not ready"
https://bugs.launchpad.net/bugs/63664
You received this bug notification because you are a memb
Though this is strictly a bug in softmac, it seems unlikely that it'll
be fixed there. With luck dscape will prove to be a better bet, but for
now I've worked around this in wireless-tools.
** Also affects: wireless-tools (Ubuntu)
Importance: Undecided
Status: Unconfirmed
** Changed in:
I have already done that, everything works fine with "/sbin/ifconfig
"$IFACE" up" added. Maybe a little inefficient since it will be done
once for every wireless parameter.
--
Unable to connect to Internet - "link is not ready"
https://launchpad.net/bugs/63664
--
ubuntu-bugs mailing list
ubuntu
Can you try editing /etc/network/if-pre-up.d/wireless tools and adding
/sbin/ifconfig "$IFACE" up
just above the
if [ -n "$IF_WIRELESS_SENS" ]; then
line and see if that helps things?
--
Unable to connect to Internet - "link is not ready"
https://launchpad.net/bugs/63664
--
ubuntu-bugs mai
Link to discussion on zd1211-dev list.
http://sourceforge.net/mailarchive/forum.php?thread_id=31255177&forum_id=43808
--
Unable to connect to Internet - "link is not ready"
https://launchpad.net/bugs/63664
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman
Have you got a link to a discussion of this?
--
Unable to connect to Internet - "link is not ready"
https://launchpad.net/bugs/63664
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
zd1211rw developer has informed me that softmac can't set the essid/key
without the link being up. All of the other distributions (except
Debian) have been modified to bring the link up first.
--
Unable to connect to Internet - "link is not ready"
https://launchpad.net/bugs/63664
--
ubuntu-bugs
If the "correct" mechanism isn't documented, then established practise
should be followed. In this case, it's to allow the essid to be set
before the interface is brought up. An analogy might be drawn with
ifconfig settings - userspace can set the IP address and netmask without
bringing the interfa
I'll bet there isn't any documentation that says the wireless driver has
to allow essid/key to be set before the link is up either. So you are
both right. Where does something like this get decided?
--
Unable to connect to Internet - "link is not ready"
https://launchpad.net/bugs/63664
--
ubunt
I haven't been able to find any documentation that suggests it's
required for userspace to bring the interface up before attempting to
set the essid. If it's specced anywhere, we can change ifupdown - if
not, it sounds like a zd1211rw (or possibly softmac) bug.
--
Unable to connect to Internet -
Could this be an explanation of where the disconnect is? If you set
essid or key in other wireless drivers while they are down, they
remember this fact and then process these when the link comes up.
zd1211rw is trying to execute the essid/key set immediately and
returning an error that the link is
Trace from zd1211rw debug that failed.
The network scripts tried to Associate the device to an access point
before the device had "ifconfig eth1 up" issued.
If failed way before we get to DHCP
# ifup eth1
[ 3487.283681] ieee80211_crypt: registered algorithm 'WEP'
[ 3487.326061] zd1211rw 5-3.6:1.
ifup will only call ifconfig if the interface is statically configured -
see line 3924 of ifupdown.nw. If it's using dhcp, then dhclient will do
that. There's never been any requirement for an interface to be up
before dhclient is run on it.
--
Unable to connect to Internet - "link is not ready"
I went through this with the main zd1211rw developer on the zd1211
mailing list. The problem is that the link is not brought up before ifup
tries to use it.
This will work and DHCP will get an address
ifconfig eth1 up
ifup eth1
This does not work, it is also what happens when you hotplug
ifup eth
I have more errors now. I can get connection but network monitor and
ifconfig don't seem to know about it.
Oct 29 00:38:29 eser kernel: [17180132.148000] SoftMAC: Open Authentication
completed with 00:18:4d:x:x:x
Oct 29 00:38:29 eser kernel: [17180132.148000] SoftMAC: Authentication response
rec
** Tags added: zd1211
--
Unable to connect to Internet - "link is not ready"
https://launchpad.net/bugs/63664
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
** Attachment added: "syslog"
http://librarian.launchpad.net/4933929/syslog
--
Unable to connect to Internet - "link is not ready"
https://launchpad.net/bugs/63664
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
** Attachment added: "syslog 0"
http://librarian.launchpad.net/4933928/syslog.0
--
Unable to connect to Internet - "link is not ready"
https://launchpad.net/bugs/63664
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Only things I can find are:
Oct 24 18:56:15 eser kernel: [17181220.516000] zd1211rw 3-5:1.0: error
ioread32(CR_REG1): -11
Oct 24 18:31:59 eser kernel: [17179764.188000] SoftMAC: Authentication timed
out with 00:18:4d:03:f9:c2
Oct 24 18:34:18 eser ntpdate[5062]: can't find host ntp.ubuntu.com
Oc
Tried with a clean install of Kubuntu 6.10 rc. No joy.
It won't let me sudo iwlist eth1 scan as it complains that the device
doesn't support scanning.
I can't get dhcp or static IP working, but I haven't tried Andy's
suggestion above.
I'll try and find some suitable dmesg output. The rw driver i
I can confirm that typing:
sudo iwconfig eth1 essid MY_ESS_ID
Does allow me to connect to the Internet.
DHCP does not appear to be working, so I have had to use static IP
configuration in /etc/network/interfaces
--
Unable to connect to Internet - "link is not ready"
https://launchpad.net/bugs/
Edit to my above post:
The dhclient timing out had something to do with my router not releasing
an ip-address So it works again, but the rest stated is still true.
Sorry for the inconvenience
Peter
--
Unable to connect to Internet - "link is not ready"
https://launchpad.net/bugs/63664
--
Same problem here; have my /etc/network/interfaces setup properly, but... Link
not ready. If I do iwlist scan; it doesn't support scanning. When I do:
iwconfig eth1 essid myessid, it becomes ready, and was able to connect, but at
the moment, dhclient times out.
When I do: sudo iwconfig eth1 chan
Oh, I see. Explicitly setting the essid in /etc/network/interfaces
doesn't actually seem to work when the device is hotplugged. Scott, how
can I get a debug trace of what commands are executed when I hotplug a
USB wireless device?
--
Unable to connect to Internet - "link is not ready"
https://lau
I can't reproduce the failure on my zd1211 - with the latest kernel it
comes up and associates fine without requiring an iwlist scan. Can you
provide dmesg output when it's failing? There ought to be a decent
amount of softmac failure output.
--
Unable to connect to Internet - "link is not ready"
This is the not-working-with-symlinks-in-place bug which is referred to
in bug #60222.
With my zd1211 hardware I get it to associate if (and only if) I run
sudo iwlist eth1 scan. I don't get any throughput and pinging the router
gets multiple duplicate responses. The dongle works fine on the same
Changing to linux source as the new driver is in the kernel - zd1211 is
the old driver which shipped with dapper
** Changed in: zd1211 (Ubuntu)
Sourcepackagename: zd1211 => linux-source-2.6.17
--
Unable to connect to Internet - "link is not ready"
https://launchpad.net/bugs/63664
--
ubuntu-bug
Confirming - this is the second part of the zd1211rw problem.
** Changed in: zd1211 (Ubuntu)
Status: Unconfirmed => Confirmed
--
Unable to connect to Internet - "link is not ready"
https://launchpad.net/bugs/63664
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ub
40 matches
Mail list logo