PCI serial board problem

2005-11-17 Thread Daniel Malaby

Hi all,

I am trying to get a Syba 2S1P, chip set NM9835CV, PCI serial board to
work in my FBSD 5.4 box.

When booting the BOIS finds the card and reports it as a simple com
controller but as FBSD boots up it reports the card as

unknown: PNP0401 can't assign resources (port)
unknown: PNP0501 can't assign resources (port)
unknown: PNP0501 can't assign resources (port)
unknown: PNP0700 can't assign resources (port)
unknown: PNP0f13 can't assign resources (irq)

then of course sio does not see the ports. I suspect the real problem is
the PNP, I have the BIOS set for OS PNP, actually I have tried it with
it off also and that did not seem to have any effect. The documentation
does not say to much about PNP cards, so I was wondering if anyone could
give me some pointers, or give me a PCI serial board that is known to
work with FBSD 5.4.

Please cc me for I am not subscribed to the list.

TIA


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


using -t option with unix sort ?

2005-07-14 Thread Daniel Malaby

Hi All,

I am trying to sort a tab delimited file with sort. The problem I am
having is with the -t option. I do not know how to pass a tab.

Things I have tried:

sort -t \t
sort -t '\t'
sort -t \t
sort -t 0x09
sort -t '0x09'
sort -t 0x09
sort -t ^I
sort -t '^I'
sort -t ^I

Any suggestions would be much appreciated.

Thanks

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


Re: using -t option with unix sort ?

2005-07-14 Thread Daniel Malaby



Nelis Lamprecht wrote:

On 7/14/05, Nelis Lamprecht [EMAIL PROTECTED] wrote:


On 7/14/05, Daniel Malaby [EMAIL PROTECTED] wrote:


Hi All,

I am trying to sort a tab delimited file with sort. The problem I am
having is with the -t option. I do not know how to pass a tab.


snip


sort -t \t


/snip


Any suggestions would be much appreciated.


remove the space between -t and \t and it should work



actually scratch that, it works either way. can you give a sample of the data ?

Regards,
Nelis


The sample data has 9 fields, I am trying to sort on the fifth field, 
here is what I have tried.


sort -t\t +4 -5 -o test.txt sample.txt

I did try removing the space and it did not work, I have also tried 
removing the -5. I think the spaces in the third field are confusing sort.


BTW this is being done on a PC running FBSD 4.11 prerelease #1

Thanks for your help and suggestions.

E00219085   GENERAL DYNAMICS5031802 E-GL/VX/B/R1.0  SFT CD, GL 
VXWORKS BOREALIS R1.006/30/05 1  $995.00 $995.00
E01619096   TGA INGENIERIA Y ELECTRONICS S  5881-2  E-AD600729C501  ARGUS 
PMC,2 DVI 16MB PERCHAN USB A/V12/01/0530  $2,312.00   
$69,360.00
E01619096   TGA INGENIERIA Y ELECTRONICS S  5881-2  E-DDX/SO/R4.0   SFT CD, 
DDX SOL 2.6-9 BOREALIS R4.0 12/01/0530  $74.00  $2,220.00
E01619096   TGA INGENIERIA Y ELECTRONICS S  5881-2  E-VIN/SO/R1.0   SFT CD, 
VID CAP SOL 2.6-9 BOREALIS R1.0 12/01/0530  $74.00  $2,220.00
E02119093   GANYMED COMPUTER GMBH   7103879 E-AD90073913011 GARNET PMC RIO8 
C2, REAR I/O 16MB   07/19/05 2  $1,848.00   $3,696.00
E02419080   DRS LAUREL TECHNOLOGIES 94358   E-AC7007121115A ECLIPSE3 PMC, 
VGA 16MB Q70  08/18/05 1  $846.00 $846.00
E02419080   DRS LAUREL TECHNOLOGIES 94358   E-AC7007121115A ECLIPSE3 PMC, 
VGA 16MB Q70  10/19/0519  $846.00 $16,074.00
E02419080   DRS LAUREL TECHNOLOGIES 94358   E-AC7007121115A ECLIPSE3 PMC, 
VGA 16MB Q70  09/20/05 2  $846.00 $1,692.00
E02419080   DRS LAUREL TECHNOLOGIES 94358   E-AC7007121115A ECLIPSE3 PMC, 
VGA 16MB Q70  11/17/05 7  $846.00 $5,922.00
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

a sort ?

2005-07-08 Thread Daniel Malaby

Hi All,

I am trying to sort a tab delimited file with sort. The problem I am
having is with the -t option. I can not get it to accept a tab.

Things I have tried:

sort -t \t
sort -t '\t'
sort -t \t
sort -t 0x09
sort -t '0x09'
sort -t 0x09
sort -t ^I
sort -t '^I'
sort -t ^I

Any suggestions would be much appreciated.

Thanks

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