public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Big emerge world killed networking
@ 2005-08-16 12:42 Grant
  2005-08-16 13:23 ` Dirk Heinrichs
  0 siblings, 1 reply; 6+ messages in thread
From: Grant @ 2005-08-16 12:42 UTC (permalink / raw
  To: Gentoo mailing list

Hello, I've been gone for a couple months and now I'm back.  I did a
big emerge world to catch up and I noticed a lot of networking-related
packages were updated like wpa_supplicant and baselayout.  dhcpcd was
updated, but I know that update worked fine because I did it
separately a couple days before the world update.  When I boot up now
and the ath_pci module is autoloaded for my wireless card, there is a
big dump of stuff on the screen and then a seg fault message.  This is
after the kernel stuff and during the runlevel stuff.  When it tries
to start net.ath0, it says:

Cannot default to dhcp as there is no dhcp module loaded

A subsequent manual 'modprobe ath_pci' works just fine, but the dhcp
error persists when trying to start the network interface.  I also get
the dhcp error when trying to use dhcp with the net.eth0 interface.

Does anyone have any ideas?

- Grant

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Big emerge world killed networking
  2005-08-16 12:42 [gentoo-user] Big emerge world killed networking Grant
@ 2005-08-16 13:23 ` Dirk Heinrichs
  2005-08-16 13:55   ` Grant
  0 siblings, 1 reply; 6+ messages in thread
From: Dirk Heinrichs @ 2005-08-16 13:23 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 920 bytes --]

Am Dienstag, 16. August 2005 14:42 schrieb ext Grant:

> When it tries to start net.ath0, it says:
>
> Cannot default to dhcp as there is no dhcp module loaded

You may need to add a "modules=( "dhcpcd" "other_modules_you_need" )" line 
to /etc/conf.d/net.

> A subsequent manual 'modprobe ath_pci' works just fine, but the dhcp
> error persists when trying to start the network interface.  I also get
> the dhcp error when trying to use dhcp with the net.eth0 interface.
>
> Does anyone have any ideas?

Read /etc/conf.d/net.example to get the details.

HTH...

	Dirk
-- 
Dirk Heinrichs          | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: dirk.heinrichs@capgemini.com
Hambornerstraße 55      | Web:  http://www.capgemini.com
D-40472 Düsseldorf      | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net

[-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Big emerge world killed networking
  2005-08-16 13:23 ` Dirk Heinrichs
@ 2005-08-16 13:55   ` Grant
  2005-08-16 14:16     ` Dirk Heinrichs
  0 siblings, 1 reply; 6+ messages in thread
From: Grant @ 2005-08-16 13:55 UTC (permalink / raw
  To: gentoo-user

> > When it tries to start net.ath0, it says:
> >
> > Cannot default to dhcp as there is no dhcp module loaded
> 
> You may need to add a "modules=( "dhcpcd" "other_modules_you_need" )" line
> to /etc/conf.d/net.
> 
> > A subsequent manual 'modprobe ath_pci' works just fine, but the dhcp
> > error persists when trying to start the network interface.  I also get
> > the dhcp error when trying to use dhcp with the net.eth0 interface.
> >
> > Does anyone have any ideas?
> 
> Read /etc/conf.d/net.example to get the details.
> 
> HTH...
> 
>         Dirk

Nice Dirk, but now I get:

We require dhcpcd-1.3.22_p4-r10

and I have r11 which is the latest stable.  r10 isn't even in the
tree.  Would upgrading to ~x86 dhcpcd 2.0.0 possibly fix this?

- Grant

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Big emerge world killed networking
  2005-08-16 13:55   ` Grant
@ 2005-08-16 14:16     ` Dirk Heinrichs
  2005-08-17 15:03       ` Grant
  0 siblings, 1 reply; 6+ messages in thread
From: Dirk Heinrichs @ 2005-08-16 14:16 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 711 bytes --]

Am Dienstag, 16. August 2005 15:55 schrieb ext Grant:

> Nice Dirk, but now I get:
>
> We require dhcpcd-1.3.22_p4-r10
>
> and I have r11 which is the latest stable.  r10 isn't even in the
> tree.  Would upgrading to ~x86 dhcpcd 2.0.0 possibly fix this?

At least on my laptop I have dhcpcd 2.0.0 and I don't get this error, so 
chances are good :-)

HTH...

	Dirk
-- 
Dirk Heinrichs          | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: dirk.heinrichs@capgemini.com
Hambornerstraße 55      | Web:  http://www.capgemini.com
D-40472 Düsseldorf      | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net

[-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Big emerge world killed networking
  2005-08-16 14:16     ` Dirk Heinrichs
@ 2005-08-17 15:03       ` Grant
  2005-08-17 21:53         ` Grant
  0 siblings, 1 reply; 6+ messages in thread
From: Grant @ 2005-08-17 15:03 UTC (permalink / raw
  To: gentoo-user

> > Nice Dirk, but now I get:
> >
> > We require dhcpcd-1.3.22_p4-r10
> >
> > and I have r11 which is the latest stable.  r10 isn't even in the
> > tree.  Would upgrading to ~x86 dhcpcd 2.0.0 possibly fix this?
> 
> At least on my laptop I have dhcpcd 2.0.0 and I don't get this error, so
> chances are good :-)
> 
> HTH...
> 
>         Dirk

Upgrading to dhcpcd-2.0.0 did fix that error but wpa_supplicant just
times out trying to connect now.  Any suggestions?  I would think the
only thing to do would be to run back through my packages of network
related stuff from before this big upgrade.

- Grant

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Big emerge world killed networking
  2005-08-17 15:03       ` Grant
@ 2005-08-17 21:53         ` Grant
  0 siblings, 0 replies; 6+ messages in thread
From: Grant @ 2005-08-17 21:53 UTC (permalink / raw
  To: gentoo-user

> > > Nice Dirk, but now I get:
> > >
> > > We require dhcpcd-1.3.22_p4-r10
> > >
> > > and I have r11 which is the latest stable.  r10 isn't even in the
> > > tree.  Would upgrading to ~x86 dhcpcd 2.0.0 possibly fix this?
> >
> > At least on my laptop I have dhcpcd 2.0.0 and I don't get this error, so
> > chances are good :-)
> >
> > HTH...
> >
> >         Dirk
> 
> Upgrading to dhcpcd-2.0.0 did fix that error but wpa_supplicant just
> times out trying to connect now.  Any suggestions?  I would think the
> only thing to do would be to run back through my packages of network
> related stuff from before this big upgrade.
> 
> - Grant

Upgrading to ~x86 wpa_supplicant fixed this.

- Grant

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-08-17 21:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-16 12:42 [gentoo-user] Big emerge world killed networking Grant
2005-08-16 13:23 ` Dirk Heinrichs
2005-08-16 13:55   ` Grant
2005-08-16 14:16     ` Dirk Heinrichs
2005-08-17 15:03       ` Grant
2005-08-17 21:53         ` Grant

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox