USB NIC udav driver

2009-03-15 Thread Pete C

I have a cheapo USB NIC,  found in dmesg..

ugen0: DM9601 USB NIC DM9601 USB NIC, class 0/0, rev 1.10/1.01, addr 2 
on uhub1


I have complied a kernel including ..

device uhci
device ohci
device usb
device miibus
device udav

per the udav(4) man page .. but ifconfig shows only the onboard  nic ..

am I missing something .. or is this USB NIC unsupported ..


TIA

Pete C
___
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


VNC ??

2007-05-14 Thread Pete C
what are some of the more current ways to do remote desktop functions  
w/ FreeBSD 6.2 host and WinXP client . . googled, but alot of stuff  
out there seems to be awful old . .


TIA

Pete C
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: VNC ??

2007-05-14 Thread Pete C

Quoting Jack Barnett [EMAIL PROTECTED]:


uh, since he's blocking my emails, here is info if anyone else is
interested.



so sorry for the bad reply-to addy, new web-mail client
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


musicpd kld sound

2006-10-20 Thread Pete C

I have an issue w/ mpd starting (trying to, anyway) before the kld for
sound loads up, which causes mpd to fail loading . . then I have to  
start mpd at the command line.


I would like to set up sound in the kernel, but I have Aureal 8810 based
sound on the MB and don't see a driver to use in the snd_drvr line
in the config file.

is there a way to specify the order in which these items load ?

any clues appreciated . .

Pete C



replace 'nospam' w/ my first name to reply directly
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: musicpd kld sound

2006-10-20 Thread Pete C




I have an issue w/ mpd starting (trying to, anyway) before the kld for
sound loads up, which causes mpd to fail loading . . then I have to  
 start mpd at the command line.


I would like to set up sound in the kernel, but I have Aureal 8810 based
sound on the MB and don't see a driver to use in the snd_drvr line
in the config file.

is there a way to specify the order in which these items load ?

any clues appreciated . .




http://www.freebsd.org/cgi/url.cgi?ports/audio/aureal-kmod/pkg-descr

Should do it I think... been a long time since I used it, but I had a
couple of turtle beach cards that were 88x0 somethings and it worked
great.



maybe I'm missing something . . I am using the aureal-kmod pkg you  
linked to, but thought it only works as a kernel module (ie: not  
compliled into the kernel) . . can I use this to compile a custom  
kernel ? how would I go about it ?


thanks


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


Re: Question about installing FreeBSD

2006-10-03 Thread Pete C


Quoting Michael Christensen [EMAIL PROTECTED]:


Hi,

  I really hope that you're answering questions about installing   
FreeBSD, since I can't yet start threads on freebsdforum.org.


  My question is :
  I have downloaded the entire FreeBSD 6.1 (about 17,5 GB) and made   
a FREEBSD directory on one of my HDs and now trying to install BSD   
on the other.
  I'm booting from floppies and now can't understand why the   
sysinstall can't find the DOS partition on the slave. Is it because   
it's on a NTFS or what am I doing wrong?


  Thomas

. . the easier way to install is to download the .iso files and burn  
them to CD . . then use your boot floppies to start the install from  
the CDs (or just boot from the CD if supported by your equip)


Pete C

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


linux-firefox

2006-08-30 Thread Pete C
did a 'make install' for linux-firefox I got an error that  
libXfixes.so.3 (as part of linux-glib2, IIRC) could not be found . . .  
after some googling and a few bad leads for some reason I did another  
make install and got no errors . . . but now linux-firefox won't run  
because libXfixes.so.3 is missing . . .


Any clues appreciated . . .

Pete C

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


FBSD6.1 cups w/gimp-print drivers

