Re: USB Mouse on Laptop

2006-05-03 Thread M.Stegenburgs
Hi,

moused_type=auto
works nice on my Toshiba.
Well, it does not map all the buttons of my Logitech trackball, but basic 
functions switches on the fly.

Regards,
Maris

On Wed, 3 May 2006 01:27:18 +
Jonathan Herriott [EMAIL PROTECTED] wrote:

 Hi!
 
 I currently just fixed moused to start up using my laptop's mousepad in
 /etc/rc.conf using the following options:
 
 moused_enable=YES
 moused_port=/dev/psm0
 moused_flags= #This is another problem of mine, I can't get the four
 extra buttons on my mousepad to work because I don't know what to specify
 with -z, but this isn't the point of this post
 moused_type=ps/2
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Writing to ntfs partitions?

2006-04-29 Thread M.Stegenburgs
Hi,

Good thing to have in your pocket:
http://trinityhome.org/trk/

Regards,
Maris Stegenburgs

On Sat, 29 Apr 2006 12:08:09 +0200
Daan Vreeken [PA4DAN] [EMAIL PROTECTED] wrote:

 Hi All,
 
 I am trying to help a friend recover her Wind0ws harddisk. I have a backup of 
 all files on a UFS2 partition and I have a new and freshly 
 partitioned/formatted harddisk with a number of NTFS partitions. man 
 mount_ntfs mentions write support for ntfs partitions with some limitations, 
 but I can't seem to write anything to any of the ntfs partitions :(
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: DIAL-IN TERMINAL SERVICE

2006-04-17 Thread M.Stegenburgs
On Mon, 17 Apr 2006 13:22:18 +0900
FreeBSD MailingLists [EMAIL PROTECTED] wrote:

 Can anyone help me with setting up my modem?

Connect modem to PC and use some serial terminal software. Make connection to 
modem via appropriate COM port. Then type something like ATF and hit Enter.
If you see answer OK, then you are on the right way. Now you can start to 
experiment with AT commands.

 1) How do I know if my modem stores parameters in non-volatile RAM?

Easy. Make some changes to settings, turn modem off, on and see if your changes 
are still there :-)

 2) How do I setup my modem to receive incoming calls? How do I set what ring
 the modem picks up on?

First simple thing: call your modem line from other regular or mobile phone to 
see if it picks up and when.
ATA - in most cases sets modem to autoanswer.
Then see S-registers.
ATS0=5 for example sets number of rings before answer to 5.
After off/on with ATS0? check if 5 is still there. If not, then try first to 
save settings like: ATW0

 3) How do I mute the modem speakers so that I don't have to hear the
 annoying

ATM0

 4) If the modem parameters are kept in volatile RAM, how do I get my
 computer to reinitialize the settings on bootup?

Modems are different.  Sometimes it is ok just to give above mentioned commands 
and modem remembers them. Sometimes usage of modem profiles F0, F1 is ok. 
(ATW0; ATW1 to write them, ATF0; ATF1 recall them).
It is also possible to pass all settings to modem in one init string, like:
ATAS0=5M0

 TIA,
 Tomoki Taniguchi
 
Hope this helps a bit.
Best regards,
Maris Stegenburgs
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]