Re: 2nd ether device wont config

2002-12-06 Thread Dhee Reddy
FWIW.
   i have a similar setup except that the fxp is replaced by rl. All i did was
   to change ifconfig_ed1 to ifconfig_ed0 in rc.conf.
  for some strange reason, when i installed(sysinstall), the ed card was
   detected as ed1 and not as ed0 but on subsequent boots (after i changed
   rc.conf) its running smooth as before.

truely
dheeraj
Julian Stacey [EMAIL PROTECTED] writes:

 With DP-2 my 2nd ether won't config
   ( but I've got other FreeBSDs right in the past with 2 ether
   cards.  the mail gate on another box, relaying this mail has
   DSL+ether  Internal net+ether)
 Any know why some devices get conf'd as inet6 + inet  some just as inet6 ?
 Could that be part of the problem ?
 
 If I boot with /etc/rc.conf
   ifconfig_fxp0=inet 192.168.53.47 netmask 255.255.255.0
   # ifconfig_ed1=inet 192.168.53.39 netmask 255.255.255.0
   # network_interfaces=auto # default
 I see:
 ifconfig -a
   fxp0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   inet 192.168.53.47 netmask 0xff00 broadcast 192.168.53.255
   inet6 fe80::2a0:c9ff:fe9c:e0a5%fxp0 prefixlen 64 scopeid 0x1 
   ether 00:a0:c9:9c:e0:a5
   media: Ethernet autoselect (10baseT/UTP)
   status: active
   lp0: flags=8810POINTOPOINT,SIMPLEX,MULTICAST mtu 1500
   ed1: flags=8802BROADCAST,SIMPLEX,MULTICAST mtu 1500
   ether 00:00:b4:36:a5:04
   lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
   inet6 ::1 prefixlen 128 
   inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4 
   inet 127.0.0.1 netmask 0xff00 
 ifconfig ed1  inet 192.168.53.39
   ifconfig: ioctl (SIOCAIFADDR): File exists
 ifconfig ed1  192.168.53.39
   ifconfig: ioctl (SIOCAIFADDR): File exists
 ifconfig lp0 10.0.0.1 10.0.0.2
   works ok
 
 If I boot with /etc/rc.conf
   ifconfig_fxp0=inet 192.168.53.47 netmask 255.255.255.0
   ifconfig_ed1=inet 192.168.53.39 netmask 255.255.255.0
 I see:
 ifconfig -a
   fxp0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   inet 192.168.53.47 netmask 0xff00 broadcast 192.168.53.255
   inet6 fe80::2a0:c9ff:fe9c:e0a5%fxp0 prefixlen 64 scopeid 0x1 
   ether 00:a0:c9:9c:e0:a5
   media: Ethernet autoselect (10baseT/UTP)
   status: active
   lp0: flags=8810POINTOPOINT,SIMPLEX,MULTICAST mtu 1500
   ed1: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   inet6 fe80::200:b4ff:fe36:a504%ed1 prefixlen 64 scopeid 0x3 
   ether 00:00:b4:36:a5:04
   lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
   inet6 ::1 prefixlen 128 
   inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4 
   inet 127.0.0.1 netmask 0xff00 
 
 If I boot with /etc/rc.conf
   ifconfig_ed1=inet 192.168.53.47 netmask 255.255.255.0
   ifconfig_fxp0=inet 192.168.53.39 netmask 255.255.255.0
 I see:
 ifconfig -a
   fxp0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   inet 192.168.53.39 netmask 0xff00 broadcast 192.168.53.255
   inet6 fe80::2a0:c9ff:fe9c:e0a5%fxp0 prefixlen 64 scopeid 0x1 
   ether 00:a0:c9:9c:e0:a5
   media: Ethernet autoselect (10baseT/UTP)
   status: active
   lp0: flags=8810POINTOPOINT,SIMPLEX,MULTICAST mtu 1500
   ed1: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   inet6 fe80::200:b4ff:fe36:a504%ed1 prefixlen 64 scopeid 0x3 
   ether 00:00:b4:36:a5:04
   lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
   inet6 ::1 prefixlen 128 
   inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4 
   inet 127.0.0.1 netmask 0xff00 
 
 It could be my BIOS isnt right (as the ed1 is an ISA card),
  dmesg:
   ed1: PLUG  PLAY ETHERNET CARD at port 0x240-0x25f iomem 0xc-0xc3fff irq 
10 on isa0
   ed1: address 00:00:b4:36:a5:04, type NE2000 (16 bit)
  bios:
   irq 10 allocated to ISA bus,
   PNP OS was off.  tried on, made no difference.
 But I think even if the BIOS is wrong somewhere,
 there's perhaps more to fix on FreeBSD side ?
 
 Any Ideas ?   
 
 PS I'ts not actually using 192.168.53 but 192.168.??, 
 but changed for email to protect `the innoocent` :-)
 
 Julian Stacey 
 jhs @ berklix.com   Computer Systems Engineer, Unix  Net Consultant, Munich.
   Ihr Rauchen = mein allergischer Kopfschmerz !  Schnupftabak probieren.
   Munich BSD Conference:  http://berklix.org/conf/
   Spam phrases triggering deletion:   http://berklix.com/jhs/mail/
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-current in the body of the message
 

-- 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Hung system while mounting a CD

2002-11-28 Thread Dhee Reddy
Hello all.
When I try to mount a CD it just hangs and sometime ( a minute or so )
later pops back as
acd0: TEST_UNIT_READY command timeout - resetting
ata0: resetting devices.

when it happened the first time, it automatically went into the debug mode
and i could see a trace but when i am trying to reproduce it, it doesn't
go into the debugger. If I manually try to enter the debugger
(Ctrl-Alt-Esc) i can see only syscons (sc) specific calls..

I may be vague in reporting this or probably the CD is bad but the CD is
read nicely in Linux and Win2K.

-- 
dheeraj

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



No entries in /proc :: feature or problem ??

2002-11-21 Thread Dhee Reddy
Hello all.
   Just tried to look up some info and saw that the /proc filesystem doesn't
   contain any files.
   Shouldn't they contain entries correcponding to all the processes ?
truely
-- 
dhee

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message