Re: lost+found

2009-05-04 Thread Alexander Tarasov
# - is a comment..
in bash cd without dirname always return you to a home-directory..
cd - returns you to previous location, for example..

2009/5/4 Ruben de Groot mai...@bzerk.org

 On Sat, May 02, 2009 at 11:06:27PM +0200, Polytropon typed:
  On Sat, 02 May 2009 15:45:13 -0400, PJ af.gour...@videotron.ca wrote:
   [~]# cd /tmp/lost+found/#123456
   [/tmp/lost+found/#123456]# ls
 
  Okay, it's empty.
 
 
 
   [/tmp/lost+found/#123456]# cd ..
 
  Strange, why does .. lead you from /tmp/lost+found/#123456
  to /tmp/lost+found/#123456, just as if cd wasn't executed?
 
 
 
   [/tmp/lost+found/#123456]# cd #123456 this returns and empty directory)
 
  Does /tmp/lost+found/#123456 contain another #123456? And
  why does this cd lead you to your (root's) home directory?

 Probably because the # is interpreted as comment. I can reproduce this
 in a bourne shell; not in (t)csh.

 Ruben
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Driver Problem: Broadcom NetXtreme Gigabit Ethernet

2009-04-21 Thread Alexander Tarasov
Hello again.
Can anybody help? Or no one?

2009/4/9 Alexander Tarasov mr.ta...@gmail.com

 With GENERIC I have same problem.
 My network card is Broadcom NetXtreme Gigabit Ethernet.. (14e4:1684
 subsystem 1025:014b).
 I think, it's BCM5764.

 2009/4/9, Chris Rees utis...@googlemail.com:
  2009/4/9 Alexander Tarasov mr.ta...@gmail.com:
  Hi, All!
 
  After installing FreeBSD 7.1 I've got problem with my network card.
 
  [root ~]# uname -a
  FreeBSD  7.1-RELEASE FreeBSD 7.1-RELEASE #1: Thu Apr  9 13:34:46 NOVST
  2009 root@:/usr/obj/usr/src/sys/LAPTOP  i386
  [root ~]# pciconf -lv
  ... cut ...
  no...@pci0:6:0:0:class=0x02 card=0x014b1025
  chip=0x168414e4 rev=0x10 hdr=0x00
 vendor = 'Broadcom Corporation'
 class  = newtwork
 subclass   = ethernet
  [root ~]# dmesg | grep bge
  [root ~]# ifconfig -a
  lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST metric 0 mtu 16384
  inet 127.0.0.1 netmask 0xff00
 
  I've compiled my kernel with device miibus and device bge (my
  kernel config is GENERIC without FireWare  RAIDs).
 
  What does it mean? Is somethere driver for this card?
 
  Sorry for my terrible English =)
 
  Alexander V Tarasov
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  freebsd-questions-unsubscr...@freebsd.org
 
 
  Are you sure you didn't comment out any miibus lines or anything like
  that? Try with the GENERIC kernel, and kldload bge to see what
  happens.
 
  Chris
 
 
  --
  A: Because it messes up the order in which people normally read text.
  Q: Why is top-posting such a bad thing?
  A: Top-posting.
  Q: What is the most annoying thing in e-mail?
 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Driver Problem: Broadcom NetXtreme Gigabit Ethernet

2009-04-09 Thread Alexander Tarasov
Hi, All!

After installing FreeBSD 7.1 I've got problem with my network card.

[root ~]# uname -a
FreeBSD  7.1-RELEASE FreeBSD 7.1-RELEASE #1: Thu Apr  9 13:34:46 NOVST
2009 root@:/usr/obj/usr/src/sys/LAPTOP  i386
[root ~]# pciconf -lv
... cut ...
no...@pci0:6:0:0:class=0x02 card=0x014b1025
chip=0x168414e4 rev=0x10 hdr=0x00
vendor = 'Broadcom Corporation'
class  = newtwork
subclass   = ethernet
[root ~]# dmesg | grep bge
[root ~]# ifconfig -a
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST metric 0 mtu 16384
 inet 127.0.0.1 netmask 0xff00

I've compiled my kernel with device miibus and device bge (my
kernel config is GENERIC without FireWare  RAIDs).

What does it mean? Is somethere driver for this card?

Sorry for my terrible English =)

Alexander V Tarasov
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Ответ: Driver Problem: Broadcom Ne tXtreme Gigabit Ethernet

2009-04-09 Thread Alexander Tarasov
With GENERIC I have same problem.
My network card is Broadcom NetXtreme Gigabit Ethernet.. (14e4:1684
subsystem 1025:014b).
I think, it's BCM5764.

2009/4/9, Chris Rees utis...@googlemail.com:
 2009/4/9 Alexander Tarasov mr.ta...@gmail.com:
 Hi, All!

 After installing FreeBSD 7.1 I've got problem with my network card.

 [root ~]# uname -a
 FreeBSD  7.1-RELEASE FreeBSD 7.1-RELEASE #1: Thu Apr  9 13:34:46 NOVST
 2009 root@:/usr/obj/usr/src/sys/LAPTOP  i386
 [root ~]# pciconf -lv
 ... cut ...
 no...@pci0:6:0:0:        class=0x02 card=0x014b1025
 chip=0x168414e4 rev=0x10 hdr=0x00
    vendor     = 'Broadcom Corporation'
    class      = newtwork
    subclass   = ethernet
 [root ~]# dmesg | grep bge
 [root ~]# ifconfig -a
 lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST metric 0 mtu 16384
         inet 127.0.0.1 netmask 0xff00

 I've compiled my kernel with device miibus and device bge (my
 kernel config is GENERIC without FireWare  RAIDs).

 What does it mean? Is somethere driver for this card?

 Sorry for my terrible English =)

 Alexander V Tarasov
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 freebsd-questions-unsubscr...@freebsd.org


 Are you sure you didn't comment out any miibus lines or anything like
 that? Try with the GENERIC kernel, and kldload bge to see what
 happens.

 Chris


 --
 A: Because it messes up the order in which people normally read text.
 Q: Why is top-posting such a bad thing?
 A: Top-posting.
 Q: What is the most annoying thing in e-mail?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org