[Bug 293023] Re: Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on iwl3945 and iwl4965

2011-07-13 Thread Brad Figg
This bug was filed against a series that is no longer supported and so
is being marked as Won't Fix. If this issue still exists in a supported
series, please file a new bug.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: Confirmed => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/293023

Title:
  Ubuntu 8.10 booting hangs for a while on "configuring network
  interfaces" on iwl3945 and iwl4965

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/293023/+subscriptions

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


[Bug 293023] Re: Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on iwl3945 and iwl4965

2009-01-14 Thread Guido
I confirm this. System hangs during a boot sequence on "Configuring
network interfaces". It has started to happen after the 8.04 -> 8.10
upgrade.

It works fine after commenting eth0 interface in the
/etc/network/interfaces. Network manager applet didn't show wire
connection before the interface commenting, but it works fine after this
commenting.

** Attachment added: "lspci-nn.txt"
   http://launchpadlibrarian.net/21205000/lspci-nn.txt

-- 
Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on 
iwl3945 and iwl4965
https://bugs.launchpad.net/bugs/293023
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 293023] Re: Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on iwl3945 and iwl4965

2009-01-03 Thread Leo von Klenze
Bootchart after workaround.

The boot process continues while dhclient is obtaining an address...

** Attachment added: "intrepid-20090103-3.png"
   http://launchpadlibrarian.net/20880449/intrepid-20090103-3.png

-- 
Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on 
iwl3945 and iwl4965
https://bugs.launchpad.net/bugs/293023
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 293023] Re: Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on iwl3945 and iwl4965

2009-01-03 Thread Leo von Klenze
Bootchart before workaround

** Attachment added: "intrepid-20090103-1.png"
   http://launchpadlibrarian.net/20880442/intrepid-20090103-1.png

-- 
Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on 
iwl3945 and iwl4965
https://bugs.launchpad.net/bugs/293023
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 293023] Re: Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on iwl3945 and iwl4965

2009-01-03 Thread Leo von Klenze
Another workaround for those who don't want to use the network manager:

I set the method of my wlan interface to manual in
/etc/network/interfaces:

iface wlan1 inet manual 
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
post-up /etc/network/dhclient-wrapper &
post-down [ -f /var/run/dhclient.wlan1.pid ] && kill `cat 
/var/run/dhclient.wlan1.pid`

To get an IP adress from an dhcp server I wrote the attached script 
dhclient-wrapper. It calls the dhclient3 with parameter -1. If the dhclient 
cannot obtain an address it exits with code 2. In this case I deactivate the 
wlan interface in the script. 
However the & makes the script running in the background preventing Ubuntu from 
hanging while it boots up.

The post-down statement is for killing the dhclient programm if the
interface is deactivated.


** Attachment added: "Script for calling dhclient in the background and 
deactivating the interface if no dhcp server was found"
   http://launchpadlibrarian.net/20880392/dhclient-wrapper

-- 
Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on 
iwl3945 and iwl4965
https://bugs.launchpad.net/bugs/293023
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 293023] Re: Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on iwl3945 and iwl4965

2009-01-03 Thread Leo von Klenze
You are right, if I delete my /etc/network/interfaces there is no delay
on booting. But this is not a solution because you need the file for
configuring the network interfaces. I don't want to use the network
manager and I think the Ubuntu network should not depend on it.

For me the basic configuration with /etc/network/interfaces works much
better than the network manager. (Multiple default routes, proper
handling of access point selection with wpa_supplicant, even with hidden
networks).

So deleting the file and using the network manager would be a workaround
but no fix for this bug.

-- 
Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on 
iwl3945 and iwl4965
https://bugs.launchpad.net/bugs/293023
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 293023] Re: Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on iwl3945 and iwl4965

2009-01-02 Thread Adam Niedling
I think I know what's the problem here. There was this famous bug
#289466 where the network-manager didn't appear in some cases. That bug
was fixed so nm-applet appeared for me but it couldn't do anything,
everything was grayed out. I figured if I delete /etc/network/interfaces
then nm-applet is working fine. Deleting that file seems to fix this bug
too, configuring network devices takes zero seconds now even after
making back the changes of "timeout" in /etc/dhcp3/dhclient.conf . So I
think the people with this issue also have the issue that nm-applet
can't be used for anything.

