compatible USB Modems

2006-04-12 Thread FreeBSD MailingLists
I am trying to find analog modems that can be connected to freebsd via usb
cable.
I will be using to receive incoming remote serial connections in case of
problems.
I would appreciate any suggestions.

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


upgrading from 5-Stable to 6-Stable via source

2006-04-12 Thread FreeBSD MailingLists
I have a bunch of production servers running 5-Stable branch and I was
considering upgrading to 6-Stable.
I have never upgraded across major version changes via source.
Is this a bad idea?
what pitfalls should i be aware of before starting?

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


backup routes

2004-12-22 Thread FreeBSD MailingLists
I have a FBSD box acting as a gateway for the network.  I was
wondering if there is anyway to set up the routing table so I can
setup automatic backup routes?

I want the system to try to route packets to A.  But if A is down,
automatically set the route to B...

Is there anyway to set this up?

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


tcpdump install issues

2005-02-28 Thread FreeBSD MailingLists
I have recently installed FreeBSD 5.3 from CD onto a couple of
servers.  I updated the /usr/src and /usr/ports to  RELENG_5.  When I
try to install tcpdump from the ports, the make fails with the last
line being

Error: shared library "pcap.2" does not exist
*** Error code 1

I know I didn't have this problem when I installed 5.3 on a couple of
servers last month, so does anyone know what is causing this?

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


pf issues with anchor

2005-02-28 Thread FreeBSD MailingLists
I recently installed 5.3.  updated source and recompiled the kernel and world.
now up to 5.4-PreRelase.
I decided to try PF instead of IPFW that I am used to...

I was setting up a simple pf.conf to test using anchors

block in all
pass in quick on em1 all
anchor ssh-anchor
load anchor ssh-anchor from "/etc/pf.ssh"


when I start pf I get:

Enabling pf.
/etc/pf.conf:4: anchor '(null)' invalid

pfctl: Syntax error in config file: pf rules not loaded
pf enabled


what am I doing wrong?

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


Re: pf issues with anchor

2005-03-01 Thread FreeBSD MailingLists
After sending off the question I did a little more digging and I think
I figured it out.
I was reading the current pf faq on the openbsd website, which turns
out to be based on OpenBSd 3.6 version of pf.  FreeBSD 5.3 has OpenBSD
3.5 version of pf.

Turns out in the version 3.5 when loading an anchor file you HAD to
specify it as...
load anchor anchor-name:ruleset-name from "file-path"

The version the current faq was written for seems to have made the
ruleset-name an optional value, so it wasn't listed in the code
example.  I found an older version for the faq written for verion 3.5
at.

http://openbsd.automagic.org/faq/pf/index.html





On 01 Mar 2005 13:19:25 +0100, Peter N. M. Hansteen <[EMAIL PROTECTED]> wrote:
> FreeBSD MailingLists <[EMAIL PROTECTED]> writes:
> 
> > when I start pf I get:
> > 
> > Enabling pf.
> > /etc/pf.conf:4: anchor '(null)' invalid
> 
> Just to eliminate the obvious - the file you want to pull in exists, is
> readable and contains what appears at first glance to be valid pf rules?
> 
> Does including the anchor in the main pf.conf file produce different results?
> 
> --
> Peter N. M. Hansteen, member of the first RFC 1149 implementation team
> http://www.blug.linux.no/rfc1149/ http://www.datadok.no/ http://www.nuug.no/
> "First, we kill all the spammers" The Usenet Bard, "Twice-forwarded tales"
> 
> ___
> 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]"


global vimrc file

2005-03-02 Thread FreeBSD MailingLists
I have the following ~/.vimrc

syn on
set incsearch
set ignorecase
set smartcase
set scrolloff=2
set wildmode=longest,list

I want to set this up as the default settings for my system.
under linux i think there was a way to set global vimrc settings by writing to
/etc/vimrc
or
/etc/vim/vimrc
depending on the system.
is there an equivalent file for FreeBSD?

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


