Network PHY driver source code

2013-01-30 Thread Hrisikesh sahu
Hi all,
Could you guide me where I can find all the supported PHY driver source
code details ?
I want to know what are the PHY drivers supported within Freebsd 9.1
Release.

Please help me on this.

Regards
Hrisikesh
___
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: Network PHY driver source code

2013-01-30 Thread Hrisikesh sahu
Thanks a lot for quick reply.
There is no file within /usr/src folder.

Could you please tell me how to get those source files for freebsd 9.1
release?





On Wed, Jan 30, 2013 at 6:31 PM, Bas Smeelen b.smee...@ose.nl wrote:

 On 01/30/2013 12:13 PM, Hrisikesh sahu wrote:

 Hi all,
 Could you guide me where I can find all the supported PHY driver source
 code details ?
 I want to know what are the PHY drivers supported within Freebsd 9.1
 Release.

 Please help me on this.

 Regards
 Hrisikesh


 Hi
 My guess: /usr/src/sys/dev/mii



 __**_
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/**mailman/listinfo/freebsd-**questionshttp://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-**
 unsubscr...@freebsd.org 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


Fresh installation 9.1

2013-01-23 Thread Hrisikesh sahu
Hi All,
I am facing a strange issue..
I installed 9.1 release and installation went successful
 After boot up  i got this error -


File system had an unexpected inconsistency.
 ufs : /dev/ada0s1d (/var)
unknown error ; ! Help
Error - Aborting Boot

Going to single user mode.

#


Please help me if i need to do anything else.

I followed this link -

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/using-bsdinstall.html

Help me on this SETUP.

Regards
Hrisikesh
___
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: Upgrading 8.2 to 9.1, Gnome issue

2013-01-22 Thread Hrisikesh sahu
Hi ,
Forgive my stupidity.
Yes, i was getting so many shared library issue. So  I deleted to
rebuild the pkgdb using #portupgrade.

Now I am able to do
#portupgrade gnome2.

I followed both the following links to upgrade Xorg and Gnome2 .

On command prompt Mouse and key board functionality is proper, but
when i switched to GUI using #startx , then mouse and key stopped
working.

I have included HLAD and DBUS to the rc.conf .
/etc/rc.conf  --
-
keymap=us.iso
gdm_enable=YES
gnome_enable=YES
hald_enable=YES
dbus_enable=YES
sshd_enable=YES
moused_port=/dev/psm0



Now I installed wireshark , but I am getting a Gtk-warning **: cannot
open display.

Please help me what are ports used to upgrade mouse and Key Board
functionality with X terminal.

I think few libraries are getting linked when I switched from Command
prompt to GUI terminal.

Please let me know if there is any command used to rebuild all the
installed ports and update pkgdb.

I am new to this freebsd . Please help me out to set up this system properly.




On Tue, Jan 22, 2013 at 4:12 AM, Joe Altman free...@chthonixia.net wrote:

 On Mon, Jan 21, 2013 at 01:02:17PM +0530, Hrisikesh sahu wrote:
 
  # portupgrade -fr gnome-session
 
  But I am facing a problem shared object libz.so.5 not found freebsd

 I see libz.so.6 in my /usr/lib on:

 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r245243: Wed Jan  9 18:25:14 EST 2013
 r...@whisperer.chthonixia.net:/usr/obj/usr/src/sys/WHISPERER  amd64

 Remind me: did you buildworld and installworld prior to upgrading ports?

  I did all these steps to upgrade the ports
   Code:
 
  #pkgdb -fF
  # rm /var/db/pkg/pkgdb.db
  # portupgrade -arRn

 While I wonder why you deleted your pkgdb.db, more to the point: did you
 rebuild it?

  but i am facing a issue with -
   Code:
 
  /usr/local/sbin/portupgrade:1473:in `get_pkgname': Makefile broken
  (MakefileBrokenError)

 My guess is that you did not rebuild the pkgdb.db...

  Please help me how to come out from this Makefile broken and shared object
  libz.so.5 not found freebsd.

 and I'd do that before trying to solve fixing the libz.so.5 issue.

 Joe
 ___
 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


Upgrading 8.2 to 9.1, Gnome issue

2013-01-20 Thread Hrisikesh sahu
Hi All,
I followed this following link to upgrade from 8.2 RELEASE to 9.1 RELEASE.
*http://www.freebsd.org/releases/9.0R/installation.html*

After
 Code:

# freebsd-update fetch
# freebsd-update install

Now the freebsd-update(8) http://man.freebsd.org/freebsd-update/8 utility
can fetch bits belonging to 9.1-RELEASE. During this process
freebsd-update(8) http://man.freebsd.org/freebsd-update/8 will ask for
help in merging configuration files.
 Code:

# freebsd-update upgrade -r 9.1-RELEASE

# freebsd-update install

The system must now be rebooted with the newly installed kernel before the
non-kernel components are updated.
 Code:

# shutdown -r now

I followed the following command to upgrade Ports -

# portupgrade -fr gnome-session

But I am facing a problem shared object libz.so.5 not found freebsd

I did all these steps to upgrade the ports
 Code:

#pkgdb -fF
# rm /var/db/pkg/pkgdb.db
# portupgrade -arRn

but i am facing a issue with -
 Code:

/usr/local/sbin/portupgrade:1473:in `get_pkgname': Makefile broken
(MakefileBrokenError)

Please help me how to come out from this Makefile broken and shared object
libz.so.5 not found freebsd.

Regards
Hrisikesh
___
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