-- 
Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on 
iwl3945 and iwl4965
https://bugs.launchpad.net/bugs/293023
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 293023] Re: Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on iwl3945 and iwl4965

2008-12-15 Thread Dimitrios Symeonidis
let's try and find what is the source of this...

** Changed in: linux (Ubuntu)
   Status: Won't Fix => Confirmed

-- 
Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on 
iwl3945 and iwl4965
https://bugs.launchpad.net/bugs/293023
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 293023] Re: Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on iwl3945 and iwl4965

2008-12-15 Thread Leo von Klenze
I think Adam is right. I don't understand it, too.

It worked just fine under Ubuntu 8.04, so I am almost sure this is a
bug!

-- 
Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on 
iwl3945 and iwl4965
https://bugs.launchpad.net/bugs/293023
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 293023] Re: Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on iwl3945 and iwl4965

2008-12-15 Thread Adam Niedling
I still don't understand why is this set to won't fix. How will the boot
time speed up if bugs like this won't get fixed?

-- 
Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on 
iwl3945 and iwl4965
https://bugs.launchpad.net/bugs/293023
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 293023] Re: Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on iwl3945 and iwl4965

2008-12-06 Thread Leo von Klenze
I think setting to zero is not a good idea.

I have configured a netbook with an atheros network card yesterday.
After setting timeout to 5, I was not able to get an IP address so I had
to increase the value to 10.

As far as I have seen from the output, the network card was not ready in
5 seconds, so the first dhcp request was not successful and is waiting
for some seconds like this:

  DHCPDISCOVER on wlan1 to 255.255.255.255 port 67 interval 6
  No DHCPOFFERS received.

If timeout is 5, no more discovers are made, instead the dhcplient
cancels. After setting timeout to 10 it worked because the second
request has been answered.

-- 
Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on 
iwl3945 and iwl4965
https://bugs.launchpad.net/bugs/293023
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 293023] Re: Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on iwl3945 and iwl4965

2008-12-05 Thread manolo
I set it to 5... but actually I'm asking to myself waht about setting it to 
zero?!?!
What does that paramether needed?

-- 
Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on 
iwl3945 and iwl4965
https://bugs.launchpad.net/bugs/293023
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 293023] Re: Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on iwl3945 and iwl4965

2008-12-05 Thread Leo von Klenze
Wow. 
You dhclient is definitly much faster than mine? What did you set the timeout 
value to?

I set it to 5 (perhaps uncommenting it,  too ;-) )


** Attachment added: "intrepid-20081205-4.png"
   http://launchpadlibrarian.net/20233793/intrepid-20081205-4.png

-- 
Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on 
iwl3945 and iwl4965
https://bugs.launchpad.net/bugs/293023
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 293023] Re: Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on iwl3945 and iwl4965

2008-12-05 Thread manolo
Well definitely shorter boot time!!!

** Attachment added: "intrepid-20081205-2.png"
   http://launchpadlibrarian.net/20233589/intrepid-20081205-2.png

-- 
Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on 
iwl3945 and iwl4965
https://bugs.launchpad.net/bugs/293023
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 293023] Re: Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on iwl3945 and iwl4965

2008-12-05 Thread manolo
It still hangs a lot... I suppose nothing changed. Actually I just modified the 
number of seconds of that timeout (from 60 to 5) in /etc/dhcp3/dhclient.conf 
but without uncommenting the corresponding line (I didn't realize there was a 
'#' precedeing the corresponding line...)
Anyway, I'm attach that log chart and remark my precedeing dmesg refers to the 
(actually unmodified, because of that '#'). Now I reboot and attach a new chart 
referring tu the uncommented dhclient.conf

Stay tuned ;)
Thanks for your time!

** Attachment added: "intrepid-20081205-1.png"
   http://launchpadlibrarian.net/20233407/intrepid-20081205-1.png

-- 
Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on 
iwl3945 and iwl4965
https://bugs.launchpad.net/bugs/293023
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 293023] Re: Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on iwl3945 and iwl4965

2008-12-05 Thread Leo von Klenze
I set the timeout value to 5. After that, Ubuntu boots faster but I have
still a delay for 20 seconds. It is better than one and a half minute
but still annoying if sitting in the train and waiting for linux to come
up. Maybe I will try it with the use of different runlevels (to disable
network at startup).

Thanks for the workaround.

