avr-gcc

2005-05-27 Thread Timothy Smith
avr-gcc-3.4.3_1 is marked as broken: System's Pod::Man too old to 
generate the documentation..


anyone here used this or know how to get it working?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Weird NFS problems

2005-05-27 Thread Don Lewis
On 26 May, Skylar Thompson wrote:
 I'm having some problems with NFS serving on a FreeBSD 5.4-RELEASE 
 machine. The FreeBSD machine is the NFS/NIS server for a group of four 
 Linux clusters. The network archictecture looks like this:
 
 234/24   234/24
 Cluster 1 ---|--- Cluster 3
| ---
 em0|  File server | fxp0
|  --
 Cluster 2 ---|--- Cluster 4
 234/24230/24
 
 
 em0 and fxp0 are bridged, and em0 has a 234/24 IP address while fxp0 is 
 just in promiscuous mode. 234/24 is an 802.1q VLAN on the fxp0 side of 
 the server, so packets are untagged at the switch just before fxp0, and 
 are forwarded to em0 through the bridge.
 
 The problem manifests itself in large UDP NFS requests from Clusters 3 
 and 4. The export can be mounted fine from both those clusters, and 
 small transfers such as with ls work fine, but the moment any serious 
 data transfer starts, the entire mount just hangs. Running ethereal on 
 the file server shows a a lot of fragmented packets, and RPC 
 retransmissions on just a single request. Reducing the read and write 
 NFS buffers on the Linux clients to 1kB from the default of 4kB solves 
 the issue, but kills the transfer rate. The moment I go to 2kB, the 
 problem reappearss. Clusters 1 and 2 use the default of 4kB buffers, and 
 have no problems communicating to em0.
 
 Poking through the list archives, I ran across this message 
 (http://lists.freebsd.org/pipermail/freebsd-stable/2003-May/001007.html) 
 that reveals a bug in the fxp(4) driver in 4-RELEASE that incorrectly 
 detects the capabilities of the NIC. Is this still an issue in 
 5-RELEASE, or am I looking at a different problem? Any ideas on how I 
 can get the NFS buffers up to a reasonable level?

That problem was fixed quite some time ago.

Which transfer direction fails?
Client writing to server
Client reading from server
Both?

Do you see all the fragments in the retransmitted request?

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


Re: about scroll mouse configuration

2005-05-27 Thread Dmitry Mityugov
Roldan,

I believe you also need

Option Buttons 5

Dmitry


On 5/27/05, Roldán [EMAIL PROTECTED] wrote:
 
 --- Roldán [EMAIL PROTECTED] escribió:
  i have a logitech scroll mouse and in the
  /etc/X11/xorg.conf file is seted in this way:
  Section InputDevice
  
  Identifier  Mouse1
  Driver  mouse
  Option ProtocolIntelliMouse
  Option Device  /dev/sysmouse
  
  i suppuose that with this thee scroll wheel sould
  work
  but it doesn't
  anybody have configured a mouse like mine?
 in fact i forgot to tell that i put this on the
 xorg.conf
 Option ZAxisMapping X
 Option ZAxisMapping Y
 Option ZAxisMapping 4 5
 i read in the man pages that with this the wheel is
 mapped
 but nothig happens
 
  please help me
  thanks
  
  
  
  
  
  
  
  __ 
  Renovamos el Correo Yahoo! 
  Nuevos servicios, más seguridad 
  http://correo.yahoo.es
  ___
  freebsd-questions@freebsd.org mailing list
 
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]
  
 
 
 
 
   
 __ 
 Renovamos el Correo Yahoo! 
 Nuevos servicios, más seguridad 
 http://correo.yahoo.es
 ___
 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]


Is logo-constest still up?

2005-05-27 Thread Laurent Debacker
Hi,

Has anyone heard of the guys behind the logo contest recently?
I submitted my logos and got no reply. I sent a second email just to
confirm they got my logos. Nothing. Then I submitted my logos using
another email address. Still nothing.

Are they in holiday or so?

I don't want make their inbox full, but if they don't answer I suppose
my mails never hit their inbox.

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


jdk 1.3.1 in FreeBSD

2005-05-27 Thread Xu Qiang
Hi, all: 

I have downloaded diablo-jdk-1.3.1.0.tgz, and extracted it into /usr/local, but 
when i test it by running /usr/local/diablo-jdk1.3.1/bin/java -version, it 
told me: 
---
/usr/libexec/ld-elf.so.1: Shared object libc.so.4 not found, required by 
java
---

Any help?

Regards,
Xu Qiang


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


Re: ctime date

2005-05-27 Thread Sergey S. Ropchan
On Thu, 2005-05-26 at 22:50 -0700, Evan Sayer wrote:
 Hello-
 Does anyone know how to get the ctime(3) format of the date in a script 
 (i.e without actually writing a C program to return it).
 -Thanks.
#!/bin/sh

#get current date
DATE=`date +%d%m%y`

echo $DATE;

you can play with specs: %D, %Y ... etc

read man date

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


DVD burners and the Adaptec 2200S RAID controller...

2005-05-27 Thread Olaf Greve

Hi Roland,

First off: tnx for your reply!


I haven't tried burning DVDs with the ATA driver. The manual page for
growisofs says that you should use SCSI devices on OpenBSD and NetBSD,
but it doesn't mention FreeBSD.


Hmmm, one would guess FreeBSD not to be very different in that respect. 
Speed is not really a concern for me, but potential data corruption is. 
I just read something about someone having had issues with an ATA DVD 
drive, due to digital line-noise on the regular low cost 40-pin ATA 
cable. Using an 80-pin one apparently solved it. Makes sense.