2006-07-12 Thread Pete C
I'm trying to get my printer working with a realtivly new install of  
6.1 Release w/ Gnome . . . cups and gimp-print were installed as  
dependancies (I guess, as I didn't pick them) . . .


 . . . all I've been able to find tells me I need to get gimp-print  
drivers (for my canon S530D) working w/ cups . . .


. . . I've enabled cups, and in trying to add the printer I only get a  
small list of printer drivers and canon isn't one of them . . .


. . . how do I get cups to use the gimp-print drivers ? ? ?

TIA

Pete C



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


Re: OpenOffice install

2006-06-05 Thread Pete C




Pete C [EMAIL PROTECTED] writes:


Trying to setup openoffice 1.1.5 on a FBSD6.1 box (pkg was added
during install) and just wondering about where to install what . . .
there a multiple accounts on the one machine that need access . . . do
I do a Local Install as root (to /usr/local/bin ??? (pls
confirm/suggest alt)) and then a Workstation Install as each user to
their home dir ? ? ?




Quoting Lowell Gilbert [EMAIL PROTECTED]:

On OpenOffice 2, I just do a default install and the program takes
care of the user install on its own.  Back in the old days with
version 1, I think I remember doing what you're describing, but my
memory isn't exactly reliable.  I think the user install just runs
OO's setup program anyway.


Thanks,

found TFM (http://documentation.openoffice.org/setup_guide2/) at  
openoffice.org, pretty much agrees with what you said and I was  
thinking . . . I've got some reading to do :)


Pete C

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


OpenOffice install

2006-06-04 Thread Pete C
Trying to setup openoffice 1.1.5 on a FBSD6.1 box (pkg was added  
during install) and just wondering about where to install what . . .  
there a multiple accounts on the one machine that need access . . . do  
I do a Local Install as root (to /usr/local/bin ??? (pls  
confirm/suggest alt)) and then a Workstation Install as each user to  
their home dir ? ? ?


TIA

Pete C

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


Re: n00b question again

2006-06-04 Thread Pete C

Quoting dharam paul [EMAIL PROTECTED]:




Send instant messages to your online friends http://in.messenger.yahoo.com
___



are you running yahoo messenger on the machine ? ? ?


Pete C



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


Re: n00b question again

2006-06-04 Thread Pete C

Quoting dharam paul [EMAIL PROTECTED]:


No Sir, the freebsd machine is an independent machine
, intext mode only and is meant for only serving
internet to the windows machines. Yahoo messenger is
not installed on this machine.



guessing . . . but most (nOOb) gateway machines use 192.168.1.1 . . .

. . . is one of the internal boxes (192.168.1.14) running yahoo  
messenger ? ? ?


Pete C


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


Re: n00b question again

2006-06-04 Thread Pete C

Quoting Vitaly D [EMAIL PROTECTED]:


From: Pete C [EMAIL PROTECTED]
To: freebsd freebsd-questions@freebsd.org
Subject: Re: n00b question again
Date: Sun, 04 Jun 2006 11:28:44 -0400

Quoting dharam paul [EMAIL PROTECTED]:


No Sir, the freebsd machine is an independent machine
, intext mode only and is meant for only serving
internet to the windows machines. Yahoo messenger is
not installed on this machine.



guessing . . . but most (nOOb) gateway machines use 192.168.1.1 . . .



what should use a not noob gateway machine ?




192.168.1.1 is OK . . . I was just guessing that this is what was used  
(could have been different), and that the 192.168.1.14 he mentioned  
was not the gateway machine, but another computer behind the gateway .  
. .


Pete C

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


min disk size for (useful) desktop

2006-05-27 Thread Pete C
. . . looking for advice/guidelines for a minimum disk size for a decent 
desktop install of 6-stable with gnome, openoffice, firefox, gimp etc. . 
. .


. . . I have both a 20G and a 250G on hand, so I guess the question 
really is is 20G enough ? ? ?


TIA

Pete C

I love my country, but fear my government.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


forward hosted domain / subdomain to local box

2006-03-04 Thread Pete C
I have a hosted domian at successfulhosting.com (I believe they run FreeBSD, 
although the helpdesk personell are confuse because they call it their 
'Linux Plan', go figure, anyhoo . . .) and I'd like to host a subdomain 
locally . . . problem is I'm behind a DHCP cable modem (w/ OptimumOnline) 
and a FreeBSD gateway running PF . . . 

. . at the hosted domain, I have access to DNS records, and the 'control 
panel' has alias and redirect options, but require an ip or hostname . . . I 
reversedDNS'd my current ip to  ool-4357635e.dyn.optonline.net but I don't 
know if hostname changes with the ip . . . 

. . in a bit over my head on this one . . . 

. . any 'easy' way to do this . . . no, really ;) 



Pete C 


I love my country, but fear my government.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


[no subject]

2003-02-27 Thread Pete C
unsubscribe

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


ssh ipfw

2003-01-30 Thread Pete C
any quick pointers for how to go about setting up ssh though ipfw on a
gateway/router running nat to one of the internal machines ? (FreeBSD
on both the router and internal machine)

after a quick search of the available resourses (Google/BSD, mail
archives, etc) I'm thinking it should be easier that this ?

TIA

Pete C
This e-mail host does not accept spam (unsolicited e-mail).
If you have a legitimate reason for contacting me, use
'pete' instead of 'junk'.

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



Re: Where are the 4.7 release sources?

2002-10-23 Thread Pete C
At Wednesday, 23 October 2002, Wayne Lubin [EMAIL PROTECTED] 
wrote:

--- Drew Raines
[EMAIL PROTECTED] wrote:
 Wayne Lubin wrote:
 
  I am not quite sure I understand. If this is the
 ftp server
  that holds the 4.7 release sources, then why is it
 in a
  folder called 4.0-stable ?
 
 Mailing lists are *not* the first place to go for
 help.
 
   

http://www.freebsd.org/doc/en_US.ISO8859-1/articles/freebsd-questions/
   

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-
edge.html
 
 -Drew
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of
 the message

I have already been to the references that you point
out and they are not helpful. And BTW why is it that
you assumed that I had not been to them? Let me
restate what it is I am looking for. I am looking for
the ftp site that has the 4.7 release sourses much
like 

ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/

has the sources for current. I know this seems like
simplistic and newbie in nature type of question, but
it is beginning to turn out to be far from it. As of
yet neither I nor anyone else has seem to point me
into a definitive direction in this matter.

Wayne

__
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/

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


ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/4.7-RELEASE/


This e-mail host does not accept spam (unsolicited e-mail).
If you have a legitimate reason for contacting me, replace
'junk' with 'pete'.








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