-- 
Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on 
iwl3945 and iwl4965
https://bugs.launchpad.net/bugs/293023
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 293023] Re: Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on iwl3945 and iwl4965

2008-12-05 Thread Dimitrios Symeonidis
Manolo, dmesg messages are asynchronous, so not a good measure to judge boot 
time delays.
I would suggest installing bootchart, rebooting and then looking at the graphs 
in /var/log/bootchart

For now I would suggest changing the value of timeout to something lower
(maybe 5 or 10). The next version of Ubuntu (9.04, coming out in April),
as well as the general direction of Linux kernel development, is to
speed up boot time. So just wait for the next release to come out, I
believe it will provide a more permanent fix to this (and other) boot
speed issues.

** Description changed:

  It seems to bring up the interface successfully, then freeze for a while
  and start over. This happens both on intel 3945 and 4965 chipsets.
+ 
+ The source of the problem is the value of timeout in
+ /etc/dhcp3/dhclient.conf. Changing it (from the original 60) to 5 or 10
+ decreases the freeze time.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Won't Fix

-- 
Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on 
iwl3945 and iwl4965
https://bugs.launchpad.net/bugs/293023
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 293023] Re: Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on iwl3945 and iwl4965

2008-12-03 Thread manolo
That's my dmesg: how can I realize how long did it hanged?

** Attachment added: "dmesg.txt"
   http://launchpadlibrarian.net/20190979/dmesg.txt

-- 
Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on 
iwl3945 and iwl4965
https://bugs.launchpad.net/bugs/293023
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 293023] Re: Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on iwl3945 and iwl4965

2008-12-03 Thread Adam Niedling
It was set to #timeout 60. After uncommenting and setting it to 5 the
hang was only a few (5) seconds. See attached dmesg. Thanks!

** Attachment added: "dmesg with timeout 5"
   http://launchpadlibrarian.net/20188255/dmesg.txt

-- 
Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on 
iwl3945 and iwl4965
https://bugs.launchpad.net/bugs/293023
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 293023] Re: Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on iwl3945 and iwl4965

2008-12-03 Thread Dimitrios Symeonidis
can you guys tell me the value of "timeout" in /etc/dhcp3/dhclient.conf ?
try changing that to something like 5 or 10 and tell me if it speeds up your 
boot process...

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

-- 
Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on 
iwl3945 and iwl4965
https://bugs.launchpad.net/bugs/293023
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 293023] Re: Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on iwl3945 and iwl4965

2008-12-01 Thread Leo von Klenze
I have the same issue.

Ubuntu 8.10 hangs a while by "Configuring network devices..." if no
configured wlan is reachable.

System Informations:

uname -a
Linux dagobert 2.6.27-10-generic #1 SMP Fri Nov 21 19:19:18 UTC 2008 x86_64 
GNU/Linux

lspci | grep Network
0c:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN 
[Kedron] Network Connection (rev 61)

/etc/network/interfaces:
iface lo inet loopback
iface wlan1 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
auto lo
auto wlan1

NetworkManager is not installed! With NetworkManager installed and commenting 
out the entries in /etc/network/interfaces the problem is solved. But the NM 
doesn't work for me so I don't want to use it. 
--

In Ubuntu 8.04 all works fine.
If a network configured in wpa_supplicant.conf is in range Ubuntu boots just 
fast and fine.

Thanks for any suggestions.

-- 
Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on 
iwl3945 and iwl4965
https://bugs.launchpad.net/bugs/293023
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 293023] Re: Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on iwl3945 and iwl4965

2008-11-28 Thread manolo
I confirm: issue remains after the kernel upgrade 2.6.27-9 on Ubuntu 8.10
Any suggestion, please?

-- 
Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on 
iwl3945 and iwl4965
https://bugs.launchpad.net/bugs/293023
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 293023] Re: Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on iwl3945 and iwl4965

2008-11-28 Thread Adam Niedling
Mozg: you're having a different problem. Our issue is that Ubuntu hangs
for minutes during boot time.

-- 
Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on 
iwl3945 and iwl4965
https://bugs.launchpad.net/bugs/293023
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 293023] Re: Ubuntu 8.10 booting hangs for a while on"configuring network interfaces" on iwl3945 and iwl4965

2008-11-28 Thread Mozg
I can confirm that. My laptop just froze after heavy downloading of
several torrent files. Was using 2.6.27-9 amd64.