Re: global vimrc file

2005-03-02 Thread FreeBSD MailingLists
that worked
thanks


On Wed, 2 Mar 2005 16:37:20 +0100, Daniel Gerzo <[EMAIL PROTECTED]> wrote:
> Hi FreeBSD,
> 
> Wednesday, March 2, 2005, 4:31:56 PM, you wrote these comments:
> 
> > I have the following ~/.vimrc
> 
> > syn on
> > set incsearch
> > set ignorecase
> > set smartcase
> > set scrolloff=2
> > set wildmode=longest,list
> 
> > I want to set this up as the default settings for my system.
> > under linux i think there was a way to set global vimrc settings by writing 
> > to
> > /etc/vimrc
> > or
> > /etc/vim/vimrc
> > depending on the system.
> > is there an equivalent file for FreeBSD?
> 
> /usr/local/share/vim/vimrc
> 
> --
> Best Regards,
> 
> +--==/\/\==--+   (__)  FreeBSD
> | DanGer <[EMAIL PROTECTED]> |\\\'',)  The
> | [EMAIL PROTECTED] ICQ261701668 |  \/  \ ^Power
> | http://danger.homeunix.org |  .\._/_)To
> +--==\/\/==--+ Serve
> 
> [ Law of Institutional Food: Everything, including corn flakes, is
> greasy. ]
> 
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Connecting IPSec from Behind a gateway

2005-07-11 Thread FreeBSD MailingLists
I am trying to connect 2 FreeBSD 5.4 boxes with an IPSec tunnel using
racoon.   The problem is the second box is behind a nat'd gateway. 
The gateway router is a commercial box with "IPSEC Passthrough"
enabled.

What do I need to do to get this to work?
Which IP (global or private) should I use when configure the connection?

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


LKM Trojan?

2007-02-18 Thread FreeBSD MailingLists

When I run chkrootkit I get the following lines.