I will use an Adaptec 2200S U320 RAID controller for the harddrives, so 
perhaps an ATA interface would be easier to configure indepenently of 
another SCSI device (then again: maybe not). Any advice in that respect?



I don't think having CAM in the kernel will make it more difficult.


If possible, I'll try to use the generic kernel. AFAIK that covers the 
2200S. What I'm wondering about is the following: would it be possible 
to use the 2200S as a regular controller for a SCSI DVD rewriter, in 
combination with it running 4 drives in RAID 10 mode?
The controller has two U320 channels and allows up to 30 devices to be 
connected to it. However, I'm not certain that is assuming RAID only 
set-ups or whether that also allows regular SCSI devices to be attached 
to it...


Does anyone have any experience using such a combination?

More generally: does anyone have any experiences in using the 2200S 
under FreeBSD? Typically enough on Adaptec's site FreeBSD is not 
mentioned in the list of supported OSes (surprise, surprise...). 
However, on FreeBSD's list(s) of supported hardware it is mentioned 
(besides: I currently use the 2100S successfully under FreeBSD 5.2.1, 
whereas Adaptec's list only mentions the 4.11 version).



Can someone perhaps let me know what most closely matches such an interface?



The growisofs program from the dvd+rw-tools package is the program that
does the actual burning. This is probably what you want. Things like k3b
and gcombust et al are just front-ends.


Tnx!
I'll make sure to do some RTFM-ing on those tools then.

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


Re: Weird NFS problems

2005-05-27 Thread Jon Dama
Try switching to TCP NFS.

a 100MBit interface cannot keep up with a 1GBit interface in a bridge
configuration.  Therefore, in the long run, at full-bore you'd expect to
drop 9 out of every 10 ethernet frames.

MTU is 1500 therefore 1K works (it fits in one frame), 2K doesn't (your
NFS transactions are split across frames, one of which will almost
certainly be dropped, it's UDP so the loss of one frame invalidates the
whole transaction).

This is the same reason you can't use UDP with a block size greater than
MTU to use NFS over your DSL or some such arrangement.

Incidentially, this has nothing to do with FreeBSD.  So if using TCP
mounts solves your problem, don't expect Solaris NFS to magically make the
UDP case work...

-Jon

On Fri, 27 May 2005, Don Lewis wrote:

 On 26 May, Skylar Thompson wrote:
  I'm having some problems with NFS serving on a FreeBSD 5.4-RELEASE
  machine. The FreeBSD machine is the NFS/NIS server for a group of four
  Linux clusters. The network archictecture looks like this:
 
  234/24   234/24
  Cluster 1 ---|--- Cluster 3
 | ---
  em0|  File server | fxp0
 |  --
  Cluster 2 ---|--- Cluster 4
  234/24230/24
 
 
  em0 and fxp0 are bridged, and em0 has a 234/24 IP address while fxp0 is
  just in promiscuous mode. 234/24 is an 802.1q VLAN on the fxp0 side of
  the server, so packets are untagged at the switch just before fxp0, and
  are forwarded to em0 through the bridge.
 
  The problem manifests itself in large UDP NFS requests from Clusters 3
  and 4. The export can be mounted fine from both those clusters, and
  small transfers such as with ls work fine, but the moment any serious
  data transfer starts, the entire mount just hangs. Running ethereal on
  the file server shows a a lot of fragmented packets, and RPC
  retransmissions on just a single request. Reducing the read and write
  NFS buffers on the Linux clients to 1kB from the default of 4kB solves
  the issue, but kills the transfer rate. The moment I go to 2kB, the
  problem reappearss. Clusters 1 and 2 use the default of 4kB buffers, and
  have no problems communicating to em0.
 
  Poking through the list archives, I ran across this message
  (http://lists.freebsd.org/pipermail/freebsd-stable/2003-May/001007.html)
  that reveals a bug in the fxp(4) driver in 4-RELEASE that incorrectly
  detects the capabilities of the NIC. Is this still an issue in
  5-RELEASE, or am I looking at a different problem? Any ideas on how I
  can get the NFS buffers up to a reasonable level?

 That problem was fixed quite some time ago.

 Which transfer direction fails?
   Client writing to server
   Client reading from server
   Both?

 Do you see all the fragments in the retransmitted request?

 ___
 freebsd-stable@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-stable
 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]


Trouble installing 5.4-release

2005-05-27 Thread Andrey
Hello, freebsd-questions.

I have downloaded 2 iso images of 5.4-release from official ftp. md5
checksums are identical with those on ftp.
I'm trying to install it on my home machine and installation fails
with errors.

When I'm loading sysinstall with [default] configuration, I got
ufs_baddir error during file operation (i.e. while extracting ports
collection) or I got bus error and ldconfig, pkg_add and others
fails with segmentation fault.

But if i boot in safe mode, installation went good with no errors.
After restarting, I'm boot up with default config. System seems to
work properly but it also can fail with segmentation fault error or
ufs_baddir and hangs up my computer. After rebooting I got my file
systems destroyed.

I even tryed to manually rebuild kernel for my machine configuration,
but it also destroyed my file system.
I'm making clean install. Before 5.4 i have installed 5.2.1 and it
works without any errors. I also have Microsoft Windows XP and
Mandrake Linux 10 Community installed - both works without any
glitches.

