RE: tab completion

2005-03-01 Thread Hauan David A
 -Original Message-
 From: Jonathan Chen [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, March 01, 2005 10:20 AM
 To: Ben Munat
 Cc: freebsd-questions@freebsd.org
 Subject: Re: tab completion
 
 
 On Tue, Mar 01, 2005 at 09:28:02AM -0800, Ben Munat wrote:
  None of those commands worked... However, I've also found that echo 
  $SHELL
  in my regular user's terminal says /bin/sh, while as root 
 it says /bin/csh. 
 
 If you're using /bin/sh, then of course none of the given 
 commands will work as they are for tcsh.
 
  Both root and the non-root user's shells are listed in 
 /etc/passwd as
  /bin/tcsh, so where else would the shell get set? Can I 
 just set all 
  terminals and all users (i.e. me) to have the same shell 
 with the same 
  capabilities?
 
 I suspect that /etc/passwd has gotten out of sync with 
 master.passwd. Don't edit /etc/passwd. Use vipw(1) and make 
 your changes within there.

Correctly installed shells are found in /etc/shells.
You can populate by adding shells throught the ports.
as root (su) whatever do this..
chsh username
which should be self explanatory.

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


RE: Printing to a Windows

2005-03-01 Thread Hauan David A
 -Original Message-
 From: Pietro Cerutti [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, March 01, 2005 1:29 PM
 To: FreeBSD
 Subject: Printing to a Windows
 
 
 Hi folks,
 I would like to print from my FreeBSD box to a Windows 
 printer on a Win2003 server on my LAN. I read the handbook, 
 the CUPS documentation and the chapter on the Absolute BSD 
 book, but I can't get things working.
 
 My problem is that I really can't understand the basis, how 
 things are connected between cups, samba and the Kde printing system.
 
 Can anyone explain me how does the thing have to be done?
 
 some info:
  uname -spr
 FreeBSD 5.3-RELEASE i386
 
  pkg_info | grep cups | cut -d   -f 1
 cups-base-1.1.23.0_3
 cups-lpr-1.1.23.0
 cups-pstoraster-7.07_3
 
  pkg_info | grep samba | cut -d   -f 1
 samba-3.0.11,1
 samba-libsmbclient-3.0.11_1
 
 Thank you for helping, best regards

If your dead set on CUPS I can't help.

Otherwise,
Enable print services for unix on the w2k3 box
and create a printcap entry for the IP of the
w2k3 box just as you would any normal tcp/ip
printer.

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


RE: Printing to a Windows

2005-03-01 Thread Hauan David A
 -Original Message-
 From: Pietro Cerutti [mailto:[EMAIL PROTECTED] 

 
 Yes, I think the problem is in CUPS.
 The Unix Printing System service on w2k3 is enabled, and the 
 /etc/printcap is ok (i followed the instructions on the books).
 
 I created a test plain text file
 
  lp test
 
  lpq
 Warning: no daemon present
 Rank   Owner  Job  Files 
 Total Size
 3rduser  9test  5 bytes
 
 
 but the print server doesn't receive any input.
 
 This is my /etc/printcap configuration:
  cat /etc/printcap
 lp|HPLaserJ:rm=host-name:rp=HPLaserJ:
 
 
 where host-name is replaced with the effective name, which 
 is mapped into /etc/hosts
 

Please don't top post.

You have created a port xxx.xxx.xxx.xxx on w2k3 with a queue
name of HPlaserJ ?

make sure cupsd is not running. 

the above lpq tells me there is no lpd running on
your FBSD box, that needs to be started.
echo lpd_enable='YES'  /etc/rc.conf for startup on reboot
/usr/local/sbin/lpc to view the status of printers and stop/start
the lpd.

If this is a HP laserjet you will have little difficulty
getting things to work.

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


RE: How can I cut and paste from xterm _into_ another program ?(NOTE - I am not an IDIOT)

2005-02-28 Thread Hauan David A
 -Original Message-
 From: Joe Schmoe [mailto:[EMAIL PROTECTED] 
 
 THE PROBLEM IS, if I cut text in an xterm, I cannot
 paste it in opera.  That is the only problem.
 
 So to recap, I know how to cut and paste - thanks.  No
 need for the mouse button tutorials.  All I want to
 know is, why can I not properly cut and paste from
 xterm TO opera, when I can already do it successfully
 gtom opera TO xterm ?
 
 Thanks.  Hopefully anyone responding will actually
 read the post this time.

Your question was answered.
Do you have a three button mouse or two
With mouse wheel? Or a two button mouse
With three button emulation?

Any way, highlight text with left button 
Depressed, cut text with right button, paste
With middle button (wheel) or with two button and
Three button emulation click both buttons
At the same time.

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


RE: PPP Connection.

2005-02-25 Thread Hauan David A


-Original Message-
From: Jonathan Chen [mailto:[EMAIL PROTECTED]
Sent: Friday, February 25, 2005 11:09 AM
To: Peterhin
Cc: freebsd-questions@freebsd.org
Subject: Re: PPP Connection.


On Fri, Feb 25, 2005 at 12:11:34PM -0500, Peterhin wrote:
 I have 5.3 installed, and am trying to get my dial-up going.
 In the handbook under 21.2.1.2 when   I try to do a 
 'cd /dev'
 'sh MAKEDEV tun0'
  I get can't open makedev: No such file or directory

The 5.x series uses a devfs filesystem which creates devices on the
fly. You don't have to make the devices manually anymore.

 I also tried using G. Lehey instructions from his book, I get to the 
 point where  the external modem dials at reboot, but no connection. I 
 have looked in the log files and it looks like Authentication failure 
 is my problem. 

Username and password is incorrect? Post us the actual contents of the
logs and your ppp.conf (with the username/password blanked out) and we
will have a better idea just what is going wrong with your system.
-- 

Note, if you have special characters in the username or password
you need o escape them i.e., [EMAIL PROTECTED] would be [EMAIL PROTECTED]
However, this is not always the case depending on the isp.
Good luck.

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


RE: Install Free BSD without floppy and bootable CD-ROM-drive

2005-02-24 Thread Hauan David A
Original Message-
From: ygb [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 24, 2005 5:18 AM
To: [EMAIL PROTECTED]
Subject: Install Free BSD without floppy and bootable CD-ROM-drive


I have notebook IP-120MHz, without FDD
He is not boot from CD. It is very old.

How can i install FreeBSD on in?

It has Windows partition

I see utilit setup.exe in the list of files in /tools, but
has NOT found it.

Help me, please!

See this how-to
http://www.freebsddiary.org/plip.php
dave



mailto:[EMAIL PROTECTED]

P.S. Sorry for my English.

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


RE: SCO file system mounting

2005-02-22 Thread Hauan David A
 -Original Message-
 From: Aftab Jahan Subedar [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, February 23, 2005 2:45 AM
 To: [EMAIL PROTECTED]
 Subject: SCO file system mounting
 
 
 Hello to all.
 
 Would 'mount' mount the SCO file system ? Does any body know 
 ? I presume the SCO system as partition type 2 or partition type 3 or 
 partition type 0x63.

If SCO is running...
How about mount -t nfs?

I used to do this all the time six/seven
years ago with 3.2-RELEASE, I think 
that's what it was. 

dave 

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


RE: Mic boost in FreeBSD 5.3

2005-02-17 Thread Hauan David A


 -Original Message-
 From: Timo Nisula [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, February 17, 2005 4:14 AM
 To: freebsd-questions@freebsd.org
 Subject: Mic boost in FreeBSD 5.3
 
 
 How can I boost my mic? When I use my mic with skype my frend 
 complaits 
 my voice is so quiet? In windows I have to use mic boost options.
 
  From dmesg:
 pcm0: nVidia nForce2 port 0xd800-0xd87f,0xd400-0xd4ff mem 
 0xe000-0xefff irq 9 at device 6.0 on pci0
 pcm0: [GIANT-LOCKED]
 pcm0: Avance Logic ALC655 AC97 Codec

What is the mic vol when you run mixer?
If it is low try mixer -f /dev/your_mixer_device mic 80(or whatever)

dave

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


RE: Enabling Dell Inspiron 1150 touch pad?

2005-01-19 Thread Hauan David A


 -Original Message-
 From: Greg 'groggy' Lehey [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, January 19, 2005 2:36 PM
 To: FreeBSD Questions
 Cc: FreeBSD mobile Mailing List
 Subject: Enabling Dell Inspiron 1150 touch pad?
 
 
 I've just installed 5.3-RELEASE on an Inspiron 1150 (some of 
 you will have seen my questions about this machine a couple 
 of weeks ago).  I can't get the touch pad to work.  I've 
 tried installing a -CURRENT (as of yesterday) kernel, and 
 there's no improvement.  The relevant parts of the dmesg 
 (from a verbose boot) appear to be:
 
   psmcpnp0: PS/2 mouse port at irq 12 on isa0
   psm0: current command byte:0065
   psm0: the aux port is not functioning (-1).
 
 The complete dmesg is at http://www.lemis.com/grog/dmesg.
 
 Before I go digging, has anybody else seen something like 
 this?  Any ideas where to look?
 
 Greg
 --
Have you tried..

http://www.rdegraaf.nl/index.asp?sND_ID=487235

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


RE: Re[4]: Connection via proxy

2005-01-19 Thread Hauan David A
 -Original Message-
 From: Mervin McDougall [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, January 19, 2005 4:22 PM
 To: Hexren
 Cc: freebsd questions
 Subject: Re: Re[4]: Connection via proxy
 
 
 tried updating the /etc/resolve.conf with the ips of
 the nameservers I got from windows XP but got the same
 results after trying to run mozilla .. that the proxy
 server could not be found.
 

if you updated /etc/resolve.conf it won't work!
drop the 'e' off resolve

dave



 --- Hexren [EMAIL PROTECTED] wrote:
 
  MM the laptop is a dual boot running windows XP on
  one
  MM slice and Freebsd 5.3 on another slice.
  
  MM I tried pinging the proxy server but got this
  error
  MM message
  
  MM can't resolve proxy.uvi.edu  host name look up
  failure
  MM proxy.uvi.edu being the name of the proxy server
  
  MM --- Hexren [EMAIL PROTECTED] wrote:
  
   MM Can you identify some other tests as well I
   could
   MM possible run other than pinging as I am going
  to
   have
   MM to reboot on each occurence to try see if
   freebsd can
   MM see that server and connect to it
   
   

-

You can ping the Proxy from the Notebook ?

Hexren


   
   
   
   -
   
   Your message doesn't parse. Why do you have to
   reboot the machine ? Each
   time ?
   I just wanted to know, if at the point where
  mozilla
   says it
   can't find the proxy you can ping the proxy using
   DNS name or IP.
   
   Regards (I really should look up some nice way to
   finish a mail in
   english)
   
   Hexren
   
   
  
  
  
  
  
  MM __
  MM Do you Yahoo!? 
  MM Yahoo! Mail - You care about security. So do we.
  
  MM http://promotions.yahoo.com/new_mail
  MM ___
  MM freebsd-questions@freebsd.org mailing list
  MM
 
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  MM To unsubscribe, send any mail to
  [EMAIL PROTECTED]
  
  -
  I would guess that you haven't configured DNS under
  FreeBSD.
  
  
  Lookup the nameserver you use with WinXP.
  (Start-Run type cmd in
  the shell opening type ipconfig /all)
  
  Then insert that DNS server into your
  /etc/resolv.conf under FreeBSD
  The line should look like
  nameserver insert ip of your nameserver here
  
  
  Hexren
  
  
 
 
 
   
   
 __ 
 Do you Yahoo!? 
 Yahoo! Mail - You care about security. So do we. 
 http://promotions.yahoo.com/new_mail
 ___
 freebsd-questions@freebsd.org mailing list 
 http://lists.freebsd.org/mailman/listinfo/free bsd-questions
 
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: clearing space

2005-01-06 Thread Hauan David A
 -Original Message-
 From: Marty Landman [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, January 06, 2005 3:51 PM
 To: freebsd-questions@freebsd.org
 Subject: clearing space
 
 
 Here's a picture of my situation.
 
 swamisalami# df
 Filesystem  1K-blocks   Used  Avail Capacity  Mounted on
 /dev/ad0s1a128990 128988 -10316   109%/
 /dev/ad0s1f257998  81790 15557034%/tmp
 /dev/ad1s1e   2030062 926976 94068250%/usr
 /dev/ad0s1e257998   2090 235270 1%/var
 procfs  4  4  0   100%/proc
 swamisalami#
 
 Does this mean that everything not on { /tmp, /usr, /var } is what's 
 consuming too much space?
 
Correct!
I see this all the time.
Do you log on as root a lot
And save things to ~root?
Have a look and move it off to usr
Someplace.

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


RE: clearing space

2005-01-06 Thread Hauan David A


  Here's a picture of my situation.
  
  swamisalami# df
  Filesystem  1K-blocks   Used  Avail Capacity  Mounted on
  /dev/ad0s1a128990 128988 -10316   109%/
  /dev/ad0s1f257998  81790 15557034%/tmp
  /dev/ad1s1e   2030062 926976 94068250%/usr
  /dev/ad0s1e257998   2090 235270 1%/var
  procfs  4  4  0   100%/proc
  swamisalami#
  
  Does this mean that everything not on { /tmp, /usr, /var } is what's
  consuming too much space?
  
 Correct!
 I see this all the time.
 Do you log on as root a lot
 And save things to ~root?
 Have a look and move it off to usr
 Someplace.
 
 dave
PS. Don't do your work as root. Use su or sudo 
Or something.

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


RE: sco utility

2005-01-04 Thread Hauan David A

 Hi,
 I have installed KDE 3.3 on free bsd.
 But the KDE doesn't have a SCO utility.
 Where can I download this utility from?
 Thanks,
 Leon.

Are you thinking of ibcs2?
SCO emulation?

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


RE: Explore FreeBSD filesystem under Windows?

2004-12-22 Thread Hauan David A Civ 92 CES/CERW


 How can I do that?
 explore2fs is for ext2/3 only.
 
 I want to copy files from my FreeBSD filesystem (UFS2, I 
 think?) using 
 Windows. 
 
Why not ftp or sftp them?
Download filezilla for your windows box.

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


RE: How to read Serial Port data

2004-12-21 Thread Hauan David A Civ 92 CES/CERW


 
 Hi guys, 
 I am trying to write a program to control my Alcatel telephonic
 central, this device has a  serial interfase that can be connected to
 a computer serial port, I want to read all the data that the alcatel
 device is sendind to my serial port
 Can you tell me how can I redirect all the data that comes trough my
 serial port to a file in FreeBSD?.
 thanks in advance

IIRC /usr/ports/comms/minicom or kermit will log
serial traffic.  Maybe cu (tip) with ~| ?

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


RE: can't mount windows filesystem

2004-12-02 Thread Hauan, David


 -Original Message-
 From: Rizal Ferdiyan [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, December 01, 2004 4:13 PM
 To: Erik Norgaard
 Cc: [EMAIL PROTECTED]
 Subject: can't mount windows filesystem
 
 
 
 why my partition windows can be mount in bsd?
 i have been try to write :
   mount -f -t msdosfs /dev/ad0s2  /mnt/win1
 
 but appear message msodsfs:/dev/ad0s2:Invalid Argumen 
Just a thought but syntax ^^ is wrong.

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


RE: Anybody have it working? (was Re: NVidia driver not usingAGP?)

2004-11-30 Thread Hauan, David


 
  -Original Message-
  From: Kirk Strauser [mailto:[EMAIL PROTECTED]
 
 
  On Monday 29 November 2004 04:20 pm, Kenneth Culver wrote:
 
  How about this, then:
 
  Has *anyone* successfully used an NVidia card with the most recent 
  x11/nvidia-driver port in AGP (as opposed to PCI) mode?
  -- Kirk Strauser
 
  Yes.  Just installed the latest from nvidia.
  after boot and login
 
  #sysctl hw.nvidia.agp.status.status
  hw.nvidia.agp.status.status: disabled
 
  However after fire off a X server..
 
  #sysctl hw.nvidia.agp.status.status
  hw.nvidia.agp.status.status: enabled
 
 Are you using xorg or XFree86?
 
 Ken

xorg on 5.3-beta4

dave

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


RE: Printing to network printer?

2004-11-29 Thread Hauan, David


 -Original Message-
 From: Tom Connolly [mailto:[EMAIL PROTECTED]
 Sent: Monday, November 29, 2004 1:22 PM
 To: FreeBSD_Questions
 Subject: Printing to network printer?
 
 
 Hello list,
  
 I have Googled on this subject but as I am very new to FreeBSD, I find
 the information a bit ambiguous.  I'm hoping that someone here will be
 able to explain this to me like I am 3 years old.
  
 I have a Dell Latitude C600 running FreeBSD 5.3-STABLE.  I have Samba
 installed and working correctly and I also have CUPS 
 installed.  I never
 actually installed CUPS but I think it was installed with 
 Samba.  I need
 to be able to print to an HP LaserJet 5 hooked to a Windows 
 2003 Server
 machine.  Could someone please explain to me how to do this?  The
 printer is shared as HPLaserJet5.

un-share the printer from the windows box.
add remove windows components - other network file
and print services. Select print services for unix.

Install /usr/ports/print/apsfilter 
in the apsfilter SETUP follow instructions for
adding a network printer and choose the appropriate
filter.

in essance your windows box is acting just as a print
server such as an hp jet direct card or print box.

This is my prefered way of doing things as it is less
overhead, IMHO
dave   

  
 Any help would be appreciated.
  
 Thanks,
  
 Tom
  
  
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Anybody have it working? (was Re: NVidia driver not using AGP?)

2004-11-29 Thread Hauan, David


 -Original Message-
 From: Kirk Strauser [mailto:[EMAIL PROTECTED]
 Sent: Monday, November 29, 2004 2:32 PM
 To: [EMAIL PROTECTED]
 Subject: Anybody have it working? (was Re: NVidia driver not 
 using AGP?)
 
 
 On Monday 29 November 2004 04:20 pm, Kenneth Culver wrote:
 
  Given the fact that I haven't yet seen anyone with working 
 AGP on their
  FreeBSD systems with the latest nvidia driver, I'm willing 
 to bet that part
  of the driver is broken.
 
 How about this, then:
 
 Has *anyone* successfully used an NVidia card with the most recent 
 x11/nvidia-driver port in AGP (as opposed to PCI) mode?
 -- 
 Kirk Strauser

Yes.  Just installed the latest from nvidia.
after boot and login

#sysctl hw.nvidia.agp.status.status
hw.nvidia.agp.status.status: disabled

However after fire off a X server.. 

#sysctl hw.nvidia.agp.status.status
hw.nvidia.agp.status.status: enabled

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


RE: Network Faxing?

2004-11-03 Thread Hauan, David


 -Original Message-
 From: Kristofer Pettijohn [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, November 03, 2004 11:51 AM
 To: [EMAIL PROTECTED]
 Subject: Network Faxing?
 
 
 
 Does anyone have any recommendations on software for network 
 faxing? Preferably via an email gateway or a printer 
 gateway..  I'd imagine the printer gateway would be fairly 
 complex since there is not a very efficient way to get the 
 fax phone number from the sender when printing..
 
 Just looking for some ideas/recommendations?
 
 Thanks!

/usr/ports/comms/hylafax

I've been using it for years. You can configure
it to do just about anything fax, printing and e-mail
wise.

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


RE: font size on console.

2004-10-27 Thread Hauan, David
 -Original Message-
 From: Eric Kjeldergaard [mailto:[EMAIL PROTECTED] 
 Sent: Monday, October 25, 2004 5:28 PM
 To: Giorgos Keramidas
 Cc: [EMAIL PROTECTED]
 Subject: Re: font size on console.
 
 
 On Mon, 25 Oct 2004 16:15:34 +0300, Giorgos Keramidas 
 [EMAIL PROTECTED] wrote:
  On 2004-10-25 08:48, pixiedave [EMAIL PROTECTED] wrote:
   hey all, is therer a way to adjust the resolution on 
 the console?  
   I have played around with the settings in sysinstall, but it does 
   not apear to do anything.  I have huge characters, and like small 
   size fonts and more real estate.
  
   If it matters, ATI 7500 TV card and a 17 inch lcd 
 display. Running 
   6.0 on a P4 Intel Board.
  
  You can always try to kldload vesa.ko at boot time and then 
 experiment 
  with VESA 800x600 modes:
  
  # vidcontrol -g 100x37 VESA_800x600
  
 
 Even without the VESA being loaded, setting appropriate fonts 
 and doing a vidcontrol 80x60 will be a big help.  I run the 
 80x60 on my laptop which is a radeon 7500 14 LCD.  It gives 
 me a LOT more text area.  man vidcontrol is the real resource 
 on the matter.
 
  Someone was working on improved VESA support for the 
 FreeBSD console. 
  The last time I checked the patch that floated around the -current 
  mailing list, it supported 800x600 modes, 1024x768, even 
 1280x1024 on 
  some adapters.
  
  Then, there's always X11 :-)
 
 I didn't know that one could pass 1024x768.  Thought there 
 was some or another issue with it, but maybe that's just for 
 displaying splash images.
 

So where is the best place to load this at boot so when
all users log in they get the vidcontrol settings I set.

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


RE: mouse problems

2004-10-19 Thread Hauan, David


 -Original Message-
 From: cris rizzo [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, October 19, 2004 9:59 AM
 To: [EMAIL PROTECTED]
 Subject: mouse problems
 
 
 I would like to know if there is another way to configure my 
 mouse. I have a Belkin mini optical USB and a three button 
 Belkin PS/2. Whenever I configure them by selecting TYPE, 
 PORT and then ENABLE, they both seem to work fine during the 
 test. However, when I start the X window desktop (KDE), I 
 barely touch the mouse and the cursor jumps to the top right 
 corner of the desktop and gets stuck there. I have even tried 
 to use a serial adapter and tried to configure it that way, 
 still, I had no luck. Any help you can provide will be appreciated!

Have you tried sysmouse for the device?

dave


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


RE: How to recover from setting boot_single=?

2004-10-15 Thread Hauan, David
 -Original Message-
 From: David Kurtz [mailto:[EMAIL PROTECTED] 
 Sent: Friday, October 15, 2004 10:58 AM
 To: [EMAIL PROTECTED]
 Subject: How to recover from setting boot_single=?
 
 
 Short story: I placed a single line,
 
 boot_single=
 
 into the previously empty file /boot/loader.conf and now my 
 machine boots with an extremely limited read-only volume.
 
 How do I get my old boot behavior back?

try cntrl+d
that show bring you up to multi user mode
with read/write slices.


 
 
 Long story: I was muddling through updating the kernel and 
 world for the first time, going from FreeBSD 5.1 = 5.2. 
 Following instructions in /usr/src/UPDATING I made backups, 
 made buildworld, etc. until it got to the point where it says 
 reboot in single user.
 
 Never having done that, I tried first by rebooting, but for 
 some reason my USB keyboard doesn't get power until further 
 on in the boot cycle, so I couldn't just press 4. I looked 
 through the docs and found instruction saying that I should 
 set boot_single. I'm guessing I should have set it to 
 something other than , which is just copied from 
 /boot/defaults/loader.conf.
 
 So, a couple more questions: what is this limited read-only 
 mode exactly? Where are my files (e.g. /usr is empty)? What 
 should I have done? Is it possible to back out?
 
 It's a personal sandbox, and everything I need is already 
 safely backed up; if I need to just blast the whole system 
 with a CD install, I can do that. But I am curious to know if 
 it's possible to u-turn in this cul-de-sac. Apparently, I 
 know just enough to get myself into trouble, but not enough 
 to get out. ___
 [EMAIL PROTECTED] mailing list 
 http://lists.freebsd.org/mailman/listinfo/free bsd-questions
 
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Wireless card problem.

2004-10-14 Thread Hauan, David
 -Original Message-
 From: Laszlo Antal [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, October 13, 2004 11:32 AM
 To: [EMAIL PROTECTED]
 Subject: Wireless card problem.
 
 
 I have 4.10 FreeBSD installed on my laptop.
 Everything working fine exept the Wireless network card stop working 
 after about 5-10min. I disable the APM in the kernel but it still 
 stops.
 At boot up when the startup bring up my network cards the wireless
 card on the bottom is POWERSAVING OFF POWERSLEEPING 100!!
 My last idea is the POWERSLEEPING 100 is the problem but I 
 could not 
 figureout how to disable or set it to OFF.
 
 Can somebody point me in the right direction?
 
 Thank you Laszlo
 
how 'bout -powersave.
man ifconfig

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


RE: Association Problem with Multiple APs

2004-10-14 Thread Hauan, David


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, October 07, 2004 2:47 PM
 To: [EMAIL PROTECTED]
 Subject: Association Problem with Multiple APs
 
 
 
 Hello list,
 
 I am running the 4.9 release of FreeBSD on an embedded 
 net4521 box and my problem is:
 
 Recently a wireless ISP put up an antenna in our apartment 
 complex. Now for some reason, my 4521 (and my iBook with 
 regular AirPort, also BSD based??) favor the wireless ISP's 
 connection over my own LinkSys access point.  The ISP's 
 antenna runs on channel 1 and consistently has a stronger 
 signal than my own AP (channel 6).  I have tried changing my 
 own AP's channel to no avail.
 
 Each time I issue the commands to associate with my AP the 
 4521 merely connects to the ISP rather than my specified 
 SSID.  If I check wicontrol or ifconfig it reports that the 
 desired netname is my AP, but the current netname always ends 
 up to be the ISP's AP.  This is extremely irritating.
 
 I recently got a wireless card (NL-2511CD Plus EXT2 802.11b 
 PCMCIA by SENAO) w/ the prism 2.5 chipset, and the 
 aforementioned problem is only with this card.  My older card 
 (a 3com 3CRWE737A PCMCIA) works
 *relatively* well, but I wanted to upgrade so...
 
 
 Has anyone had this problem, and does anyone have a 
 suggestion to fix it? Any insight into the BSD or the OS X 
 problem would be greatly appreciated!
 
 Thanks.. Tyler
 
 -
 Below is specific info if anyone cares to peruse it:
 -
 
 --- The Senao Card Initalizes:
 
 pccard: card inserted, slot 0
 Mar 15 22:30:14 soekrismini1 pccardd[58]: Card 
 INTERSIL(HFA384x/IEEE) [Version 01.02] [] matched 
 INTERSIL (HFA384x/IEEE) [(null)] [(null)] wi0 at port 
 0x240-0x27f irq 10 slot 0 on pccard0
 wi0: 802.11 address: xx:xx:xx:xx:xx:xx
 wi0: using RF:PRISM2.5 MAC:ISL3873
 wi0: Intersil Firmware: Primary 1.01.00, Station 1.04.09
 Mar 15 22:30:19 soekrismini1 pccardd[58]: wi0: INTERSIL 
 (HFA384x/IEEE) inserted
 
 --- I try to join my desired access point:
 
 ifconfig wi0 inet ssid My Access Point media DS/11Mbps
 
 --- and the card joins the access point of the wireless ISP 
 (Which has 
 --- a
 stronger signal) instead...
 
 wi0: flags=8842BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
 ether xx:xx:xx:xx:xx:xx
 media: IEEE 802.11 Wireless Ethernet DS/11Mbps
 status: associated
 ssid StupidAssISP 1:My Access Point
 stationname FreeBSD WaveLAN/IEEE node
 channel 1 authmode OPEN powersavemode OFF powersavesleep 100
 wepmode OFF weptxkey 1
 
 --- wicontrol -L lists:
 
 NIC serial number:  [ ]
 Station name:   [ FreeBSD WaveLAN/IEEE node ]
 SSID for IBSS creation: [ My Access Point ]
 Current netname (SSID): [ StupidAssISP ]
 Desired netname (SSID): [ My Access Point ]
 Current BSSID:  [ xx:xx:xx:xx:xx:xy ]
 Channel list:   [ 2047 ]
 IBSS channel:   [ 3 ]
 Current channel:[ 1 ]
 Comms quality/signal/noise: [ 92 154 11 ]
 Promiscuous mode:   [ Off ]
 Process 802.11b Frame:  [ Off ]
 Intersil-Prism2 based card: [ 1 ]
 Port type (1=BSS, 3=ad-hoc):[ 1 ]
 MAC address:[ xx:xx:xx:xx:xx:xx ]
 TX rate (selection):[ 11 ]
 TX rate (actual speed): [ 2 ]
 RTS/CTS handshake threshold:[ 2347 ]
 Create IBSS:[ Off ]
 Access point density:   [ 1 ]
 Power Mgmt (1=on, 0=off):   [ 0 ]
 Max sleep time: [ 100 ]
 WEP encryption: [ Off ]
 TX encryption key:  [ 1 ]
 Encryption keys:[  ][  ][  ][  ]
 Available APs:
 StupidAssISP  [ xx:xx:xx:xx:xx:xy ]  [ 1  ]  [ 46 60 14 ]  100
 [ ess ]   [ 1.0 2.0 5.5 11.0 ]  * 11.0 *
 My Access Point  [ xx:xx:xx:xx:xx:xz ]  [ 6  ]  [ 31 42 
 11 ]  100  [ ess ]  [ 1.0 2.0 5.5 11.0 ]  * 1.0 *
 
 --- Incidentally, it works correctly with the above process with the 
 --- card
 below:
 
 soekrismini1 pccardd[58]: Card 3Com(3CRWE737A AirConnect 
 Wireless LAN PC
  Card) [1.00] [[none]] matched 3Com (3CRWE737A AirConnect 
 Wireless LAN  PC Card) [(null)] [(null)] wi0 at port 
 0x280-0x2c7 iomem 0xd5000-0xd53ff irq 10 slot 0 on pccard0
 wi0: 802.11 address: xx:xx:xx:xx:xx:xx
 wi0: using RF:PRISM2 MAC:HFA3841
 wi0: Symbol Firmware: Primary 2.01.02, Station 2.51.04
 Mar 15 22:41:21 soekrismini1 pccardd[58]: wi0: 3Com 
 (3CRWE737A AirConnect Wireless LAN PC Card) inserted.

Have you tried forcing the channel?

ifconfig wi0 inet ssid My Access Point media DS/11Mbps channel 6

dave

RE: Ssh connection

2004-09-20 Thread Hauan, David


 -Original Message-
 From: Pota Kalima [mailto:[EMAIL PROTECTED] 
 Sent: Monday, September 20, 2004 12:54 PM
 To: Lowell Gilbert; Kevin Stevens
 Cc: [EMAIL PROTECTED] [EMAIL PROTECTED]
 Subject: Re: Ssh connection
 
 
 Thanks for all your responses. I must add that I am not a 
 programmer, so all that the verbose stuff did not mean much 
 too. I bit the bullet and started afresh - re-installed 5.2.1.
 
 I find that I could ssh to the machine itself, okay - as KeS 
 suggested. The process ends with the machine connecting to itself!
 
 What I still cannot do is to ssh from another machine 
 (Laptops MacOS X or
 windoz) which I would really like to do. On the mac I get this
 
 $ ssh -vvv 192.168.0.5
 OpenSSH_3.6.1p1+CAN-2004-0175, SSH protocols 1.5/2.0, OpenSSL 
 0x0090702f
 debug1: Reading configuration data /etc/ssh_config
 debug1: Rhosts Authentication disabled, originating port will 
 not be trusted.
 debug2: ssh_connect: needpriv 0
 debug1: Connecting to 192.168.0.5 [192.168.0.5] port 22.
 debug1: connect to address 192.168.0.5 port 22: Permission denied
 ssh: connect to host 192.168.0.5 port 22: Permission denied
 
 $ 
 
 The machine I am trying to connect to has NO firewall, yet.
 
 Pota
 
I might be way off here but...
are those other machines in your etc/hosts file?
I don't recall complete details but I think this
solved that issue for me; or something about DNS.
Maybe a clue for you?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Linux vs FreeBSD: wlan-cards

2004-09-13 Thread Hauan, David


 -Original Message-
 From: Florian Hengstberger [mailto:[EMAIL PROTECTED] 
 Sent: Monday, September 13, 2004 12:01 PM
 To: FreeBSD mailinglist
 Subject: Linux vs FreeBSD: wlan-cards
 
 
 Hi!
 
 I know I posted a similar question two days ago, sorry - I?m 
 still in trouble with finding a proper wlan-card. The 
 hardware database on the freebsd-site did not help me: most 
 cards are either not avaiable in Austria or simply to expensive.
 
 So my question is:
 Has anybody found a cheap wlan-card running under freebsd?
 I bet that most experienced users have a wlan card working. 
 What about the cheap d-link and netgear cards, is the 
 prism-chipset supported?
 
 (Sorry, but that?s a very important to me: I think of
 changing to FreeBSD from Linux and both OS are now competing!
 I want to give both a fair chance in hardware-questions.)
 
 Thanks in advance
 Florian
 

man wi will give you a pretty good list of supported cards

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


RE: booting beta3 on A7N8X

2004-09-13 Thread Hauan, David


 -Original Message-
 From: Lee Harr [mailto:[EMAIL PROTECTED] 
 Sent: Monday, September 13, 2004 2:54 PM
 To: [EMAIL PROTECTED]
 Subject: Re: booting beta3 on A7N8X
 
 
 [...] I primarily
 bought this board because of the AGP slot, Althon support 
 and general 
 reviews by overclockers and gamers [...]
 
 
 Do you have drm working?  I have never been able to get it to work...

Do you have an ATI card?

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


RE: xl driver for 3Com NIC

2004-09-09 Thread Hauan, David

 
 Good day!
 
 A have troubles to set up my 3Com EtherLink (xl) Network Card.
 
 Driver says 'no PHY found'. Hardware is 100% ok.
 
 'messages' file is attahced.
 
 
 -- 
 With best regards,
  Ighor  mailto:[EMAIL PROTECTED]
 

I don't see miibus0 in your in your dmesg output
add *device miibus* to your kernel or kldload miibus.

Hope this helps.

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


RE: new card, still can't get X11 working

2004-09-07 Thread Hauan, David


 -Original Message-
 From: Dustin [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, September 07, 2004 3:21 PM
 To: [EMAIL PROTECTED]
 Subject: new card, still can't get X11 working
 
 
 I originally sent this to the XFree86 list, but thought I may 
 get some useful insight if I sent it here.  
 


   I had a SIS 6326, and had problems getting X11 up and 
 running, so went
   to the store, and picked up an ATI Radeon 9200SE.
   
   Then I rebuilt the system, here's the info:
   
   ids# uname -a
   
   FreeBSD ids.marsik.org 5.2.1-RELEASE FreeBSD 
 5.2.1-RELEASE #0: Mon Feb
   23 20:45:55 GMT 2004
   [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386
   
   Immediately after install, I updated the ports tree 
 using cvsup, then
   updated the ports by running:
   
   Portsdb -uU
   Pkgdb -u
   Portversion -v
   Portupgrade -varRp -x openoffice
   Portsclean -CDD
   
   I then installed xorg from ports and configured xorg 
 using both methods
   specified by the handbook, which were:
   
   The 'Xorg -configure' method 
   The xorgconfig method
   
   When I run 'startx', the system hangs.
   
   
   Is there a magical video card I can buy to alleviate 
 these issues?  I
   need to get past this point and get to what I'm really 
 trying to do.
   
   Any help is much appreciated.
   
   Dustin
   Ps, the xorg log is attached
   
Disable DRM? in your XF86Config (or whatever it may be for Xorg).
I had this problem as well and that cleared it up.

Hope that helps

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


RE: sick and tired of freebsd resolving problems

2004-08-26 Thread Hauan, David


 -Original Message-
 From: Jorge Mario G. [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, August 25, 2004 5:21 PM
 To: [EMAIL PROTECTED]
 Subject: sick and tired of freebsd resolving problems
 
 
 Hi there
 I`ve been experiencing resolving problems with freebsd 
 5.2.1-release-p9
 
 the problem is this: I CAN NOT RESOLV
 my hosts file is ok
 looks like this in the gateway
 
 #
 127.0.0.1  localhost localhost.myfoodamin.org
 192.168.0.1   a a.foodoamin.org #NIC2
 192.168.0.2   b b.foodomain.org # WIFI AP
 192.168.0.254 laptop laptop.foodoamin.org # latop
 ...
 ...
 ##
 the laptop (Linux/FreeBSD) has the same hosts file
 and linux can ping to the outside world ALWAYS.
 so can do it the Windows boxes.
 
 the resolv.conf is not the problem because is working
 for linux in the same box and some other windows
 machines.
 
 FreeBSD (the gateway and laptop) can ping to the
 outside world Some times but very rarely
 
 I can not figure out what can be the problem
 
 when I run tcpdump on the latop I see it tries to
 resolv DNS but it cant
 
 somthing like this
 icmp echo request freebsd.org (my DNS servers) here
 then it tries freebsd.foodamain.org
 
 then after like 2 mins I get
 
 coulnt lookup host 
 or something like that
 
 please any help would be apreciated this is driving me nuts
 
 =

Can you ping outside IP addresses from this machine?

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


RE: Wireless Card stop worling after 15min.

2004-08-20 Thread Hauan, David


 -Original Message-
 From: Laszlo Antal [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, August 19, 2004 4:31 PM
 To: [EMAIL PROTECTED]
 Subject: Wireless Card stop worling after 15min.
 
 
 Hi,
 
 I have FreeBSD 4.10 installed on my Toshiba Satellite laptop 
 with built in Wireless card. Everything is working fine Thank 
 you for all the advice about the overheating problem. So what 
 happens is after I start my laptop I have internet connection 
 through my wireless card only for 15 minutes or soo.
 
 Is there such a thing like wireless card time out??
 If yes than where should I look for it??
 
 If I shutdown my laptop and restart it I can connect to the net again.
 
 Thank for all the help in advance.
 
 Laszlo

I noticed this on a ThinkPad running win2k.
The problem was the power save feature on the 
wi card.  When power save *feature* was disabled
all worked fine.  Just a thought.

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


RE: FreeBSD 5.2.1 not resolving after kernel compiling

2004-08-19 Thread Hauan, David


 -Original Message-
 From: Jorge Mario G. [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, August 18, 2004 7:14 PM
 To: [EMAIL PROTECTED]
 Subject: FreeBSD 5.2.1 not resolving after kernel compiling
 
 
 Hi there
 
 My freebsd box was working fine (resolving)
 then I recompiled the kerneld 
 I just added scbus and da to get my digicam, working
 then after reboot I can not resolv I think
 
 when I try to cvsup it sits on PARSING FILE
 I can not ssh to boxes in the LAN 
 but I can ping then
 I can not ping boxes outside the LAN from that box
 
 I dont what can be the problem
 
 I guess it`s the /etc/hosts file
 
 the files looks like this:
 
 ::1   localhost localhost.sancocho.org
 127.0.0.1 localhost localhost.sancocho.org
 192.168.0.6  gato gato.sancocho.org
 
 anyhelp would be apreciated it
 
what does /etc/resolv.conf read?

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


RE: Problems after IP change

2004-07-28 Thread Hauan, David


 -Original Message-
 From: Steve Bertrand [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, July 28, 2004 7:22 AM
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: Re: Problems after IP change
 
 
  On Wednesday 28 July 2004 14:03, Steve Bertrand wrote:
   Hi all!
  
   I recently got a new IP on my outside interface, and I 
 replaced the
  old
   IP with the new one in my IPFW ruleset, and restarted natd.
   Now everything was alright until my network clients (on 
 the inside
   interface)
   started complaining that they can't connect to remote 
 servers. Ping
  still
   works, but they can't fetch their mail or surf the net.
   It looks like something is wrong with my firewall, but I changed
  nothing
   but
   the old address.
   Are there other processes that need to be restarted?
 
  Did you actually change the IP on the interface itself? If not:
 
  edit /etc/rc.conf and change the IP/Netmask, then:
 
  # /etc/netstart
 
  Yes, the IP was changed. I ran /etc/netstart, but it didn't 
 help. As I
  said,
  ping works as normal, and the packet sniffer shows normal 
 TCP connections
  and
  there are even answers from the remote servers, so I really 
 have no clue
  what
  could be wrong. I don't think it would do this with a wrong IP.
 
 
 
 Do you have an ``alias_address'' statement in your natd.conf file?
 
 Usually, you will specify the interface that natd operates 
 on, but in some
 situations, some will specify an alias address instead.
 
 Check the file, and ensure that you are not aliasing the old address.
 
 Steve

Can you ping outside addresses from the inside clients?
Is the FW box running dhcp?
If not did you change the gateway on the inside clients?

Just a thought.

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


RE: wrong Xircom card??

2004-07-26 Thread Hauan, David


 -Original Message-
 From: Gary Kline [mailto:[EMAIL PROTECTED]
 Sent: Monday, July 26, 2004 1:46 PM
 To: Wojciech Puchar
 Cc: FreeBSD Mailing List
 Subject: Re: wrong Xircom card??
 
 
 On Mon, Jul 26, 2004 at 10:16:58PM +0200, Wojciech Puchar wrote:
 I'm trying a net/ftp install of 4.8 on my Thinkpad.  The
 laptop didn't come with a builtin NIC so I bought a
 Xircom 10/100 card.  (I'm using the IBM UBS to CAT5 connector.)
 The floppy install puts up /stand/sysinstall nicely, but when
 I goto the network sections I eventually see only SLIP or PPP
 as options.
  
  install kernel just didn't load this driver.
  
  i'm not sure now, but when booting in boot menu there is option for
  booting with PCMCIA support, but it's not default choice
 
 
   there was one screen that mentioned the cards.  gave 4
   address ranges for the card; i toook the default of 0x.
 
   anybody else on-list have the xircom card working?  i'd
   be only too pleased if i'm missing some magic incantation
   rather than having  bought the wrong card...
 
   thanks, and if anyone else has insights, i'd be much obliged
   to hear!
 
   gary
Do as above and select irq 3 from the
next screen.  That worked for my wireless
card.

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


RE: ORiNOCO Wireless - troubles

2004-07-21 Thread Hauan, David


 -Original Message-
 From: Andrew L. Gould [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, July 21, 2004 8:54 AM
 To: [EMAIL PROTECTED]
 Cc: Maksym Marchenko
 Subject: Re: ORiNOCO Wireless - troubles
 
 
 On Wednesday 21 July 2004 10:27 am, Maksym Marchenko wrote:
  Andrew L. Gould wrote:
   On Wednesday 21 July 2004 08:39 am, Maksym Marchenko wrote:
  Hi!
  
  
  I have a Siemens 510 laptop with 128 MB RAM and 4GB HDD.
  It has no Network card onboard. So I have only wireless pccard
  ORiNOCO Silver.
  I had before Intel Wireless/PRO 2011B. This one was bad (for
   FreeBSD) Now I have ORiNOCO, but I can't make it working.
  It works in Linux, but I want FreeBSD.
  I have compile new kernel, but it says:
  CIS is too long - truncating!
  pccard0: Card has no functions!
  cbb0: PC Card card activation failed
  
  Can anybody say, what must I doing?
  
  Thanks in advance.
  
   Look for information regarding your laptop brand/model, or similar
   models, at:
  
   http://gerda.univie.ac.at/freebsd-laptops/
  
   What version of FreeBSD are you running?  I'm not 
 familiar with the
   laptop; but FreeBSD 5.* has problems with many of the older pcmcia
   slots.  If you're running FreeBSD 5.*, consider:
  
   1. recompiling the kernel using the OLDCARD kernel configuration
   file. 2. If ACPI is enabled, try booting with it 
 disabled. (If it's
   disabled, try booting with it enabled.)
   3. You might also consider changing to FreeBSD 4.10, the 
 production
   version of FreeBSD.
 
  I was already at http://gerda.univie.ac.at/freebsd-laptops/
 
  I'm running 5.2 , I had 4.9, bat it was the same trouble.
  May be 4.10 is better that way ...
 
  I've not found a reference about including OLDCARD during kernel
  compiling. How can I do that?
 
 If I'm reading OLDCARD correctly, it references GENERIC; so if you're 
 still using a GENERIC kernel, you can:
 
   #unless you're the only user on a standalone pc, boot 
 into single user
   #login as root
   cd /usr/src
   make clean
   make buildkernel KERNCONF=OLDCARD
   make installkernel KERNCONF=OLDCARD
   shutdown -r now
 


I am running an orinoco silver on a hp omnibook 800ct
Durning install, when pccard is enabled choose the 
default address range, then select irq 3 and the card
should be recognized.  Mind you this is on 4.9-Release.

Works very nicely for me.

btw I had to give ssid to ifconfig extras.

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


RE: FreeBSD 5.1 - WinXP Networking Problem UPDATE #2

2004-07-20 Thread Hauan, David


 -Original Message-
 From: freebsder [mailto:[EMAIL PROTECTED]
 Sent: Sunday, July 18, 2004 10:16 AM
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: Re: FreeBSD 5.1 - WinXP Networking Problem UPDATE #2
 
 
 Hi Mark,
 
 I put in: 
 natd_flags=-dynamic
 But I could not get it up and running.
 
 Btw, previously, what I've been doing to get the
 machine on line was typing in:
 
 # ipfw add 100 allow tcp from any to any via any
 00100 allow tcp from any to any
 # ipfw add 100 allow ip from any to any via any
 00100 allow ip from any to any
 
 I'm doing this because this allows me to surf the web
 and download my Email respectively.  So when I do an
 ipfw, I get:
 
 # ipfw -a list
 00100 308 68064 allow tcp from any to any
 00100  38  3187 allow ip from any to any
 65535 337 23993 deny ip from any to any
 
 Now, after I made the change you suggested and
 rebooted, I got:
 # ipfw -a list
 00050 276 17396 divert 8668 ip from any to any via
 tun0
 00100 134 14156 allow ip from any to any via lo0
 00200   0 0 deny ip from any to 127.0.0.0/8
 00300   0 0 deny ip from 127.0.0.0/8 to any
 65000   0 0 allow ip from any to any
 65535   0 0 deny ip from any to any
 
 Then I tried pinging out from my Win XP box to no
 avail. 
 
 I even added:
 
 # ipfw add 100 allow tcp from any to any via any
 00100 allow tcp from any to any
 # ipfw add 100 allow ip from any to any via any
 00100 allow ip from any to any
 
 to get:
 
 00050 286 17938 divert 8668 ip from any to any via
 tun0
 00100 134 14156 allow ip from any to any via lo0
 00100   0 0 allow tcp from any to any
 00100   0 0 allow ip from any to any
 00200   0 0 deny ip from any to 127.0.0.0/8
 00300   0 0 deny ip from 127.0.0.0/8 to any
 65000   0 0 allow ip from any to any
 65535   0 0 deny ip from any to any
 
 but still no dice!
 
 I'm thinking I should probably Delete the following
 two lines from above:
 00200   0 0 deny ip from any to 127.0.0.0/8
 00300   0 0 deny ip from 127.0.0.0/8 to any
 
 and see what happends.  I will try this out now, but
 if you have any other suggestions, prey tell.
 
 as always ... thankyou.
 
 Your Message::
 
 Jumping in late, 
 
 natd_enable=YES # forward from inside
 natd_interface=tun0  # this being the connection to
 outside world 
 natd_flags=-dynamic # because the ip addy may change
 
 
 I don't know what your trying to do here??
 natd_flags=redirect_port tcp 192.168.1.1:80 80
 I would remove this until you get everything else
 working.
 
This all looks fine to me.

Is your winxp gateway set correctly?
It should be the internal IP of your 
FreeBSd box.

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


RE: LAN Internet

2004-06-25 Thread Hauan, David


 -Original Message-
 From: sd sdfg [mailto:[EMAIL PROTECTED]
 Sent: Friday, June 25, 2004 11:24 AM
 To: [EMAIL PROTECTED]
 Subject: LAN Internet
 
 
 Hello,
  
 I'm a newbie and please excuse for my poor language.
 I have FreeBSD 4.9 and my computer is in LAN with other 
 people. One of our friends is the host of the internet. I 
 have all the data required to connect to the internet, but I 
 do not know how. My network interface card is correctly 
 installed, I can ping the IPs in the LAN. But when I try to 
 access some web adress with the web browser Konqueror, I fail.
  
 Can you please tell what should I set up in order to have 
 internet or give me some link that may be helpful. I've 
 searched in tha handbook, but couldn't find.
  
 Thank you!
 

Sounds as though you need to edit your 
/etc/resolv.conf file to reflect your 
primary and secondary name-servers.

dave

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


RE: linksys pccard

2004-06-24 Thread Hauan, David

 I am running 4.9 stable on an Amstech Roadster 15
 laptop.
 I was using a linksys Ethernet Card that was working
 perfectly until yesterday.Just out of the blue it
 began to freeze the whole system when I plug the card
 in.Everything works fine when I unplug it.
 Do you have any idea why it would be working great,
 then just decide to act this way?
 James Rogers
 Springville Utah

Your card is trashed.
Had this happen to me too.
No matter what machine or OS
Hung the whole box until I
unplugged it.  They should
have a lifetime warranty.

dave

 
 
   
 __
 Do you Yahoo!?
 New and Improved Yahoo! Mail - Send 10MB messages!
 http://promotions.yahoo.com/new_mail 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: want sudo but not sudo su - how

2004-06-14 Thread Hauan, David


 -Original Message-
 From: John [mailto:[EMAIL PROTECTED]
 Sent: Saturday, June 12, 2004 6:30 AM
 To: [EMAIL PROTECTED]
 Subject: Re: want sudo but not sudo su - how
 
 
 On Sat, Jun 12, 2004 at 11:59:59AM +, Andy Smith wrote:
 
  It might be best to just say I don't want you doing this and then
  punish people who do, since you do have logs.
 
 yeah, thought this might be the case :| thanks for confirming it.
 
  If you're trying to restrict what people can do with sudo it will be
  better to explicitly list each binary they can run as root and make
  sure there's no way they can modify those binaries.
 
 yeah, but too many binaries (or roles too diffuse, tightening 
 up of which 
 would be another way of handling it)
 

visudo and add

johnALL = /usr/bin/su [!-]*, !/usr/bin/su *root*

this will allow you to su to anyone but root

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


RE: FreeBSD on Gigabyte Motherboard GA-7N400 Pro2

2004-06-07 Thread hauan david


 -Original Message-
 From: Technical Director [mailto:[EMAIL PROTECTED]
 Sent: Thursday, June 03, 2004 8:30 PM
 To: Red
 Cc: [EMAIL PROTECTED]
 Subject: Re: FreeBSD on Gigabyte Motherboard GA-7N400 Pro2
 
 
 
 Red,
 
 Wow, Ma'am or Sir... -- SNICKER
 
 I do believe the nVIDIA nFORCE 2 MCP Integrated controller 
 will operate
 with the /usr/ports/net/nvnet port.
 
 From the port pkg-desc:
 
  bash-2.05b# cat pkg-descr
  This port contains a driver for the NVIDIA nForce MCP 
 Ethernet adapter.
  It contains a wrapper that replaces the Linux nvnet.c, and 
 links against
  the Linux binary only object file (nvnetlib.o) included in 
 the NVIDIA
  driver source distribution.
 
  This should work on all nForce and nForce2 based 
 motherboards that have
  the onboard MCP MAC enabled.
 
 Hope this helps.
 
 R.
 
 On Thu, 3 Jun 2004, Red wrote:
 
  Dear Ma'am or Sir:
  Is FreeBSD in versions 4 or 5 fully supported on the Gigabyte
  GA-7N400 Pro2 which uses the nVIDIA nFORCE 2 Ultra 400 Memory /
  AGP/ PCI Controller (PAC) and the nVIDIA nFORCE 2 MCP Integrated
  Peripheral Controller (PSIPC)?  The processor is an AMD Athlon XP
  with and nVIDIA GeForce 5200 video card and 1 Giga Byte of Ram.
  Thank you,
  Marvin C. Bell
  NRA Endowment,
  Sam's Club Member,
  Former L/ Cpl 10th Marines.
 

here is my dmesg output on ASUS A7N8X nForce2 running 5.2.1 #02
nv0: NVIDIA nForce MCP2 Networking Adapter
port 0xec00-0xec07 mem 0xe000-0 xefff irq 5 at device 4.0 on pci0
nv0: Ethernet address 00:0e:a6:8c:04:8a miibus0: MII bus on nv0
rlphy0: RTL8201L 10/100 media interface on miibus0
rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto

dave

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


RE: good backup software - replacing afbackup

2004-05-27 Thread Hauan David CIV 92 CES/CERW
 I have an external SCSI drive and a series of problems with 
 how AFBACKUP is acting and there is absolutely no response
 to my issues on their mail list. any clues on a really easy
 to configure backup software for FreeBSD please?

dump, cpio and tar are really easy to use.
Or depending on your needs...
http://www.onlamp.com/pub/a/onlamp/2004/01/09/bacula.html

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