Re: Network Interfaces



On Sun, Jul 22, 2007 at 03:10:30PM -0600, Telly Williams wrote:
Hi,

What concept am I missing?

If I have my laptop connected to the computer through an
ethernet, if I switch it to a USB port, how do I have the OS pick it
up?

look in /var/log/messages or /var/log/syslog for entries about the
interface at the time it gets plugged in. The best way to do this is
start a terminal and become root. Then do

tail -f /var/log/syslog

then while that is running, plug in the network device. Watch the
terminal and it should output information about the device as the udev
system detects and configures it. Then use that info to build a
/etc/network/interfaces entry for it.


It seems that I
have to have the computer installed with whatever interface that I
plan to use. Am I making any sense?

yes, you are making sense, but you do not have to install with
whatever interface you plan to use. You merely have to determine which
device it is and configure your networking to use it.

A

Attachment: signature.asc
Description: Digital signature



Relevant Pages

  • Re: [9fans] Bay Area Plan 9 Users Group Meeting (August 07)
    ... David said he enjoyed ... Brucee talked about his 9ee stuff, which will allow you to run plan 9 ... the current rendezvous interface so that it could accept a closure (or ...
    (comp.os.plan9)
  • Re: [PATCH -mm 4/9] netconsole: Introduce netconsole_netdev_notifier
    ... But I thought that the netconsolecan only be related to a network device ... MAC address of netconsole and it is difficult to monitor change of local IP address. ... updating the local _IP_ address (for a particular interface) as ... But note that the two event notifications that we ...
    (Linux-Kernel)
  • Re: [9fans] slow performance
    ... plan 9 scale with today's processors and networks. ... the thread library provides the same csp primitives that alef did. ... not every interface is text-based. ... by a seperate control file. ...
    (comp.os.plan9)
  • Re: [9fans] 64-Bit programming model.
    ... i think there might be a discussion about this wrt plan 9 in the archives. ... briefly, i tried LP64 first, because of the pointerint and system interface points they make, ... that's unsurprising given the history of the type (eg, when int was 16 bits). ... when plan 9 changed to 64 bit file sizes and offsets, the interface changed. ...
    (comp.os.plan9)
  • Re: [9fans] 64-Bit programming model.
    ... i think there might be a discussion about this wrt plan 9 in the archives. ... briefly, i tried LP64 first, because of the pointerint and system interface points they make, ... that's unsurprising given the history of the type (eg, when int was 16 bits). ... when plan 9 changed to 64 bit file sizes and offsets, the interface changed. ...
    (comp.os.plan9)