My system configuration:
P4 Northwood 1.8 Ghz (400Mhz system bus)
MB: ASUS P4S533 (SiS645DX)
RAM: 512 Mb DDR333
HDD: Seagate 200Gb (primary master, i'm installing FreeBSD here),
IBM IC35 60Gb (primary slave)
CD: NEC ND-3500 DVD+RW (secondary master), TEAC DV-516D DVD-ROM
(secondary slave)
Other: AGP GeForce 6600, SB Live! 5.1, D-Link DFE-530TX Network
adapter.

Whats wrong? 5.2.1 works fine on that system.
And also, I got invalid geometry warning in fdisk, but Partition Magic
8 after that says that partition have invalid geometry data - LBA and
CHS values are not identical. I got such error on 5.2.1 too.

Sorry for my bad english, I'm not native english speaker :)

-- 
Best reagrds,
 Andrey  mailto:[EMAIL PROTECTED]

Web: http://rurap.ru
 http://hw.t-k.ru
ICQ: 333298804

Now playing: System Of A Down - Revenga

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


RE: DVD burners and the Adaptec 2200S RAID controller...

2005-05-27 Thread Ted Mittelstaedt


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Olaf Greve
 Sent: Friday, May 27, 2005 1:49 AM
 To: Roland Smith; freebsd-questions@freebsd.org
 Subject: DVD burners and the Adaptec 2200S RAID controller...


 Hi Roland,

 First off: tnx for your reply!

  I haven't tried burning DVDs with the ATA driver. The manual page for
  growisofs says that you should use SCSI devices on OpenBSD
 and NetBSD,
  but it doesn't mention FreeBSD.

 Hmmm, one would guess FreeBSD not to be very different in that
 respect.
 Speed is not really a concern for me, but potential data
 corruption is.
 I just read something about someone having had issues with an ATA DVD
 drive, due to digital line-noise on the regular low cost 40-pin ATA
 cable. Using an 80-pin one apparently solved it. Makes sense.

 I will use an Adaptec 2200S U320 RAID controller for the
 harddrives, so
 perhaps an ATA interface would be easier to configure
 indepenently of
 another SCSI device (then again: maybe not). Any advice in
 that respect?
 
 
  I don't think having CAM in the kernel will make it more difficult.

 If possible, I'll try to use the generic kernel. AFAIK that covers the
 2200S. What I'm wondering about is the following: would it be possible
 to use the 2200S as a regular controller for a SCSI DVD rewriter, in
 combination with it running 4 drives in RAID 10 mode?
 The controller has two U320 channels and allows up to 30 devices to be
 connected to it. However, I'm not certain that is assuming RAID only
 set-ups or whether that also allows regular SCSI devices to be
 attached
 to it...

 Does anyone have any experience using such a combination?


Don't do this.  Leave only hard disks on the RAID array card.  Most
RAID cards only want disk drives on the busses anyway.

Ted

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


trouble booting 5.4 installation media (repost)

2005-05-27 Thread dave
Hello,
Didn't get a response so i'm going to try this again. I'm trying to do a
fresh install of 5.4 on a test machine, which previously ran 5.3 just fine.
I'm doing the install via a serial terminal as this box is headless and off
of an nfs server which i've also prepared identically to 5.3. I have made
the three floppies, boot.flp and the two kern*.flp disks, then mounted
boot.flp and created a boot.config file on it with -h so i get output on
serial port1. All this works fine, i am prompted to switch disks to the two
kern* disks, again no problems. When i put in boot.flp after being prompted
after kern2.flp i get a repeating error, which is below from sysinstall and
the process goes no further. At first i thought it was a problem with the
downloaded iso image, so i checked the md5 signatures, they matched, then i
rewrote the floppy in question, on 4 different disks with the same result.
Any help appreciated.
Thanks.
Dave.

error:
Uncompressing ... done
  Console: serial port
BIOS drive A: is disk0
BIOS drive C: is disk1
BIOS drive D: is disk2
BIOS 638kB/392192kB available memory

FreeBSD/i386 bootstrap loader, Revision 1.1
([EMAIL PROTECTED], Sun May  8 05:59:07 UTC 2005)
Loading /boot/defaults/loader.conf
/kernel text=0x444168 \
Insert disk labelled Kernel floppy 1 and press any key...
|
Insert disk labelled Kernel floppy 2 and press any key...
data=0x7d5c8+0x4fc78 syms=[0x4+0x5b390+0x4+0x706c9]
Insert boot floppy and press Enter
/acpi.ko text=0x414fc data=0x1dc4+0x112c syms=[0x4+0x7670+0x4+0x9d05]
zf_read: fill error
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 5.4-RELEASE #0: Sun May  8 10:21:06 UTC 2005
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: Pentium II/Pentium II Xeon/Celeron (397.33-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0x652  Stepping = 2

Features=0x183f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,
PAT,PSE36,MMX,FXSR
real memory  = 402653184 (384 MB)
avail memory = 380243968 (362 MB)
ACPI-0159: *** Error: AcpiLoadTables: Could not get RSDP,
AE_NO_ACPI_TABLES
ACPI-0213: *** Error: AcpiLoadTables: Could not load tables:
AE_NO_ACPI_TABLES
ACPI: table load failed: AE_NO_ACPI_TABLES
npx0: math processor on motherboard
npx0: INT 16 interface
cpu0 on motherboard
pcib0: Intel 82443BX (440 BX) host to PCI bridge pcibus 0 on motherboard
pir0: PCI Interrupt Routing Table: 8 Entries on motherboard
pci0: PCI bus on pcib0
agp0: Intel 82443BX (440 BX) host to PCI bridge mem 0xf800-0xfbff
at device 0.0 on pci0
pcib1: PCIBIOS PCI-PCI bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
pci1: display, VGA at device 0.0 (no driver attached)
isab0: PCI-ISA bridge at device 4.0 on pci0
isa0: ISA bus on isab0
atapci0: Intel PIIX4 UDMA33 controller port
0xfcd0-0xfcdf,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 4.1 on pci0
ata0: channel #0 on atapci0
ata1: channel #1 on atapci0
uhci0: Intel 82371AB/EB (PIIX4) USB controller port 0xfce0-0xfcff irq 11
at device 4.2 on pci0
usb0: Intel 82371AB/EB (PIIX4) USB controller on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
pci0: bridge at device 4.3 (no driver attached)
ed0: NE2000 PCI Ethernet (ProLAN) port 0xf8e0-0xf8ff irq 3 at device 13.0
on pci0
ed0: Ethernet address: 00:20:78:1a:5d:ab
ed0: if_start running deferred for Giant
ed0: type NE2000 (16 bit)
rl0: RealTek 8139 10/100BaseTX port 0xf400-0xf4ff mem
0xfedffc00-0xfedffcff irq 10 at device 14.0 on pci0
miibus0: MII bus on rl0
rlphy0: RealTek internal media interface on miibus0
rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
rl0: Ethernet address: 00:e0:7d:d9:a1:58
orm0: ISA Option ROM at iomem 0xc-0xc7fff on isa0
pmtimer0 on isa0
atkbdc0: Keyboard controller (i8042) at port 0x64,0x60 on isa0
fdc0: Enhanced floppy controller at port 0x3f0-0x3f5 irq 6 drq 2 on isa0
fd0: 1440-KB 3.5 drive on fdc0 drive 0
ppc0: Parallel port at port 0x378-0x37f irq 7 on isa0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
ppbus0: Parallel port bus on ppc0
plip0: PLIP network interface on ppbus0
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
ppi0: Parallel I/O on ppbus0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x100
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A, console
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
unknown: PNP0303 can't assign resources (port)
unknown: PNP0c02 can't assign resources (port)
unknown: PNP0501 can't assign resources (port)
unknown: PNP0401 can't assign resources (port)
unknown: PNP0700 can't 

Re: FreeBSD and Asus A7N8X

2005-05-27 Thread Lee Harr

I'm trying to install FreeBSD on my pc, but both 4.10 and 5.3, after
installation , block at first boot.
I know there is a problem whit my motherboard, ASUS A7N8X deluxe that it
is not supported by FreeBSD.
Can you tell me if 5.4 works on my motherboard? Or a site where I can
download 4.9 that may be the last working relase on my asus.




Try disabling firewire in the bios.

I had the same problem with my system (A7N8X). Worked until 4.9 then
stopped working.

Disabling firewire allowed me to boot.




Thanks for the tip on disabling firewire to get this board to work.
Do you have the sata raid going as well?



Never tried it.

_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


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


Re: vinum: Inappropriate ioctl for device

2005-05-27 Thread FreeBSD questions mailing list


On 26 mei 2005, at 23:10, jd wrote:



I am trying to set up Vinum on a new system, and I get the error  
message:

vinum: Inappropriate ioctl for device.

Here are the details:

...

Vinum used to work beautiful under 4.11; I'm wondering what do I  
need to

change to make it work under 5.4?



Go back to 4.11!
vinum is a nightmare in 5.4
and gvinum is not nearly mature enough...

I do have it running but every update it takes me 2 days to get the  
RAIDs back up


Arno


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


Re: DVD burners and the Adaptec 2200S RAID controller...

2005-05-27 Thread Olaf Greve

Hi,

[...]

2200S. What I'm wondering about is the following: would it be possible
to use the 2200S as a regular controller for a SCSI DVD rewriter, in
combination with it running 4 drives in RAID 10 mode?
The controller has two U320 channels and allows up to 30 devices to be
connected to it. However, I'm not certain that is assuming RAID only
set-ups or whether that also allows regular SCSI devices to be
attached to it...


Don't do this.  Leave only hard disks on the RAID array card.  Most
RAID cards only want disk drives on the busses anyway.


Tnx, I feared as much...:(

Either way: I personally like that separation as well. I have another 
good Adaptec SCSI controller, but I think it's a bit a pity to 
'sacrifice' that just for a DVD burner (it's currently installed in a 
machine I have specifically set-up as MySQL database stress tester). :P


Hmmm, I wonder what good ATA options there are... Otherwise, I guess 
I'll simply have to add another SCSI controller.


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


Proper dual booting

2005-05-27 Thread Fafa Hafiz Krantz

Hello.

Here is what I see when I turn on my computer:

F1   FreeBSD
F5   Disk2

This doesn't look very good. How do I make it like this:

F1   FreeBSD
F2   Windows XP

I heard I had to rewrite code.
But that's pathetic! Plus, I'm kinda dumb.

--

Fafa Hafiz Krantz
  Research Designer @ http://www.home.no/barbershop
  Enlightened @ http://www.home.no/barbershop/smart/sharon.pdf



-- 
___
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm

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


OT: SCSI DVD burners

2005-05-27 Thread Andrea Venturoli

Olaf Greve wrote:

Hmmm, I wonder what good ATA options there are... Otherwise, I guess 
I'll simply have to add another SCSI controller.


Hello.
Sorry for the OT, but where do you find SCSI DVD burners?
From which manufacturers/resellers?
I never managed to find any and I thought they didn't exist...

 bye  thanks
av.

P.S. Remove .diespammer if you want to write me directly :)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Proper dual booting

2005-05-27 Thread FreeBsdBeni
On Friday 27 May 2005 13:44, Fafa Hafiz Krantz wrote:
 Hello.

 Here is what I see when I turn on my computer:

 F1   FreeBSD
 F5   Disk2

 This doesn't look very good. How do I make it like this:

 F1   FreeBSD
 F2   Windows XP

 I heard I had to rewrite code.
 But that's pathetic! Plus, I'm kinda dumb.


Have a look at :
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#CHANGING-BOOTPROMPT

Or install a bootmanager like GAG :
http://gag.sourceforge.net/
-- 
FreeBsdBeni.


pgputCFGlJ0yW.pgp
Description: PGP signature


Re: jdk 1.3.1 in FreeBSD

2005-05-27 Thread Vizion
On Friday 27 May 2005 01:28,  the author Xu Qiang contributed to the dialogue 
on jdk 1.3.1 in FreeBSD:
Hi, all: 

I have downloaded diablo-jdk-1.3.1.0.tgz, and extracted it into /usr/local, 
but when i test it by running /usr/local/diablo-jdk1.3.1/bin/java -version, 
it told me: 
---
/usr/libexec/ld-elf.so.1: Shared object libc.so.4 not found, required by 
java
---

Any help?

Regards,
Xu Qiang

I think you need 
/usr/ports/gnutls

but do a portupgrade first ..
David

40 yrs navigating and computing in blue waters.
English Owner  Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing May bound for Europe via Panama Canal.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problem with HT support in 5.4

2005-05-27 Thread Jacob S
Hello list,

I upgraded a few 5.3 servers to 5.4 yesterday and everything seemed to
go well. After booting the new kernel, dmesg correctly showed 2 logical
cpus (1 xeon with HT). 

However, when I look at top's output, it always shows at least 50% cpu
idle time - even when the load is above 10. To confirm this, I ran
burnP6 from the cpuburn port - even with over a hundred apache processes
going, exim running and a few other things, top still reported the cpu
as 50% idle. The 'C' column in top, between 'State' and 'Time' also
shows everything as being run on cpu 0. 

`ps ax | grep cpu` reports this:
 11  ??  RL 0:00.00 [idle: cpu1]
 12  ??  RL   931:45.24 [idle: cpu0]
108  ??  DL 0:04.02 [schedcpu]

So it looks like smp support is enabled and it sees the HT enabled
processor, but it's not using the second logical cpu. Is there something
I missed in compiling the kernel, or is this a bug? I have confirmed it
on two 5.4 servers now.

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


Re: Problem with HT support in 5.4

2005-05-27 Thread Dmitry Mityugov
On 5/27/05, Jacob S  wrote:
 Hello list,
 
 I upgraded a few 5.3 servers to 5.4 yesterday and everything seemed to
 go well. After booting the new kernel, dmesg correctly showed 2 logical
 cpus (1 xeon with HT).
 
 However, when I look at top's output, it always shows at least 50% cpu
 idle time - even when the load is above 10. To confirm this, I ran
 burnP6 from the cpuburn port - even with over a hundred apache processes
 going, exim running and a few other things, top still reported the cpu
 as 50% idle. The 'C' column in top, between 'State' and 'Time' also
 shows everything as being run on cpu 0.
 
 `ps ax | grep cpu` reports this:
  11  ??  RL 0:00.00 [idle: cpu1]
  12  ??  RL   931:45.24 [idle: cpu0]
 108  ??  DL 0:04.02 [schedcpu]
 
 So it looks like smp support is enabled and it sees the HT enabled
 processor, but it's not using the second logical cpu. Is there something
 I missed in compiling the kernel, or is this a bug? I have confirmed it
 on two 5.4 servers now.

Was option smp used to compile the kernel? What other changes to the
kernel configuration file were made?

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


Re: Problem with HT support in 5.4

2005-05-27 Thread Dmitry Mityugov
On 5/27/05, Jacob S wrote:
 Hello list,
 
 I upgraded a few 5.3 servers to 5.4 yesterday and everything seemed to
 go well. After booting the new kernel, dmesg correctly showed 2 logical
 cpus (1 xeon with HT).
 
 However, when I look at top's output, it always shows at least 50% cpu
 idle time - even when the load is above 10. To confirm this, I ran
 burnP6 from the cpuburn port - even with over a hundred apache processes
 going, exim running and a few other things, top still reported the cpu
 as 50% idle. The 'C' column in top, between 'State' and 'Time' also
 shows everything as being run on cpu 0.
 
 `ps ax | grep cpu` reports this:
  11  ??  RL 0:00.00 [idle: cpu1]
  12  ??  RL   931:45.24 [idle: cpu0]
 108  ??  DL 0:04.02 [schedcpu]
 
 So it looks like smp support is enabled and it sees the HT enabled
 processor, but it's not using the second logical cpu. Is there something
 I missed in compiling the kernel, or is this a bug? I have confirmed it
 on two 5.4 servers now.

Oh, wait, it is probably just the last HT security patch,
ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-05:09.htt.asc.

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


Re: DVD burners and the Adaptec 2200S RAID controller...

2005-05-27 Thread Roland Smith
On Fri, May 27, 2005 at 01:38:29PM +0200, Olaf Greve wrote:
 
 Either way: I personally like that separation as well. I have another 
 good Adaptec SCSI controller, but I think it's a bit a pity to 
 'sacrifice' that just for a DVD burner (it's currently installed in a 
 machine I have specifically set-up as MySQL database stress tester). :P
 
 Hmmm, I wonder what good ATA options there are... Otherwise, I guess 
 I'll simply have to add another SCSI controller.

Most of what you need is already in the GENERIC kernel. The rest is a
available as modules. IIRC, you have to load the cam.ko module.

Just use the ATAPI DVD burner via CAM. AFAICT it's very stable. I
haven't burnt a coaster yet. An SCSI DVD burner is bound to be more
expensive. 

Roland
-- 
R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text.
public key: http://www.xs4all.nl/~rsmith/pubkey.txt


pgpdARNLZBzrK.pgp
Description: PGP signature


Re: vinum: Inappropriate ioctl for device

2005-05-27 Thread FreeBSD questions mailing list


On 27 mei 2005, at 16:13, [EMAIL PROTECTED] wrote:





[...]





Go back to 4.11!
vinum is a nightmare in 5.4
and gvinum is not nearly mature enough...

I do have it running but every update it takes me 2 days to get the
RAIDs back up

Arno



Arno,

not very encouraging... Is it a RAID 5 you were able to make work  
under 5.4?


jd



hey
yeah a 3x160 GB RAID5 and 2x80 GB RAID 1 in FreeBSD 5.4-p1
 i get the same error message everytime i start vinum or whenever i  
execute a command in vinum
and really loads of kernel panics whenever i try to get it to work  
after a crash
i have an unorthodox way of recovering from this because it's nearly  
impossible to do stuff in vinum without causing kernel panics

yesterday evrything was ruined again (after upgrading to p1)
i wiped the complete config (rest config - NO FUTURE)
read in the config file (create RAID5)
set every state up manually (setstate up ...)
and rebuild parity
took about 10 hours to rebuild but then everything is back up and  
running


i tried Gvinum too but that doesn't have the setstate nor the ruibld  
parity command and still you can't stop gvinum (gvinum stop doesn't  
work, nor does kldunload geom_vinum.ko)


i have no way of changing to a different soft raid due to lack of  
space to backup so i'm stuck with this for as lo0ng as it takes :)


so, one advice don't do it
hehehe
Arno
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sendmail update

2005-05-27 Thread Tony Shadwick

Just going and taking a cursory glance at the sendmail makefile in ports:

.if exists(${DESTDIR}/etc/mail/mailer.conf)  ${PREFIX} == /usr
pre-everything::
@${ECHO_CMD} #
@${ECHO_CMD} # You can't override the base sendmail this way.
@${ECHO_CMD} # your version FreeBSD use mailwrapper.
@${ECHO_CMD} #
@${ECHO_CMD} # Please install with normal PREFIX
@${ECHO_CMD} # and activate the port version with
@${ECHO_CMD} # cd ${PORTSDIR}/mail/sendmail  make mailer.conf
@${ECHO_CMD} #
@${FALSE}
.endif

So my understanding, make WITH_WHATEVER_FLAGS_YOU_WANT=yes,  make 
mailer.conf  make install.


That will override the system base.

Anyone else care to chime in here?

Tony

On Fri, 27 May 2005, Olivier Nicole wrote:




Take a peek at /usr/ports/mail/Sendmail/Makefile.  There are tons of flags
to be thrown, and I'm willing to bet that you can make a couple of tweaks
there to get the result you wish.

If it's just throwing it on the command line, you might want to consider
putting the flags in /etc/make.conf.


But then, how that port/sendmail will interact with the system
sendmail. When re-installing the system, will I have to install the
port again?

Olivier


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


Man page viewing problems

2005-05-27 Thread J. Johnston
After searching the mailing list I couldn't find much regarding this 
issues (or manpages on groff)


%man make.conf
Formatting page, please wait.../usr/bin/groff: can't find `DESC' file
/usr/bin/groff:fatal error: invalid device `ascii'
Failed.
/usr/bin/groff: can't find `DESC' file
/usr/bin/groff:fatal error: invalid device `ascii'

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


Re: Problem with HT support in 5.4

2005-05-27 Thread Jacob S
On Fri, 27 May 2005 18:05:48 +0400
Dmitry Mityugov [EMAIL PROTECTED] wrote:

 On 5/27/05, Jacob S wrote:
  Hello list,
  
  I upgraded a few 5.3 servers to 5.4 yesterday and everything seemed
  to go well. After booting the new kernel, dmesg correctly showed 2
  logical cpus (1 xeon with HT).
  
  However, when I look at top's output, it always shows at least 50%
  cpu idle time - even when the load is above 10. To confirm this, I
  ran burnP6 from the cpuburn port - even with over a hundred apache
  processes going, exim running and a few other things, top still
  reported the cpu as 50% idle. The 'C' column in top, between 'State'
  and 'Time' also shows everything as being run on cpu 0.
  
  `ps ax | grep cpu` reports this:
   11  ??  RL 0:00.00 [idle: cpu1]
   12  ??  RL   931:45.24 [idle: cpu0]
  108  ??  DL 0:04.02 [schedcpu]
  
  So it looks like smp support is enabled and it sees the HT enabled
  processor, but it's not using the second logical cpu. Is there
  something I missed in compiling the kernel, or is this a bug? I have
  confirmed it on two 5.4 servers now.
 
 Oh, wait, it is probably just the last HT security patch,
 ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-05:09.htt.asc.

hmm... So basically, SMP can be enabled, but it won't use HT even if it
sees a capable processor? 

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


Re: vinum: Inappropriate ioctl for device

2005-05-27 Thread Mark Bucciarelli

FreeBSD questions mailing list wrote:

i tried Gvinum too but that doesn't have the setstate nor the ruibld  
parity command and still you can't stop gvinum (gvinum stop doesn't  
work, nor does kldunload geom_vinum.ko)


try gmirror for raid 1.  it worked great for me.

could gmirror and gstripe be used to get raid5?  i think i read a geom 
provider can be used as a consumer ...


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


Re: Proper dual booting

2005-05-27 Thread Jerry McAllister
 
 
 Hello.
 
 Here is what I see when I turn on my computer:
 
 F1   FreeBSD
 F5   Disk2
 
 This doesn't look very good. How do I make it like this:
 
 F1   FreeBSD
 F2   Windows XP
 
 I heard I had to rewrite code.
 But that's pathetic! Plus, I'm kinda dumb.

Before you start calling thing pathetic, you had best try understanding
how they work and why they are the way they are.You will both look
less foolish and get along better as well.

I haven't followed anything about what disks you have installed or
what you put on each, but:

What you are seeing implies that you have FreeBSD as the only bootable
slice on disk 1 and that there is an MBR on disk 2 - and maybe some
bootable slices.  

Normally you would put your MS junk boot on the first slice of the first
disk and put any other OSen after that.   That is because MS often does no
work friendly with other systems.   If you did that as most instructions
say you should, it might look like:

  F1  MS-DOS(or ??)
  F5  Disk2

  or

  F1  MS-DOS
  F2  FreeBSD

It will attempt to list the bootable primary slices plus additional
disks with MBRs.   Then if you select the addition disk, it will show
you the list of bootable slices on that disk.

The FreeBSD MBR intentionally limits itself to fitting in the small
standard MBR block so it will work with the  widest variety of systems.
That means it has limited space to create extra lists of labels to
display.  You can rewrite the existing one to replace one of the existing
ones with one you want - that is what they mean by rewriting code.

Or you can use a third party MBR.

The third party MBRs skip that requirement of accomodating all systems boot
and take advantage of the fact that most modern systems (including FreeBSD) 
wast some blocks at the beginning to make geometry work out conveniently.   
So they have lots of room to have extensive lists of OS labels and such
things.   But, they won't work with all systems and BIOSen.

SO, choose your poisen and quite calling people pathetic when you don't
know what you are talking about.

jerry

 
 --
 
 Fafa Hafiz Krantz
   Research Designer @ http://www.home.no/barbershop
   Enlightened @ http://www.home.no/barbershop/smart/sharon.pdf
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: DVD burners and the Adaptec 2200S RAID controller...

2005-05-27 Thread Chad Leigh -- Shire.Net LLC


On May 27, 2005, at 2:49 AM, Olaf Greve wrote:
More generally: does anyone have any experiences in using the 2200S  
under FreeBSD? Typically enough on Adaptec's site FreeBSD is not  
mentioned in the list of supported OSes (surprise, surprise...).  
However, on FreeBSD's list(s) of supported hardware it is mentioned  
(besides: I currently use the 2100S successfully under FreeBSD  
5.2.1, whereas Adaptec's list only mentions the 4.11 version).



I have a 2200S under 5.3.  Only disks on it though.

Check the 2200S bios to see what options there are.  I have a vague  
memory of an option for it to recognize things other than disks.  Do  
a thorough check of your 2200S BIOS for options


Chad

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


Is logo-constest still up

2005-05-27 Thread Laurent Debacker
Hi,

Has anyone heard of the guys behind the logo contest recently?
I submitted my logos and got no reply. I sent a second email just to
confirm they got my logos. Nothing. Then I submitted my logos using
another email address. Still nothing.

Are they in holiday or so?

I don't want make their inbox full, but if they don't answer I suppose
my mails never hit their inbox.

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


How to get best results from FreeBSD-questions

2005-05-27 Thread Greg Lehey

How to get the best results from FreeBSD questions.
===

Last update $Date: 2004/09/19 02:40:48 $

This is a regular posting to the FreeBSD questions mailing list.  If
you got it in answer to a message you sent, it means that the sender
thinks that at least one of the following things was wrong with your
message:

- You left out a subject line, or the subject line was not appropriate.
- You formatted it in such a way that it was difficult to read.
- You asked more than one unrelated question in one message.
- You sent out a message with an incorrect date, time or time zone.
- You sent out the same message more than once.
- You sent an 'unsubscribe' message to FreeBSD-questions.

If you have done any of these things, there is a good chance that you
will get more than one copy of this message from different people.
Read on, and your next message will be more successful.

This document is also available on the web at
http://www.lemis.com/questions.html.

=

Contents:

I:Introduction
II:   How to unsubscribe from FreeBSD-questions
III:  Should I ask -questions, -newbies or -hackers?
IV:   How to submit a question to FreeBSD-questions
V:How to answer a question to FreeBSD-questions

I: Introduction
===

This is a regular posting aimed to help both those seeking advice from
FreeBSD-questions (the newcomers), and also those who answer the
questions (the hackers).

   Note that the term hacker has nothing to do with breaking
   into other people's computers.  The correct term for the latter
   activity is cracker, but the popular press hasn't found out
   yet.  The FreeBSD hackers disapprove strongly of cracking
   security, and have nothing to do with it.

In the past, there has been some friction which stems from the
different viewpoints of the two groups.  The newcomers accused the
hackers of being arrogant, stuck-up, and unhelpful, while the hackers
accused the newcomers of being stupid, unable to read plain English,
and expecting everything to be handed to them on a silver platter.  Of
course, there's an element of truth in both these claims, but for the
most part these viewpoints come from a sense of frustration.

In this document, I'd like to do something to relieve this frustration
and help everybody get better results from FreeBSD-questions.  In the
following section, I recommend how to submit a question; after that,
we'll look at how to answer one.

II:  How to unsubscribe from FreeBSD-questions
==

When you subscribed to FreeBSD-questions, you got a welcome message
from [EMAIL PROTECTED]  In this message, amongst
other things, it told you how to unsubscribe.  Here's a typical
message:

  Welcome to the freebsd-questions@freebsd.org mailing list!

If you ever want to unsubscribe or change your options (eg, switch to
or from digest mode, change your password, etc.), visit your
subscription page at:

  http://lists.freebsd.org/mailman/options/freebsd-questions/[EMAIL PROTECTED]
  
(obviously, substitute your mail address for [EMAIL PROTECTED]).  You can
also make such adjustments via email by sending a message to:

  [EMAIL PROTECTED]
  
with the word 'help' in the subject or body (don't include the
quotes), and you will get back a message with instructions.

You must know your password to change your options (including
changing the password, itself) or to unsubscribe.
  
Normally, Mailman will remind you of your freebsd.org mailing list
passwords once every month, although you can disable this if you
prefer.  This reminder will also include instructions on how to
unsubscribe or change your account options.  There is also a button on
your options page that will email your current password to you.

  Here's the general information for the list you've
  subscribed to, in case you don't already have it:

  FREEBSD-QUESTIONS   User questions
  This is the mailing list for questions about FreeBSD.  You should not
  send how to questions to the technical lists unless you consider the
  question to be pretty technical.

Normally, unsubscribing is even simpler than the message suggests: you
don't need to specify your mail ID unless it is different from the one
which you specified when you subscribed.

If Majordomo replies and tells you (incorrectly) that you're not on
the list, this may mean one of two things:

  1.  You have changed your mail ID since you subscribed.  That's where
  keeping the original message from majordomo comes in handy.  For
  example, the sample message above shows my mail ID as
  [EMAIL PROTECTED]  Since then, I have changed it to
  [EMAIL PROTECTED]  If I were to try to remove [EMAIL PROTECTED] from
  the list, it would fail: I would have to specify the name with
  which I joined.

  2.  You're subscribed to a mailing list which is subscribed to
  

The Complete FreeBSD: errata and addenda

2005-05-27 Thread Greg Lehey
The trouble with books is that you can't update them the way you can a web page
or any other online documentation.  The result is that most leading edge
computer books are out of date almost before they are printed.  Unfortunately,
The Complete FreeBSD, published by O'Reilly, is no exception.  Inevitably, a
number of bugs and changes have surfaced.

The Complete FreeBSD has been through a total of five editions, including its
predecessor Installing and Running FreeBSD.  Two of these have been reprinted
with corrections.  I maintain a series of errata pages.  Start at
http://www.lemis.com/errata-4.html to find out how to get the errata
information.

Have you found a problem with the book, or maybe something confusing?  Please
let me know: I'm constantly updating it.

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


Broadcom BCM5751 Gigabit Ethernet

2005-05-27 Thread Fafa Hafiz Krantz

Hello!

I got this Broadcom BCM5751 network interface that works just great in FreeBSD.
I was just wondering though, does anybody know where to find its Windows XP 
driver?

I need it to function in both sceneries.

I found an EXE on an Asus.com mirror, but it was some sort of floppy extractor 
and
not really the actual driver, or so it seemed, that I was looking for. I ain't 
got no floppies
anyway, they're all corrupt ;-)

Thanks!

--

Fafa Hafiz Krantz
  Research Designer @ http://www.home.no/barbershop
  Enlightened @ http://www.home.no/barbershop/smart/sharon.pdf



-- 
___
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm

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


Re: Broadcom BCM5751 Gigabit Ethernet

2005-05-27 Thread Jacob S
On Fri, 27 May 2005 12:15:07 -0500
Fafa Hafiz Krantz [EMAIL PROTECTED] wrote:

 
 Hello!
 
 I got this Broadcom BCM5751 network interface that works just great in
 FreeBSD. I was just wondering though, does anybody know where to find
 its Windows XP driver?
 
 I need it to function in both sceneries.
 
 I found an EXE on an Asus.com mirror, but it was some sort of floppy
 extractor and not really the actual driver, or so it seemed, that I
 was looking for. I ain't got no floppies anyway, they're all corrupt
 ;-)

I would recommend trying somewhere that knows something about Windows.
www.experts-exchange.com has a Windows forum that would probably know
something about your network card.

As for me, the last version of Windows I bought was Windows 98 (and I
plan on keeping it that way)! :) 

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


Re: Broadcom BCM5751 Gigabit Ethernet

2005-05-27 Thread Andreas Rudisch
On Fri, 2005-05-27 at 12:15 -0500, Fafa Hafiz Krantz wrote:
 Hello!
 
 I got this Broadcom BCM5751 network interface that works just great in 
 FreeBSD.
 I was just wondering though, does anybody know where to find its Windows XP 
 driver?
 
 I need it to function in both sceneries.
 
 I found an EXE on an Asus.com mirror, but it was some sort of floppy 
 extractor and
 not really the actual driver, or so it seemed, that I was looking for. I 
 ain't got no floppies
 anyway, they're all corrupt ;-)
 
 Thanks!
 
 --
 
 Fafa Hafiz Krantz
   Research Designer @ http://www.home.no/barbershop
   Enlightened @ http://www.home.no/barbershop/smart/sharon.pdf


http://www.google.com/search?q=Broadcom
+BCM5751sourceid=operanum=0ie=utf-8oe=utf-8


-- 
GnuPG key  : 0xD25FCC81  |  http://cyb.websimplex.de/pubkey.asc
Fingerprint: D182 6F22 7EEC DD4C 0F6E  564C 691B 0372 D25F CC81





signature.asc
Description: This is a digitally signed message part