* Using both (the 10Mbps and 100 Mbps) ports on CLLF 860T with Hard Hat Linux
@ 2000-09-28 16:39 rshaw
2000-09-28 18:06 ` Matthew Locke
0 siblings, 1 reply; 2+ messages in thread
From: rshaw @ 2000-09-28 16:39 UTC (permalink / raw)
To: linuxppc-embedded
I'm using a CLLF 860T with Embedded PowerPC Cross Development Kit Rev. 1.2
Hard Hat Linux. I'm very new to Linux and developing for a board. Currently,
I'm booting manually (loading the kernel with tftp) using the 10 Mbps
ethernet port. I had to configure the kernel to use SCC1 so the 10 Mbps line
is used during the BOOTP requests.
>From the prompt in minicom I can make the cllf board ping my pc and from my
pc I can ping the cllf board, and this is using the 10 Mbps line. I will
also need to use the 100 Mbps line except I don't know if its possible to
use both ethernet ports and how to do it. Even if I could find a way to
switch between these ports, using only one port at a time, I would be happy.
Surely this is possible because the 10 Mbps port and 100 Mbps port have
different MAC addresses.
Thanks for any help!
Randy Shaw <rshaw@graftononline.net>
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Using both (the 10Mbps and 100 Mbps) ports on CLLF 860T with Hard Hat Linux
2000-09-28 16:39 Using both (the 10Mbps and 100 Mbps) ports on CLLF 860T with Hard Hat Linux rshaw
@ 2000-09-28 18:06 ` Matthew Locke
0 siblings, 0 replies; 2+ messages in thread
From: Matthew Locke @ 2000-09-28 18:06 UTC (permalink / raw)
To: rshaw; +Cc: linuxppc-embedded
rshaw@graftononline.net wrote:
>
> I'm using a CLLF 860T with Embedded PowerPC Cross Development Kit Rev. 1.2
> Hard Hat Linux. I'm very new to Linux and developing for a board. Currently,
> I'm booting manually (loading the kernel with tftp) using the 10 Mbps
> ethernet port.
> I had to configure the kernel to use SCC1 so the 10 Mbps line
> is used during the BOOTP requests.
Everything you need to run on a cllf is enabled in the cllf kernel lsp.
I suggest starting from the cllf lsp and then add/change kernel
configuration options as needed.
>
> From the prompt in minicom I can make the cllf board ping my pc and from my
> pc I can ping the cllf board, and this is using the 10 Mbps line. I will
> also need to use the 100 Mbps line except I don't know if its possible to
> use both ethernet ports and how to do it.
of course it is possible. There are many different ways to do this. I
am not sure what you need but here is one way. Simply use the cllf lsp,
which already has both ethernet ports enabled and auto configure with
bootp enabled. Then put the ethernet addresses for both ports in your
dhcpd.conf with different ip's and only one with the root-path option.
> Even if I could find a way to
> switch between these ports, using only one port at a time, I would be happy.
> Surely this is possible because the 10 Mbps port and 100 Mbps port have
> different MAC addresses.
you can do this as well. just enable the port you want in the kernel
configuration and disable the one you do not want.
Matthew Locke
Montavista Software
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2000-09-28 18:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-09-28 16:39 Using both (the 10Mbps and 100 Mbps) ports on CLLF 860T with Hard Hat Linux rshaw
2000-09-28 18:06 ` Matthew Locke
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).