--Original Message--
From: Adam Niedling
Sender: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
ReplyTo: Bug 293023
Subject: [Bug 293023] Re: Ubuntu 8.10 booting hangs for a while on"configuring 
network interfaces" on iwl3945 and iwl4965
Sent: 28 Nov 2008 18:49

Issue remains after the kernel upgrade. 2.6.27-9

-- 
Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on 
iwl3945 and iwl4965
https://bugs.launchpad.net/bugs/293023
You received this bug notification because you are a direct subscriber
of a duplicate bug.

-- 
Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on 
iwl3945 and iwl4965
https://bugs.launchpad.net/bugs/293023
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 293023] Re: Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on iwl3945 and iwl4965

2008-11-28 Thread Adam Niedling
Issue remains after the kernel upgrade. 2.6.27-9

-- 
Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on 
iwl3945 and iwl4965
https://bugs.launchpad.net/bugs/293023
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 293023] Re: Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on iwl3945 and iwl4965

2008-11-19 Thread manolo
I attach my own dmesg.

It hangs on boot  while:
- pressing F1 I can see: Kinit: No resume image, doing normal boot
- pressing F7 I can see:
 Serring kernel variables (/etc/sysctl.d/30-tracker.conf)
 configuring network interfaces   blocks.[here it hangs for 
a while, and that "blocks" sometimes is not present]
 starting portmap daemon

** Attachment added: "dmesg.txt"
   http://launchpadlibrarian.net/19786708/dmesg.txt

-- 
Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on 
iwl3945 and iwl4965
https://bugs.launchpad.net/bugs/293023
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 293023] Re: Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on iwl3945 and iwl4965

2008-11-19 Thread Dimitrios Symeonidis
manolo, don't blacklist anything

-- 
Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on 
iwl3945 and iwl4965
https://bugs.launchpad.net/bugs/293023
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 293023] Re: Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on iwl3945 and iwl4965

2008-11-19 Thread Dimitrios Symeonidis
confirming. importance=low in accordance with
https://wiki.ubuntu.com/Bugs/Importance

** Changed in: linux (Ubuntu)
   Importance: Undecided => Low
   Status: New => Confirmed

-- 
Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on 
iwl3945 and iwl4965
https://bugs.launchpad.net/bugs/293023
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 293023] Re: Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on iwl3945 and iwl4965

2008-11-14 Thread manolo
So, should I blacklist iwl3945 ?!? Which driver will be loaded then?!?

-- 
Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on 
iwl3945 and iwl4965
https://bugs.launchpad.net/bugs/293023
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 293023] Re: Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on iwl3945 and iwl4965

2008-11-14 Thread Dimitrios Symeonidis
interesting:
http://www.intellinuxwireless.org/bugzilla/show_bug.cgi?id=1778
which points to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/263059

-- 
Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on 
iwl3945 and iwl4965
https://bugs.launchpad.net/bugs/293023
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 293023] Re: Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on iwl3945 and iwl4965

2008-11-14 Thread Dimitrios Symeonidis
** Summary changed:

- Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on 
iwl3945
+ Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on 
iwl3945 and iwl4965

** Description changed:

- I installed Ubuntu 8.10. My wireless card is not working and causes the 
system to hang for a while at boot time. Actually my wifi card stopped working 
with Ubuntu 8.04 and I just didn't know why. Now things are getting worse 
because of that "hanging" for a while at boot time. Asus Laptop F3Ja. I'll 
attach the output of "uname -a", "dmesg", "lsmod" and "lspic".
- Thanks for your attention.
- Regards.
- 
- Manolo.
- 
- ProblemType: Bug
- Architecture: i386
- DistroRelease: Ubuntu 8.10
- ExecutablePath: /usr/bin/yelp
- NonfreeKernelModules: fglrx
- Package: yelp 2.24.0-0ubuntu2
- ProcEnviron:
-  
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
- SourcePackage: yelp
- Uname: Linux 2.6.27-7-generic i686
+ It seems to bring up the interface successfully, then freeze for a while
+ and start over. This happens both on intel 3945 and 4965 chipsets.

** Tags removed: apport-bug

-- 
Ubuntu 8.10 booting hangs for a while on "configuring network interfaces" on 
iwl3945 and iwl4965
https://bugs.launchpad.net/bugs/293023
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs