public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] via_rhine adaptor won't work
@ 2006-02-20  0:24 krgn
  2006-02-20  0:36 ` david
  0 siblings, 1 reply; 5+ messages in thread
From: krgn @ 2006-02-20  0:24 UTC (permalink / raw
  To: gentoo users

I am in the process of installing on another computer at the moment
which has this via_rhine network interface. I will not start normally
without a solution I have found on the net. At least this worked for the
liveCD installation stage. It is issuing acpi=off and noapic to the
kernel. 
Now it is booted into the 'real' kernel and I gave it these options
before boot;

grub.conf

kernel /boot/gentoo-2.6.15-ck-1 root=/dev/hda3 acpi=off noapic

but still the adapter won't work anymore. What could be the reason. It
shows the same symptoms as before, ifconfig eth0 will show the device
properly configured but trying to add a route will fail.

Please help..

KArsten

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] via_rhine adaptor won't work
  2006-02-20  0:24 [gentoo-user] via_rhine adaptor won't work krgn
@ 2006-02-20  0:36 ` david
  2006-02-20  0:44   ` krgn
  0 siblings, 1 reply; 5+ messages in thread
From: david @ 2006-02-20  0:36 UTC (permalink / raw
  To: gentoo-user

Are you sure /etc/resolv.conf is O.K.
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] via_rhine adaptor won't work
  2006-02-20  0:36 ` david
@ 2006-02-20  0:44   ` krgn
  2006-02-20  1:56     ` Craig Duncan
  2006-02-20  3:27     ` Bogo Mipps
  0 siblings, 2 replies; 5+ messages in thread
From: krgn @ 2006-02-20  0:44 UTC (permalink / raw
  To: gentoo-user

> Are you sure /etc/resolv.conf is O.K.

absolutely.
It just contains:

	nameserver 192.168.1.1

I found the solution (for the liveCD) here, but still, after boot these
options do not do the job anymore:

http://skreak.com/m6805/

I don't know, but I though there must have been some improvement since
then, maybe there is something much more elegant out there but I could
not find it. Something else made me suspicous after I finished working
within the liveCD environment was that the via_rhine module was always
together with another module called 'mii' which I don*t know yet. That
is another difference to the liveCD setup. Maybe you know what it means?

KArstne

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] via_rhine adaptor won't work
  2006-02-20  0:44   ` krgn
@ 2006-02-20  1:56     ` Craig Duncan
  2006-02-20  3:27     ` Bogo Mipps
  1 sibling, 0 replies; 5+ messages in thread
From: Craig Duncan @ 2006-02-20  1:56 UTC (permalink / raw
  To: gentoo-user

krgn wrote:
>> Are you sure /etc/resolv.conf is O.K.
>>     
>
> absolutely.
> It just contains:
>
> 	nameserver 192.168.1.1
>
> I found the solution (for the liveCD) here, but still, after boot these
> options do not do the job anymore:
>
> http://skreak.com/m6805/
>
> I don't know, but I though there must have been some improvement since
> then, maybe there is something much more elegant out there but I could
> not find it. Something else made me suspicous after I finished working
> within the liveCD environment was that the via_rhine module was always
> together with another module called 'mii' which I don*t know yet. That
> is another difference to the liveCD setup. Maybe you know what it means?
>
> KArstne
>
>   
May I suggest that you google (or other se) "linux kernal module mii"
I saw a lot of information on this that might help out.

Sincerely,

Craig Duncan
Entuend, Inc.
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] via_rhine adaptor won't work
  2006-02-20  0:44   ` krgn
  2006-02-20  1:56     ` Craig Duncan
@ 2006-02-20  3:27     ` Bogo Mipps
  1 sibling, 0 replies; 5+ messages in thread
From: Bogo Mipps @ 2006-02-20  3:27 UTC (permalink / raw
  To: gentoo-user

On Monday 20 February 2006 13:44, krgn wrote:
> Something else made me suspicous after I finished working
> within the liveCD environment was that the via_rhine module was always
> together with another module called 'mii' which I don*t know yet. That
> is another difference to the liveCD setup. Maybe you know what it means?

What's your dmesg telling you?  Here's mine - via_rhine installed with minimal 
2005.0.iso if that's any help:

<snip>
via-rhine.c:v1.10-LK1.2.0-2.6 June-10-2004 Written by Donald Becker
ACPI: PCI Interrupt 0000:00:12.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> 
IRQ 11
eth0: VIA Rhine II at 0x1e800, 00:50:2c:05:34:ca, IRQ 11.
eth0: MII PHY found at address 1, status 0x7829 advertising 01e1 Link 45e1.
ACPI: PCI Interrupt 0000:00:0e.0[A] -> Link [LNKD] -> GSI 5 (level, low) -> 
IRQ 5
<snip>

lsmod indicates no mii module installed on this machine.

Bogo

-- 
Sent via KMail 1.9.1, & o/s Linux-2.6.12-gentoo-r10
-- 
gentoo-user@gentoo.org mailing list



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

end of thread, other threads:[~2006-02-20  4:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-20  0:24 [gentoo-user] via_rhine adaptor won't work krgn
2006-02-20  0:36 ` david
2006-02-20  0:44   ` krgn
2006-02-20  1:56     ` Craig Duncan
2006-02-20  3:27     ` Bogo Mipps

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