Re: Sendmail email delays

2008-08-16 Thread Giorgos Keramidas
On Fri, 15 Aug 2008 18:49:39 -0600, Tom Stuart [EMAIL PROTECTED] wrote:
 I have tried doing the forwarding via /etc/mail/aliases and it worked
 identically as it was with the /root/.forward. The mail does go through but
 gets delayed 5+ minutes, however when I send mail interactively using mailx
 or mail commands the receiving mailserver receives the message instantly.

 I'd also like to add that if I restart sendmail via /etc/rc.d/sendmail
 restart the mail gets instantly received also...Thanks for the help thus far

It usually helps to see what changes you have made to `sendmail.mc' from
the stock FreeBSD version.  Can you post diff output from the following?

# cd /etc/mail
# diff -c freebsd.mc `hostname`.mc

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


ext3 to ufs: filename character encoding woes

2008-08-16 Thread Colin Brace

Hi all,

Using rsync, I copied a collection of MP3s from an ext3 partition on my
Linux F9 box to a UFS partition my FreeBSD 7 box. Many of the song titles
had accented characters, which are now displayed as two question marks (??)
on my FreeBSD system, like this:

Toquinho  Vinícius - Samba da Benção.mp3 --
Toquinho  Vin??cius - Samba da Beno.mp3

Thinking that rsync might be interfering in some way, I checked the man page
and found this option to use:

-8, --8-bit-output  leave high-bit chars unescaped in output

but it makes no difference. I then tried copying a file with scp and then
just cp across an NFS share. In every case, the accents get hosed.

My Linux box is configured for UTF-8:

$ cat /etc/sysconfig/i18n
LANG=en_US.UTF-8

I would have assumed that this would also be the default setting for
FreeBSD, but this appears not to be the case. 

Googling, I came up with instructions for editing /etc/login.conf, so I
added 

:charset=en_US.UTF-8:

under 

default:\

exited the shell and logged in again, but no change. 

What I am missing here?

Thanks.

-
  Colin Brace
  Amsterdam
  http://lim.nl
-- 
View this message in context: 
http://www.nabble.com/ext3-to-ufs%3A-filename-character-encoding-woes-tp19009703p19009703.html
Sent from the freebsd-questions mailing list archive at Nabble.com.

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


Re: ext3 to ufs: filename character encoding woes

2008-08-16 Thread Roland Smith
On Sat, Aug 16, 2008 at 01:26:21AM -0700, Colin Brace wrote:
 Using rsync, I copied a collection of MP3s from an ext3 partition on my
 Linux F9 box to a UFS partition my FreeBSD 7 box. Many of the song titles
 had accented characters, which are now displayed as two question marks (??)
 on my FreeBSD system, like this:
 
 Toquinho  Vinícius - Samba da Benção.mp3 --
 Toquinho  Vin??cius - Samba da Beno.mp3

 My Linux box is configured for UTF-8:
 
 $ cat /etc/sysconfig/i18n
 LANG=en_US.UTF-8
 
 I would have assumed that this would also be the default setting for
 FreeBSD, but this appears not to be the case. 

 What I am missing here?

Add LC_ALL=en_US.UTF-8 to the :setenv in /etc/loging.conf. When using an
X terminal progrm, pick a unicode font, e.g. 
-misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1

I don't think that the system console has unicode support, you should
probably use a ISO 8859-15 font, e.g. iso15-8x16.fnt, see kbdmap(1).

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgp3NrkZQ9jlr.pgp
Description: PGP signature


Re: ext3 to ufs: filename character encoding woes

2008-08-16 Thread Matthew Seaman

Colin Brace wrote:

Hi all,

Using rsync, I copied a collection of MP3s from an ext3 partition on my
Linux F9 box to a UFS partition my FreeBSD 7 box. Many of the song titles
had accented characters, which are now displayed as two question marks (??)
on my FreeBSD system, like this:

Toquinho  Vinícius - Samba da Benção.mp3 --
Toquinho  Vin??cius - Samba da Beno.mp3

Thinking that rsync might be interfering in some way, I checked the man page
and found this option to use:

-8, --8-bit-output  leave high-bit chars unescaped in output

but it makes no difference. I then tried copying a file with scp and then
just cp across an NFS share. In every case, the accents get hosed.

My Linux box is configured for UTF-8:

$ cat /etc/sysconfig/i18n
LANG=en_US.UTF-8

I would have assumed that this would also be the default setting for
FreeBSD, but this appears not to be the case. 


Googling, I came up with instructions for editing /etc/login.conf, so I
added 


:charset=en_US.UTF-8:

under 


default:\

exited the shell and logged in again, but no change. 


What I am missing here?


 # cap_mkdb /etc/login.conf

perhaps?  You might also want to add a :lang=en_US.UTF-8: item to the
default entry in login.conf -- that will result in $LANG being set in
the environment when you next log in.

Cheers,

Matthew

--
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
 Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
 Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


network problem

2008-08-16 Thread Robin Becker
After a recent change of ISP and hence our external IP address I find 
that our FreeBSD 6.1 apache http server appears to be invisible from 
outside our site. Port 80 requests just seem to hang whether done via a 
dns lookup or using the ip address. Checking the logs seems to indicate 
that no requests now arrive, but that we have seen some external 
requests since the ISP changed.


The https/sshd/mysql etc servers are still visible externally and the 
http server is visible on its local address and if you visit the 
external address from inside the network.


I suspect that either I've still got some misconfiguration on the 
server, gateway or or dns(although this seems less likely).


Alternatively the ISP might have some other block in place.

I've looked for the old IP address in /etc and found no usages the 
gateway appears to be correctly set up.


What tests can I do internally/externally to see what happens to my port 
80 packets?

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


Re: network problem

2008-08-16 Thread OutBackDingo
whats redirecting the requests to the apache server? is it on piublic or 
private ip block ? whats it set to listen on IP wise ? what about a changed 
netmask ?

On Saturday 16 August 2008 15:55:11 Robin Becker wrote:
 After a recent change of ISP and hence our external IP address I find
 that our FreeBSD 6.1 apache http server appears to be invisible from
 outside our site. Port 80 requests just seem to hang whether done via a
 dns lookup or using the ip address. Checking the logs seems to indicate
 that no requests now arrive, but that we have seen some external
 requests since the ISP changed.

 The https/sshd/mysql etc servers are still visible externally and the
 http server is visible on its local address and if you visit the
 external address from inside the network.

 I suspect that either I've still got some misconfiguration on the
 server, gateway or or dns(although this seems less likely).

 Alternatively the ISP might have some other block in place.

 I've looked for the old IP address in /etc and found no usages the
 gateway appears to be correctly set up.

 What tests can I do internally/externally to see what happens to my port
 80 packets?

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


Re: network problem

2008-08-16 Thread Robin Becker

OutBackDingo wrote:
whats redirecting the requests to the apache server? is it on piublic or 
private ip block ? whats it set to listen on IP wise ? what about a changed 
netmask ?




The server is listening to a local ip address which hasn't changed eg 
192.168.0.x


The external IP address was changed as was the external name server and 
the netmask. Our local net is provided by an ethernet router that has 
been configured with the new external IP address in exactly the same way 
as the old one. I've just reviewed the settings again and both 
https(443) and http(80) appear to be NAT'd to 192.168.0.x which is both 
the http  https server. Https works  http doesn't. The external IP is

xxx.yyy.zzz.240 with netmask xxx.yyy.zzz.224 and gateway xxx.yyy.zzz.225
and I think that works. The dns server ip is setup in the gateway and it 
acts as both a dhcp server and static router.


When I connect from the lan side to http://xxx.yyy.zzz.240 it seems to 
work fine. From outside it fails.



On Saturday 16 August 2008 15:55:11 Robin Becker wrote:

After a recent change of ISP and hence our external IP address I find
that our FreeBSD 6.1 apache http server appears to be invisible from
outside our site. Port 80 requests just seem to hang whether done via a
dns lookup or using the ip address. Checking the logs seems to indicate
that no requests now arrive, but that we have seen some external
requests since the ISP changed.

The https/sshd/mysql etc servers are still visible externally and the
http server is visible on its local address and if you visit the
external address from inside the network.

I suspect that either I've still got some misconfiguration on the
server, gateway or or dns(although this seems less likely).

Alternatively the ISP might have some other block in place.

I've looked for the old IP address in /etc and found no usages the
gateway appears to be correctly set up.

What tests can I do internally/externally to see what happens to my port
80 packets?

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


Re: network problem

2008-08-16 Thread Paolo Liberati
Double check your network configuration. Double check your firewall 
configuration.
Try to telnet the ip address from the outside on port 80. Try to nmap 
from the outside the ip address and see what is the result.


--
paolo

The external IP address was changed as was the external name server and 
the netmask. Our local net is provided by an ethernet router that has 
been configured with the new external IP address in exactly the same way 
as the old one. I've just reviewed the settings again and both 
https(443) and http(80) appear to be NAT'd to 192.168.0.x which is both 
the http  https server. Https works  http doesn't. The external IP is

xxx.yyy.zzz.240 with netmask xxx.yyy.zzz.224 and gateway xxx.yyy.zzz.225
and I think that works. The dns server ip is setup in the gateway and it 
acts as both a dhcp server and static router.





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


make.conf

2008-08-16 Thread Mitja
Hi!

I got a help how to keep OpenOffice tu build with KDE:

.if ${.CURDIR:M*/ports/editors/openoffice.org-2}
  WITH_KDE= yes
.endif

...and I did it but when I start portmaster I got:

portmaster -ad
1 open conditional:
 at line 112 (evaluated to true)
make: fatal errors encountered -- cannot continue

=== The value of PORTSDIR cannot be empty
=== Aborting update

Thanks in advance.

-- 
All other things being equal, a bald man cannot be elected President of
the United States.
-- Vic Gold
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Up_down~up

2008-08-16 Thread Jos Chrispijn

Michael Powell wrote:

I recently had an onboard 82540 chip fry out. It started sporadically and
over time became more frequent. When I googled I found many references to
heat problems. I then disabled rx/tx checksum offload and it seemed like it
fixed it, but only for a short while. It got worse and ultimately died
altogether. Had to disable and put a PCI NIC in.
  
Micheael, thanks for sharing; I will keep this in mind and if neccessary 
replace the nic.

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


Looking for this special software?

2008-08-16 Thread perikillo
Hi people.

I want to know, what came of software could help with this problem:

My boss need a software for the company, where everyone could put
reports(xls, word, pdf), change information, with user rights, put meetings,
and just with a browser everyone could access the company information.

I was reading a magazine and they where speaking about
www.centraldesktop.com, I read what we can do with that peace of software
and looks like is what I'm locking for.

Exist something similar in the opensource?

Or what software could help me?

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


Re: Looking for this special software?

2008-08-16 Thread Chuck Swiger

On Aug 16, 2008, at 9:22 AM, perikillo wrote:

My boss need a software for the company, where everyone could put
reports(xls, word, pdf), change information, with user rights, put  
meetings,

and just with a browser everyone could access the company information.

I was reading a magazine and they where speaking about
www.centraldesktop.com, I read what we can do with that peace of  
software

and looks like is what I'm locking for.


Right, well, CentralDesktop is considered a Wiki plus some support for  
calandering and so forth; there are plenty of other Wiki  
implementations out there with similar features, give or take, and  
many are available as open source for free:


  http://en.wikipedia.org/wiki/Comparison_of_wiki_software

I've used TWiki (http://twiki.org/) with decent success at some large  
companies...


Regards,
--
-Chuck

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


Re: Looking for this special software?

2008-08-16 Thread perikillo
On Sat, Aug 16, 2008 at 10:12 AM, Chuck Swiger [EMAIL PROTECTED] wrote:

 On Aug 16, 2008, at 9:22 AM, perikillo wrote:

 My boss need a software for the company, where everyone could put
 reports(xls, word, pdf), change information, with user rights, put
 meetings,
 and just with a browser everyone could access the company information.

 I was reading a magazine and they where speaking about
 www.centraldesktop.com, I read what we can do with that peace of software
 and looks like is what I'm locking for.


 Right, well, CentralDesktop is considered a Wiki plus some support for
 calandering and so forth; there are plenty of other Wiki implementations out
 there with similar features, give or take, and many are available as open
 source for free:

  http://en.wikipedia.org/wiki/Comparison_of_wiki_software

 I've used TWiki (http://twiki.org/) with decent success at some large
 companies...

 Regards,
 --
 -Chuck


  Thanks Chuck for your quick info, I will try.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


you have stopped jobs

2008-08-16 Thread Zbigniew Szalbot

Dear all,

I have accidentally pressed CTRL-Z in console while running top and it 
now says You have stopped jobs. How do I resume such stopped jobs?


Many thanks!

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


Re: you have stopped jobs

2008-08-16 Thread Erik Trulsson
On Sat, Aug 16, 2008 at 08:47:32PM +0200, Zbigniew Szalbot wrote:
 Dear all,
 
 I have accidentally pressed CTRL-Z in console while running top and it 
 now says You have stopped jobs. How do I resume such stopped jobs?
 

By using the command 'fg', which brings the job(s) you have into the
background (by pressing ^Z) into the foreground.

For further information see the manpage for whichever shell you are using.


-- 
Insert your favourite quote here.
Erik Trulsson
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Unable to update transcode port

2008-08-16 Thread Clint Olsen
On Aug 14, John Nielsen wrote:
 Do you have ffmpeg installed? Is it up-to-date? Are you using any WITH or
 WITHOUT knobs for the make?
 
 I can't tell from the output you provided if this is relevant, but I
 recently had to install the archivers/lzo2 port before I could get ffmpeg
 upgraded (on one machine) or transcode installed (on another). Give that
 a shot.

I have updated ffmpeg, and I'm still bombing out with the same error.  I
installed lzo2 as well per the suggestions of another, and this also did
not fix the issue.

I suspect this has to do with the fact that I'm on 6.3-STABLE, and the
port probably works fine for 7.X.  I continuously get bit by these damn
problems, and generally the breakage is so low-level that it requires a
port expert to resolve.  It would be helpful if there was a way for mere
mortals to help themselves in these cases.

Thanks,

-Clint

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re: Unable to update transcode port

2008-08-16 Thread Jason W. Morgan
On 2008.08.16 12:39:56, Clint Olsen wrote:
 On Aug 14, John Nielsen wrote:
  Do you have ffmpeg installed? Is it up-to-date? Are you using any WITH or
  WITHOUT knobs for the make?
  
  I can't tell from the output you provided if this is relevant, but I
  recently had to install the archivers/lzo2 port before I could get ffmpeg
  upgraded (on one machine) or transcode installed (on another). Give that
  a shot.
 
 I have updated ffmpeg, and I'm still bombing out with the same error.  I
 installed lzo2 as well per the suggestions of another, and this also did
 not fix the issue.
 
 I suspect this has to do with the fact that I'm on 6.3-STABLE, and the
 port probably works fine for 7.X.  I continuously get bit by these damn
 problems, and generally the breakage is so low-level that it requires a
 port expert to resolve.  It would be helpful if there was a way for mere
 mortals to help themselves in these cases.

The port was updated yesterday, which allowed transcode to build
successfully on my system.

http://www.freshports.org/multimedia/transcode/

Have you updated your ports since then?

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


best website for used thinkpads?

2008-08-16 Thread Gary Kline

It's time to think about replacing my old 600E that died last
March with a faster (Mhz = 1.8 || Mz = 2.2 ), and drop in a
large drive and max out the RAM.  I'm already begun googling
around, but figured that the ThinkPad folks here might have a
preferred website.  

Any favorite?

tia,

gary



-- 
 Gary Kline  [EMAIL PROTECTED]  http://www.thought.org  Public Service Unix
http://jottings.thought.org   http://transfinite.thought.org


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


Re: Sendmail email delays

2008-08-16 Thread Tom Stuart
Here are my diffs for the files as requested. I'm thinking the actual
issue may lay in my submit.mc configuration. Right now I have just the
base file as I've tried editing it to no success so I changed it back
to normal. I assumed you had to edit this line. I'll also note that
the smarthost is a Windows 2003 Server running Exchange, relaying is
enable

FEATURE(`msp', `[127.0.0.1]')dnl

