From: Adam K. <ako...@co...> - 2001-12-01 19:10:41
|
Hi, Ever since I've installed my Prometheus card, I can't run LinuxPPC (or = LinuxM68k). The machine locks up after the fb devices prints out a few = messages (I ECS and CLGen). I'm under the impression the Autoconfig = routines may not like the fact that the Prometheus card requires 512MB = of space allocated. Any thoughts? Sincerely, Adam Kowalczyk |
From: Michel <mic...@ii...> - 2001-12-01 22:14:44
|
On Sat, 2001-12-01 at 20:10, Adam Kowalczyk wrote: > Ever since I've installed my Prometheus card, I can't run LinuxPPC (or > LinuxM68k). The machine locks up after the fb devices prints out a > few messages (I ECS and CLGen). I'm under the impression the > Autoconfig routines may not like the fact that the Prometheus card > requires 512MB of space allocated. Can you please provide us with kernel output and pointers to (preferrably technical) information about the Prometheus card? PS: THis might be better suited for the -devel list... --=20 Earthling Michel D=E4nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast |
From: Anders K. <An...@ga...> - 2001-12-04 22:56:16
|
I'm having problems connecting to the net using dhcp.. it works fine = before when I had a static ip-address.. now my "eth0" won't show when I write ifconfig..=20 anyone got some tips ? |
From: Michel <da...@de...> - 2001-12-04 23:07:38
|
On Tue, 2001-12-04 at 23:56, Anders Kjeldsen wrote: > I'm having problems connecting to the net using dhcp.. it works fine befo= re when I had a > static ip-address.. now my "eth0" won't show when I write ifconfig..=20 man interfaces --=20 Earthling Michel D=E4nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast |
From: Anders K. <An...@ga...> - 2001-12-05 00:49:43
|
Reading that did not help me solve my problem. ----- Original Message ----- From: "Michel Dänzer" <da...@de...> To: "Anders Kjeldsen" <An...@ga...> Cc: <lin...@li...> Sent: Wednesday, December 05, 2001 12:07 AM Subject: Re: Dhcp-client with DebianPPC On Tue, 2001-12-04 at 23:56, Anders Kjeldsen wrote: > I'm having problems connecting to the net using dhcp.. it works fine before when I had a > static ip-address.. now my "eth0" won't show when I write ifconfig.. man interfaces -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast _______________________________________________ Linux-APUS-user mailing list Lin...@li... https://lists.sourceforge.net/lists/listinfo/linux-apus-user |
From: Michel <da...@de...> - 2001-12-05 16:36:43
|
On Wed, 2001-12-05 at 01:49, Anders Kjeldsen wrote: > Reading that did not help me solve my problem. Please describe in a bit more detail what you have done and what happens. --=20 Earthling Michel D=E4nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast |
From: Anders K. <An...@ga...> - 2001-12-05 16:47:17
|
> Please describe in a bit more detail what you have done and what > happens. interfaces: (the eth0-part) auto eth0 iface eth0 inet dhcp resolv.conf: (set up two dns-servers, dunno if that should have anything to do with this) I've tried (in various orders): ifup -a/eth0 ifdown -a/eth0 /etc/init.d/networking restart/stop-start/reload /etc/inid.d/dhcpcd start etc. ifconfig only shows lo. I have no problems when I use static ip's in interfaces, but I cannot do that anymore (I have no static ip) Best Regards Anders Kjeldsen |
From: Michel <da...@de...> - 2001-12-05 16:58:13
|
On Wed, 2001-12-05 at 17:47, Anders Kjeldsen wrote: > > Please describe in a bit more detail what you have done and what > > happens. >=20 > interfaces: (the eth0-part) > auto eth0 > iface eth0 inet dhcp So far, so good. :) > I've tried (in various orders): > ifup -a/eth0 > ifdown -a/eth0 > /etc/init.d/networking restart/stop-start/reload > /etc/inid.d/dhcpcd start etc. The DHCP client should automatically be run on ifup. Do you have one installed? If yes, try another one, not all of them seem to work everywhere. (It looks as if you have dhcpcd, but that's deprecated. I'm using pump, and then there's also dhcp-client). Are there any DHCP related messages in the syslog? --=20 Earthling Michel D=E4nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast |