What about for Palm's and Pocket PC's in FreeBSD?

2005-11-13 Thread Andrew Pogrebennyk
Could anyone tell me if there's a good support for Palm's and Pocket
PC's in FreeBSD, especially for Bluetooth connectivity? I'm going to
buy one and if I learn that Palm is supported much better, It'll be one
more it's advantage over MS :) Maybe, someone could point me a some
sort of guide? Thanks!


-- 
The only secure computer is one that's unplugged, locked in a safe,
and buried 20 feets under the ground in a secret location... and I'm
not even too sure about that oneā€¦ Dennis Huges, FBI
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Editor for C C++ language

2005-10-22 Thread Andrew Pogrebennyk
On Sat, Sat, 22 Oct 2005 22:07:19 +0200 (GMT)
vittorio [EMAIL PROTECTED] wrote:

 Working usually under kde I'm looking for something similar to the
 llc-win32 program under ms-windows - that is a development
 environment where you can edit your c++ program, compile it, debug it
 step by step, and finally run it in a suitable window.
 I tried the nice editor kate which allows to compile the file only.
 No debugging, no running.
 Is  there anything of the kind of llc-win32?
 Ciao
 Vittorio

I don't know what llc-win32 is, but try using Code::Blocks Studio
(http://www.codeblocks.org/) or Dev-C++
(http://www.bloodshed.net/devcpp.html). The last is written in
Delphi and I have no idea if it could be compiled under FreeBSD.
Good luck with that.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [OBORONA-SPAM] Re: Bluetooth-related question

2005-09-19 Thread Andrew Pogrebennyk
On 19 Sep 2005 10:44:03 -0400
Lowell Gilbert [EMAIL PROTECTED] wrote:

 Andrew Pogrebennyk [EMAIL PROTECTED] writes:
 
  On 18 Sep 2005 09:39:41 -0400
  Lowell Gilbert [EMAIL PROTECTED] wrote:
  
   Andrew Pogrebennyk [EMAIL PROTECTED] writes:
   
Hi! Recently I've bought USB-Bluetooth-adapter and made the
following changes to setup it in FreeBSD: added
ng_ubt_load=YES to /boot/loader.conf,
cp'ed /usr/share/examples/netgraph/bluetooth/rc.bluetooth
to /etc/rc.bluetooth, chmod'ed 555 /etc/rc.bluetooth and
changed wrote next lines in /etc/rc.local: 

$ cat /etc/rc.local 
#!/bin/sh 
if [ -f /etc/rc.bluetooth ]; 
then /etc/rc.bluetooth start ubt0 
fi

 
   Do you have anything else using netgraph?
  
  Nothing at all.
 
 Since everything works, I'm not too worried about it.  However, you
 could try removing the startup script from running automatically, and
 see whether you still get those messages.  And then whether they still
 happen if you run the script by hand after the system is up.  That
 would tell you a lot.

Thank you, I'm also not worried about that, but I'd like to make one
more note: while I was trying to connect to Internet via GPRS
(unsuccessful yet, but that most of all needs separate discussion), I've
encountered messages like the following (note that they not always
follow each other):

ubt_bulk_out_complete2: ubt0 - Bulk-out xfer failed. TIMEOUT (15)
ng_l2cap_l2ca_discon_req: ubt0l2cap - unexpected L2CA_Disconnect
request message. Channel does not exist, lcid=0

Probably that's related in some way to our discussion, so I decided to
inform about 'em. 

And excuse for my English if it's not perfect, it's not my native
language.
Regards, Andrew
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [OBORONA-SPAM] Re: Bluetooth-related question

2005-09-18 Thread Andrew Pogrebennyk
On 18 Sep 2005 09:39:41 -0400
Lowell Gilbert [EMAIL PROTECTED] wrote:

 Andrew Pogrebennyk [EMAIL PROTECTED] writes:
 
  Hi! Recently I've bought USB-Bluetooth-adapter and made the
  following changes to setup it in FreeBSD: added ng_ubt_load=YES
  to /boot/loader.conf,
  cp'ed /usr/share/examples/netgraph/bluetooth/rc.bluetooth
  to /etc/rc.bluetooth, chmod'ed 555 /etc/rc.bluetooth and
  changed wrote next lines in /etc/rc.local: 
  
  $ cat /etc/rc.local 
  #!/bin/sh 
  if [ -f /etc/rc.bluetooth ]; 
  then /etc/rc.bluetooth start ubt0 
  fi
  
  Daemons like hcsecd and sdpd will be added to /etc/rc.local when
  needed. Everything works fine but the question is why I'm recieving
  following warning (they're white-colored) during startup: 
  WARNING: attempt to net_add_domain(bluetooth) after
  domainfinalize() WARNING: attempt to net_add_domain(netgraph) after
  domainfinalize()
  
  Besides, ubt0: D-Link DBT-122, rev 1.10/0.01, addr 2 appears also
  twice. Did I managed everything right, perphaps I should move
  startup of bluetooth stack from rc.local to a more early script?
  Here's that part of dmesg output:
  
  $ dmesg
  Copyright (c) 1992-2005 The FreeBSD Project.
  Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993,
  1994 The Regents of the University of California. All rights
  reserved. FreeBSD 6.0-BETA4 #0: Wed Sep 14 12:27:36 EEST 2005
  [EMAIL PROTECTED]:/usr/obj/usr/src/sys/NEUTRINO
  Timecounter i8254 frequency 1193182 Hz quality 0
  CPU: AMD Athlon(TM) XP 1700+ (1459.51-MHz 686-class CPU)
Origin = AuthenticAMD  Id = 0x681  Stepping = 1
  /* stripped */
  sio1: configured irq 3 not in bitmap of probed irqs 0
  sio1: port may not be enabled
  vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on
  isa0 ubt0: D-Link DBT-122, rev 1.10/0.01, addr 2
  ubt0: D-Link DBT-122, rev 1.10/0.01, addr 2
  ubt0: Interface 0 endpoints: interrupt=0x81, bulk-in=0x82,
  bulk-out=0x2 ubt0: Interface 1 (alt.config 4) endpoints:
  isoc-in=0x83, isoc-out=0x3; wMaxPacketSize=64; nframes=5, buffer
  size=320 ums0: Microsoft Microsoft 5-Button Mouse with
  IntelliEye(TM), rev 1.10/3.00, addr 3, iclass 3/1 ums0: 5 buttons
  and Z dir. Timecounter TSC frequency 1459506295 Hz quality 800
  Timecounters tick every 1.000 msec ad0: 76319MB Seagate ST380011A
  3.06 at ata0-master UDMA100 acd0: CDROM PLEXTOR CD-ROM
  PX-54TA/1.00 at ata1-master UDMA33 acd1: DMA limited to UDMA33,
  device found non-ATA66 cable acd1: CDRW ATAPI COMBO52XMAX/VER
  1.10 at ata1-slave UDMA33 Trying to mount root from ufs:/dev/ad0s1a
  pflog0: promiscuous mode enabled
  WARNING: attempt to net_add_domain(bluetooth) after domainfinalize()
  WARNING: attempt to net_add_domain(netgraph) after domainfinalize()
  Regards,
  Andrew
 
 Do you have anything else using netgraph?

Nothing at all.

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


Mouse cursor invisible in VESA modes?

2005-09-17 Thread Andrew Pogrebennyk
Good day!
My question deals with VESA-patch, which was commited some time ago
into CURRENT. I dont' know if it is a known bug or a bad luck of mine
so I ask... Yet before I've tested VESA-patch with 5.3-RELEASE and
5.4-RELEASE, and currently I'm using 6.0-BETA4. And everytime I've got
one the same problem - the mouse cursor disappears when using
resolutions higher than VESA_800x600. In another words, the mouse still
works but the cursor is invisible. Also, as far as I remember, I'd been
encountering some error messages from vidcontrol when using earlier
versions of this patch, but now they seem to be fixed. However, the
whole problem still remains.

My system is x86 PC, MB is ASUS A7V8X-X (based on VIA KT400 chipset),
videocard is ATI Radeon 9600 128MB and mouse is Microsoft IntelliMouse
Optical 1.1A, plugged into USB (but PS/2 tried as well). Kernel
contains ony the following console-related stuff: 
options VESA
options SC_PIXEL_MODE 
options SC_MOUSE_CHAR=0x3
options SC_HISTORY_SIZE=1200
I dont' know what else details about my system I need to tell in such
situation, so excuse me if I missed something important. 
Regards. Andrew
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Bluetooth-related question

2005-09-17 Thread Andrew Pogrebennyk
Hi! Recently I've bought USB-Bluetooth-adapter and made the following
changes to setup it in FreeBSD: added ng_ubt_load=YES
to /boot/loader.conf,
cp'ed /usr/share/examples/netgraph/bluetooth/rc.bluetooth
to /etc/rc.bluetooth, chmod'ed 555 /etc/rc.bluetooth and
changed wrote next lines in /etc/rc.local: 

$ cat /etc/rc.local 
#!/bin/sh 
if [ -f /etc/rc.bluetooth ]; 
then /etc/rc.bluetooth start ubt0 
fi

Daemons like hcsecd and sdpd will be added to /etc/rc.local when needed.
Everything works fine but the question is why I'm recieving following
warning (they're white-colored) during startup: 
WARNING: attempt to net_add_domain(bluetooth) after domainfinalize() 
WARNING: attempt to net_add_domain(netgraph) after domainfinalize()

Besides, ubt0: D-Link DBT-122, rev 1.10/0.01, addr 2 appears also
twice. Did I managed everything right, perphaps I should move startup
of bluetooth stack from rc.local to a more early script? Here's that
part of dmesg output:

$ dmesg
Copyright (c) 1992-2005 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights
reserved. FreeBSD 6.0-BETA4 #0: Wed Sep 14 12:27:36 EEST 2005
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/NEUTRINO
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: AMD Athlon(TM) XP 1700+ (1459.51-MHz 686-class CPU)
  Origin = AuthenticAMD  Id = 0x681  Stepping = 1
/* stripped */
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on
isa0 ubt0: D-Link DBT-122, rev 1.10/0.01, addr 2
ubt0: D-Link DBT-122, rev 1.10/0.01, addr 2
ubt0: Interface 0 endpoints: interrupt=0x81, bulk-in=0x82, bulk-out=0x2
ubt0: Interface 1 (alt.config 4) endpoints: isoc-in=0x83, isoc-out=0x3;
wMaxPacketSize=64; nframes=5, buffer size=320 ums0: Microsoft Microsoft
5-Button Mouse with IntelliEye(TM), rev 1.10/3.00, addr 3, iclass 3/1
ums0: 5 buttons and Z dir. Timecounter TSC frequency 1459506295 Hz
quality 800 Timecounters tick every 1.000 msec
ad0: 76319MB Seagate ST380011A 3.06 at ata0-master UDMA100
acd0: CDROM PLEXTOR CD-ROM PX-54TA/1.00 at ata1-master UDMA33
acd1: DMA limited to UDMA33, device found non-ATA66 cable
acd1: CDRW ATAPI COMBO52XMAX/VER 1.10 at ata1-slave UDMA33
Trying to mount root from ufs:/dev/ad0s1a
pflog0: promiscuous mode enabled
WARNING: attempt to net_add_domain(bluetooth) after domainfinalize()
WARNING: attempt to net_add_domain(netgraph) after domainfinalize()
Regards, Andrew
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]