and change the value to 10.0.0.2(which is the Smarthost IP),

The Diffs:

firewall-1# diff freebsd.mc firewall-1.xxx.com.mc
77c77
 dnl define(`SMART_HOST', `your.isp.mail.server')
---
 define(`SMART_HOST', `smtp.xxx.com')
firewall-1#
firewall-1# diff freebsd.submit.mc firewall-1.xxx.com.submit.mc
firewall-1#

On Sat, Aug 16, 2008 at 1:52 AM, Giorgos Keramidas
[EMAIL PROTECTED] wrote:

 On Fri, 15 Aug 2008 18:49:39 -0600, Tom Stuart [EMAIL PROTECTED] wrote:
  I have tried doing the forwarding via /etc/mail/aliases and it worked
  identically as it was with the /root/.forward. The mail does go through but
  gets delayed 5+ minutes, however when I send mail interactively using mailx
  or mail commands the receiving mailserver receives the message instantly.
 
  I'd also like to add that if I restart sendmail via /etc/rc.d/sendmail
  restart the mail gets instantly received also...Thanks for the help thus far

 It usually helps to see what changes you have made to `sendmail.mc' from
 the stock FreeBSD version.  Can you post diff output from the following?

# cd /etc/mail
# diff -c freebsd.mc `hostname`.mc

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


The FreeBSD Diary: 2008-07-27 - 2008-08-16

2008-08-16 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives http://www.freebsd.org/search/search.html#mailinglists 
and/or The FreeBSD Diary http://www.freebsddiary.org/. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

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


Re: megaupload download script

2008-08-16 Thread RW
On Tue, 12 Aug 2008 14:27:04 -0400
Tsu-Fan Cheng [EMAIL PROTECTED] wrote:

 Hi,
I use service from megaupload, i wonder if there is a script that
 can automatically download each file, one after the other without me
 clicking myself? thank you!!

There's a Java application called JDownloader. I've not tried it myself
but I think it does what you want. 

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


Re: Working ccache configuration for buildworld on amd64?

2008-08-16 Thread RW
On Fri, 15 Aug 2008 11:22:01 -0400
Maxim Khitrov [EMAIL PROTECTED] wrote:


 I think what's happening is that there is a collision in hash values
 generated by ccache. That's the only thing I can think of, because
 crt1.c is compiled twice; once from /usr/src/lib/csu/amd64/crt1.c, and
 a second time from /usr/src/lib/csu/i386-elf/crt1.c. If LIB32 is
 disabled in src.conf, only the first compilation takes place. If the
 generated hash values are the same, by some chance, then the actual
 problem is that the file is not compiled a second time when, in fact,
 it should be. This is only a guess, however.

That collision isn't going to happen for several reasons, but it's
missing the point I made earlier, that the build is failing on a cache
miss.   If the kind of situation you're describing is happening, then it's
happening earlier, and the observed error is just a side-effect.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD 7.0-STABLE vs. Intel ICH7

2008-08-16 Thread Mauro Ribeiro - Class Consultoria e Assessoria
Hi all,

 

I got a question:

My motherboard gigabyte GA-945GCM-S2C does support SATA 300 my Hardware is
SATA 300 but FreeBSD says it is SATA-150

Config: Core 2 Duo E6300 @ 2.66Ghz 2x1GB Kingston [EMAIL PROTECTED]

 

From dmesg:

atapci1: Intel ICH7 SATA300 controller port
0xd400-0xd407,0xd800-0xd803,0xdc00-0xdc07,0xe000-0xe003,0xe400-0xe40f irq 19
at device 31.2 on pci0

ad7: 476940MB MAXTOR STM3500320AS MX15 at ata3-slave SATA150

 

[EMAIL PROTECTED] ~]# uname -a

FreeBSD gw.class.local 7.0-STABLE FreeBSD 7.0-STABLE #5: Sun May 25 00:52:16
UTC 2008 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/gw  i386

[EMAIL PROTECTED] ~]#

 

The funny thing is. If I start the freebsd installer CD on my Desktop
machine (Asus Maximus Formula Mobo ICH9R) FreeBSD also detects my harddrives
as SATA-150

 

On Windows XP running Everest both motherboard see the harddrives as
SATA300.

 

And I so stupid and I'm missing something or I'm so Stupid to setup FreeBSD?

 

 

Best Regards,

Mauro Ribeiro

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


Re: desktop wireless card

2008-08-16 Thread Andrew Gould
On Fri, Aug 15, 2008 at 4:38 PM, Tim Kellers [EMAIL PROTECTED] wrote:

 I have had Lynksys cards that were not recognized, but in those cases I was
 able to use ndisgen (after I dug up the Windows drivers) to create a wrapper
 and enable those cards in both FreeBSD 6.3 and 7 -CURRENT  (way back when 7
 was current).  I haven't had to do it since 7.0-RELEASE but I'd expect it to
 work as well.

 Tim Kellers
 CPE/NJIT


 Boris Kochergin wrote:

 James Harrison wrote:

 gahn wrote:

 Hello:

 Could anyone recommend a desktop wireless card for freebsd 6.2? Just
 moved in new place and only wireless in the house.

 Thanks in advance




 I use whatever was the cheapest linksys wireless G card I could find;
 plugs in to PCI slot and works wonderfully.
 ___

 I'm not certain that everything Linksys puts out has FreeBSD-supported
 hardware inside. I have a bunch of TRENDnet TEW-443PI and Netgear WG311T
 cards that work well. They use the ath(4) driver.

 As a general statement, I'm pretty sure that anything with an Atheros chip
 inside (a fact often advertised on boxes of the products) that doesn't
 support any incarnation of 802.11n will work with said driver.
 http://atheros.rapla.net/ has more details.

 -Boris


 [EMAIL PROTECTED]


I recommend looking at the hardware notes for your specific release.  You
can find 6.2's wireless notes at:
http://www.freebsd.org/releases/6.2R/hardware-i386.html#WLAN

The man pages for the device drivers contain lists of compatible models.
Beware:  Some manufacturers will change the version number but not the model
number when they change chipsets; so pay close attention to both the model
and version numbers that are provided.

Many of the models are old, but that means you can get many of them cheaply
on eBay.

Another option is getting a wireless adapter that plugs into your ethernet
port, so operating system compatibility should not be an issue.  One such
product can be found here:
http://www.dlink.com/products/?sec=0pid=333

Good luck,

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