Checking `lkm'... You have   107 process hidden for readdir command
chkproc: Warning: Possible LKM Trojan installed


rkhunter doesn't seem to find anything.
I suspect that my machine might be compromised.
running "ls" in the /proc directory returns an empty list.
I have recompiled the kernel and world but the problem persists.
Any suggestions on how to fix this without having to reinstall from scratch?

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


Re: portupgrade failure

2007-01-31 Thread FreeBSD MailingLists

I am having the same problem.
I have tried the "make fetchindex" approach but it doesn't solve it for me.
you mentioned something about /usr/ports/UPDATING, but was unable to find
a relevant entry.
can you please tell me the entry date that helped you with this problem?

Thank you,
Tomoki Taniguchi


[EMAIL PROTECTED] ~]$portupgrade -rRviy f-prot clamav mail/mailscanner
--->  Session started at: Thu, 01 Feb 2007 15:04:14 +0900
[Updating the pkgdb  in /var/db/pkg ... - 173 packages
found (-1 +1) (...). done]
** No such installed package: mail/mailscanner
[missing key: categories] [Updating the portsdb  in
/usr/ports ... - 16413 port entries found
.1000.2000.3000.4000.5000.6000.7000.8000.9000.1.11000.12000.13000.14000.15000.16000
. done]
missing key: categories: Cannot read the portsdb!
--->  Session ended at: Thu, 01 Feb 2007 15:04:33 +0900 (consumed 00:00:18)
/usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:548:in `open_db': database file
error (PortsDB::DBError)
   from /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:702:in `port'
   from /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:890:in
`all_depends_list'
   from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:809:in `tsort_build'
   from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:801:in `each'
   from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:801:in `tsort_build'
   from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:823:in `sort_build'
   from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:827:in `sort_build!'
   from /usr/local/sbin/portupgrade:721:in `main'
   from /usr/local/lib/ruby/1.8/optparse.rb:755:in `initialize'
   from /usr/local/sbin/portupgrade:220:in `new'
   from /usr/local/sbin/portupgrade:220:in `main'
   from /usr/local/sbin/portupgrade:2084
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


gif tunnel overhead

2005-08-17 Thread FreeBSD MailingLists
about how much (what percent) bandwidth overhead should I expect if I
connect two hosts using a UNENCRYPTED gif tunnel over a 2Mbps
connection?


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


FreeBSD or NetBSD on older hardware (MMX)

2005-05-16 Thread FreeBSD MailingLists
I fished out an old laptop out of my closet.
It is a Pentium 233 MMX w/ 64MB Ram and 12G HD
I am thinking about setting up a small station for browsing the web.
Which would perform better on such a system?  FreeBSD or NetBSD?

I know that this is a mailing list for FreeBSD users, but I am hoping
that you will be objective and give me a suggestion based purely on
performance.

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


Boot Manager question

2005-05-18 Thread FreeBSD MailingLists
I have a duel boot system setup with the Freebsd Boot Manager in the MBR.
Is there anyway to change the default boot selection from with in the
FreeBSD environment?
What I mean is, if I am remotely accessing my dual boot FreeBSD box,
and I want it to boot into the other OS, is there a command that
allows me to change the next boot to be the other OS?

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


what handles a pcmcia card?

2005-05-25 Thread FreeBSD MailingLists
I have just install freebsd 5.4 on a laptop, and I have noticed two things

1)  even with pccard_enable=NO a inserted card is configured
2) I see no pccardd 

even after I set pccard_enable=YES and then run /etc/rc.d/pccard
start, nothing seems to run

is pccardd no longer handling pcmcia configurations?  

I used to be able to configure non-recognized pcmcia cards by editing
/etc/pccard.conf.  but now the changes does not take into affect

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


installing boot0 via dd

2005-05-31 Thread FreeBSD MailingLists
I have a sony Vaio U50.  It's a pretty cool device but sony seems to
be locking out non-Sony floppy/cdrom drive during the boot process. 
As a result I can't use either of my usb-floppy or usb-cdrom drive,
even though the bios boot order is set to try floppy, optical drive,
then HDD.

I want to install boot0 onto the MBR so at least i'll have the option
of booting from a second harddrive.

Here is what I am thinking...
1) go to a different freebsd box with boot0 already installed.
2) use dd to grab a image file of the MBR
3) boot into knoppix on the machine (i already have it installed on the HDD)
4) use dd to load the image file to the MBR

can someone tell me if the following commands are correct for grabbing
and reloading the MBR?
1) on Freebsd:  dd if=/dev/ad0 of=boot0file bs=1b count=1
2) on knoppix:  dd if=boot0file of=/dev/hda bs=1b count=1
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


booting an logical partition

2005-05-31 Thread FreeBSD MailingLists
is the FreeBSD boot manager  capable of booting a logical partition?

I have am setting up a multi-boot system and it looks like I will have
to put linux on a logical partition.  will boot0 recoginze the logical
partition as bootable?

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


patch errors

2005-06-05 Thread FreeBSD MailingLists
i'm getting a bunch of weird patch errors.  i've attached the relevant
error messages at the bottom.  something makes me feel that this isn't
a problem with the individual ports.  any ideas?

TIA,
Tomoki 


===>  Applying FreeBSD patches for tiff-3.7.2
4 out of 4 hunks failed--saving rejects to libtiff/Makefile.in.rej
=> Patch patch-aa failed to apply cleanly.
=> Patch(es) patch-Makefile.in applied cleanly.
*** Error code 1

===>  Applying FreeBSD patches for gettext-0.14.4_1
File to patch:
No file found--skip this patch? [n] y
4 out of 4 hunks ignored--saving rejects to config/ltmain.sh.rej
Can't create config/ltmain.sh.rej, output is in /tmp//patchrqta4gX: No
such file or directory
=> Patch patch-config_ltmain.sh failed to apply cleanly.
=> Patch(es) patch-ad patch-ak applied cleanly.
*** Error code 1

===>  Applying FreeBSD patches for freetype2-2.1.9
Ignoring previously applied (or reversed) patch.
1 out of 1 hunks ignored--saving rejects to src/type1/t1load.c.rej
=> Patch patch-src::type1::t1load.c failed to apply cleanly.
=> Patch(es) patch-aa patch-builds::unix::configure
patch-builds::unix::freetype-config.in
patch-builds::unix::freetype2.in patch-src::truetype::ttgload.c
applied cleanly.
*** Error code 1
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: patch errors

2005-06-05 Thread FreeBSD MailingLists
Yes, Everyday I try this I grab the latest copy of ports.tar.gz from a
near by server.  The file is updated daily.  and using the same tar
file on other machine results in no errors.  I am thinking that my
patch program is messed up, since all the error s are patch errors,
either it can't find the file to patch or the file cannot be patched
correctly.

is patch port of "world" or do I need to update a pkg? 



On 6/6/05, Giorgos Keramidas <[EMAIL PROTECTED]> wrote:
> On 2005-06-06 00:24, FreeBSD MailingLists <[EMAIL PROTECTED]> wrote:
> > ===>  Applying FreeBSD patches for tiff-3.7.2
> > 4 out of 4 hunks failed--saving rejects to libtiff/Makefile.in.rej
> > => Patch patch-aa failed to apply cleanly.
> > => Patch(es) patch-Makefile.in applied cleanly.
> > *** Error code 1
> 
> Is your ports tree up to date?
> 
> gothmog:/usr/ports/graphics/tiff# make patch
> ===>  Extracting for tiff-3.7.2
> => Checksum OK for tiff-3.7.2.tar.gz.
> ===>  Patching for tiff-3.7.2
> ===>  Applying FreeBSD patches for tiff-3.7.2
> gothmog:/usr/ports/graphics/tiff#
> 
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: patch errors

2005-06-05 Thread FreeBSD MailingLists
on all other servers I cvsup the src and ports tree, but for some
reason the internet connection at the location of this particular
server gets kicked when I start cvsup.  so I had to resort to this
method.

I am not entirely convinced that it is a stale patch issue for 2 reasons.
1)  I have untar'd the same file on 2 different servers and only this
one has issues updating the ports
2) I have tar'd up the /usr/ports dir from a different server that
updates via cvsup.  The original server updates fine but when untar'd
on this particular server the same exact patch errors appear.

which leads me to believe the error is outside the ports tree itself.

-tomoki



On 6/6/05, Kris Kennaway <[EMAIL PROTECTED]> wrote:
> On Mon, Jun 06, 2005 at 09:46:35AM +0900, FreeBSD MailingLists wrote:
> > Yes, Everyday I try this I grab the latest copy of ports.tar.gz from a
> > near by server.  The file is updated daily.  and using the same tar
> > file on other machine results in no errors.  I am thinking that my
> > patch program is messed up, since all the error s are patch errors,
> > either it can't find the file to patch or the file cannot be patched
> > correctly.
> 
> The problem is almost certainlythat you have stale patches in your
> tree.  Consider what will happen with your "upgrade" mechanism when a
> patch file is deleted from the ports tree.
> 
> There are much better ways to update your ports collection than this.
> 
> Kris
> 
> 
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


switching sio0 and sio1

2006-04-15 Thread FreeBSD MailingLists
Is there anyway to switch what gets recognized as sio0 and sio1?
currently a IRDA device is being recognized as sio0 and a 16550A com port is
sio1.
I would like to switch them so taht the 16550A com port is recognized as
sio0.

Is there a way to achieve this?



sis0: Silicon Revision: DP83816A
sio0:  port 0x2f8-0x2ff irq 3 drq 3 flags
0x10 on acpi0
sio0: type 16550A
sio1: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 on acpi0
sio1: type 16550A
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


USB MODEM

2006-04-16 Thread FreeBSD MailingLists
I purchased a usb modem recently and connected it to my FreeBSD box to see
if it is compatible.
I have recompiled my kernel with
device ucom
device umodem

When I connect the modem I get the following kernel message.

ucom0: OMRON OMRON ME5614U2 DATA FAX MODEM, rev 1.10/1.00, addr 2, iclass
2/2
ucom0: data interface 1, has CM over data, has break
ucom0: Could not find data bulk in

Is there anyway to get this modem working with FreeBSD?

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


tip vs minicom

2006-04-16 Thread FreeBSD MailingLists
i am trying to setup a dial-in terminal service between 2 machines with
serial modems attached.
In the FreeBSD Handbook the instructions for a dial-out service use the tip
and cu commands.
I have been using minicom to connect to varius serial terminals such as
cisco routers, so i am used to it.
Is it better to use tip or minicom for dial-out purposes?

Is there a good instuction page for setting minicom up for dialing out?

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


DIAL-IN TERMINAL SERVICE

2006-04-16 Thread FreeBSD MailingLists
I have attached a modem to my freebsd box and trying to setup a simple
dial-in terminal service.
I have tried to follow the instructions in the freebsd handbook.

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

I am able to get a terminal working on the serial port (tested with a null
modem cable)
but when I get to the modem setting section.  I get confused.

The server is located in China so I purchased a Taiwan maker TP-Link's modem
the model number is TP-Link EC5658V V92 External (MD5660) Modem.
At least that's what the Window's driver recognizes it as.
I have attached the WindowsXP inf file that seems to have the control
commands listed.

Can anyone help me with setting up my modem?
1) How do I know if my modem stores parameters in non-volatile RAM?
2) How do I setup my modem to receive incoming calls? How do I set what ring
the modem picks up on?
3) How do I mute the modem speakers so that I don't have to hear the
annoying
4) If the modem parameters are kept in volatile RAM, how do I get my
computer to reinitialize the settings on bootup?

TIA,
Tomoki Taniguchi


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

usb-serial controller in 5.4?

2006-04-17 Thread FreeBSD MailingLists
i have a USB-Serial Controller by Prolific Technology, Inc.

I tested to see if the device works on FreeBSD on FreeBSD6 machine.
the serial controller works when i load ucom and uplcom modules.
a ucom0 device is generated  along with tty and cua devices.

when i connect to a FreeBSD 5.4 machine with ucom and uplcom modules loaded.
an ucom0 device is generated but the tty and cua devices are not present.
are those not generated automatically in 5.4?  do i need to issue a command
to get the devices working?

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


Re: usb-serial controller in 5.4? (NEVERMIND)

2006-04-17 Thread FreeBSD MailingLists
Sorry, folks.  Nevermind, I'm an idiot...
I just use ucom0 as the tty or cua device 
ha ha ha


On 4/17/06, FreeBSD MailingLists <[EMAIL PROTECTED]> wrote:
>
> i have a USB-Serial Controller by Prolific Technology, Inc.
>
> I tested to see if the device works on FreeBSD on FreeBSD6 machine.
> the serial controller works when i load ucom and uplcom modules.
> a ucom0 device is generated  along with tty and cua devices.
>
> when i connect to a FreeBSD 5.4 machine with ucom and uplcom modules
> loaded.
> an ucom0 device is generated but the tty and cua devices are not present.
> are those not generated automatically in 5.4?  do i need to issue a
> command to get the devices working?
>
> TIA,
> Tomoki
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


usb-serial and apcupsd

2006-04-17 Thread FreeBSD MailingLists
I have a usb-serial controller attached to my freebsd 5.4 box
it is loaded as ucom0.

I have connect the serial cable from the UPC to it.
when it first starts I have no problems but after a while I get an error
message saying that the serial connection to the UPS is lost.

The message repeats about once every 30 sec or so.

what could be causing this?


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


unrecognized pci-serial board

2006-04-18 Thread FreeBSD MailingLists
I installed a pci-serial board to my freebsd box.
But it doesn't seem to be recognized.

dmesg yields this line
>pci3:  at device 3.0 (no driver attached)

pciconf -lv yieds
>[EMAIL PROTECTED]:3:0: class=0x070002 card=0x60011195 chip=0x015213a8 rev=0x01
hdr=0x00
>vendor   = 'Exar Corp.'
>class= simple comms
>subclass = UART

I thought that maybe it was a uart or puc device and recompiled the kernel
and rebooted.
But the board is still unrecognized.

Is there anything I can do?

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


Re: unrecognized pci-serial board

2006-04-18 Thread FreeBSD MailingLists
I forgot to mention...
The box said "Linux Ready" so I thought that it might be FreeBSD compatible
as well,
but it seems like to get it working on linux, you need to compile the driver
which they provide the source for

the source for the driver can be downloaded from
http://www.ratocsystems.com/software/linux/pci60_060306.tar.gz

anyway to convirt the driver for freebsd?
or to see if it's compatible with a different freebsd driver?

-TIA
Tomoki


On 4/18/06, FreeBSD MailingLists <[EMAIL PROTECTED]> wrote:
>
> I installed a pci-serial board to my freebsd box.
> But it doesn't seem to be recognized.
>
> dmesg yields this line
> >pci3:  at device 3.0 (no driver attached)
>
> pciconf -lv yieds
> >[EMAIL PROTECTED]:3:0: class=0x070002 card=0x60011195 chip=0x015213a8 
> >rev=0x01
> hdr=0x00
> >vendor   = 'Exar Corp.'
> >class= simple comms
> >subclass = UART
>
> I thought that maybe it was a uart or puc device and recompiled the kernel
> and rebooted.
> But the board is still unrecognized.
>
> Is there anything I can do?
>
> TIA,
> Tomoki Taniguchi
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: USB MODEM

2006-04-18 Thread FreeBSD MailingLists
Yes, I checked for tty, cua and ucom devices.  none of which are present.
I rechecked the dmesg and here is the full kernel message when i attache the
modem

ucom0: OMRON OMRON ME5614U2 DATA FAX MODEM, rev 1.10/1.00, addr 2, iclass
2/2
ucom0: data interface 1, has CM over data, has break
ucom0: Could not find data bulk in
device_attach: ucom0 attach returned 6

Here is what shows up when I do a usbdevs -v

addr 1: full speed, self powered, config 1, UHCI root hub(0x),
Intel(0x), rev 1.00
 port 1 powered
 port 2 powered
Controller /dev/usb1:
addr 1: full speed, self powered, config 1, UHCI root hub(0x),
Intel(0x), rev 1.00
 port 1 addr 2: full speed, power 260 mA, config 1, OMRON ME5614U2 DATA FAX
MODEM(0x0049), OMRON(0x0590), rev 1.00
 port 2 powered
Controller /dev/usb2:
addr 1: high speed, self powered, config 1, EHCI root hub(0x),
Intel(0x), rev 1.00
 port 1 powered
 port 2 powered
 port 3 powered
 port 4 powered


Any suggestions would be appreciated.

TIA,
Tomoki


On 18 Apr 2006 10:20:21 -0400, Lowell Gilbert <
[EMAIL PROTECTED]> wrote:
>
> "FreeBSD MailingLists" <[EMAIL PROTECTED]> writes:
>
> > I purchased a usb modem recently and connected it to my FreeBSD box to
> see
> > if it is compatible.
> > I have recompiled my kernel with
> > device ucom
> > device umodem
> >
> > When I connect the modem I get the following kernel message.
> >
> > ucom0: OMRON OMRON ME5614U2 DATA FAX MODEM, rev 1.10/1.00, addr 2,
> iclass
> > 2/2
> > ucom0: data interface 1, has CM over data, has break
> > ucom0: Could not find data bulk in
> >
> > Is there anyway to get this modem working with FreeBSD?
>
> Do you know it isn't?
> Have you checked whether it created any terminal devices?
> [I've forgotten exactly what the tty-like device name is.]
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"