Sound Card Problem

2007-01-13 Thread Derrick Edwards
All,
I upgraded to the lastest version of RELENG_6 and now my onboard sound does 
not work. It worked on earlier versions of RELENG_6(3 Months Ago). Did 
something change that I should be aware of. I rebuilt system again just to 
verify. I am using an SOYO SY-P4I 845PE motherboard. It does not seem to see 
it now. Please help and thanks for your assistance.

v/r
Derrick

FreeBSD 6.2-PRERELEASE #0: Sat Jan 13 15:35:05 EST 2007

focus# pciconf -lv
[EMAIL PROTECTED]:0:0:  class=0x06 card=0x25608086 chip=0x25608086 rev=0x02 
hdr=0x00
vendor   = 'Intel Corporation'
device   = '82845G/GL/GV/GE/PE DRAM Controller / Host-Hub I/F Bridge'
class= bridge
subclass = HOST-PCI
[EMAIL PROTECTED]:1:0: class=0x060400 card=0x chip=0x25618086 rev=0x02 
hdr=0x01
vendor   = 'Intel Corporation'
device   = '82845G/GL/GV/GE/PE Brookdale Host to AGP Bridge'
class= bridge
subclass = PCI-PCI
[EMAIL PROTECTED]:29:0:class=0x0c0300 card=0x24c28086 chip=0x24c28086 
rev=0x02 hdr=0x00
vendor   = 'Intel Corporation'
device   = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:29:1:class=0x0c0300 card=0x24c28086 chip=0x24c48086 
rev=0x02 hdr=0x00
vendor   = 'Intel Corporation'
device   = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:29:2:class=0x0c0300 card=0x24c28086 chip=0x24c78086 
rev=0x02 hdr=0x00
vendor   = 'Intel Corporation'
device   = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:29:7:class=0x0c0320 card=0x24cd8086 chip=0x24cd8086 
rev=0x02 hdr=0x00
vendor   = 'Intel Corporation'
device   = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB 2.0 EHCI Controller'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:30:0:class=0x060400 card=0x chip=0x244e8086 
rev=0x82 hdr=0x01
vendor   = 'Intel Corporation'
device   = '82801BA/CA/DB/DBL/EB/ER/FB (ICH2/3/4/4/5/5/6), 6300ESB Hub 
Interface to PCI Bridge'
class= bridge
subclass = PCI-PCI
[EMAIL PROTECTED]:31:0:class=0x060100 card=0x chip=0x24c08086 
rev=0x02 hdr=0x00
vendor   = 'Intel Corporation'
device   = '82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge'
class= bridge
subclass = PCI-ISA
[EMAIL PROTECTED]:31:1:  class=0x01018a card=0x24c28086 chip=0x24cb8086 
rev=0x02 hdr=0x00
vendor   = 'Intel Corporation'
device   = '82801DB/DBL (ICH4/ICH4-L) UltraATA/100 EIDE Controller'
class= mass storage
subclass = ATA
[EMAIL PROTECTED]:31:3:class=0x0c0500 card=0x24c28086 chip=0x24c38086 
rev=0x02 hdr=0x00
vendor   = 'Intel Corporation'
device   = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller'
class= serial bus
subclass = SMBus
[EMAIL PROTECTED]:1:0:   class=0x03 card=0x chip=0x032210de 
rev=0xa1 hdr=0x00
vendor   = 'NVIDIA Corporation'
device   = 'GeForce FX 5200 [NV34.3]'
class= display
subclass = VGA
[EMAIL PROTECTED]:6:0:   class=0x010400 card=0x00011103 chip=0x00071103 
rev=0x01 hdr=0x00
vendor   = 'HighPoint Technologies Inc'
device   = 'HPT371/N UDMA/ATA133 EIDE Controller'
class= mass storage
subclass = RAID
[EMAIL PROTECTED]:7:0:   class=0x02 card=0x82120291 chip=0x91021282 
rev=0x40 
hdr=0x00
vendor   = 'Davicom Semiconductor Inc.'
device   = 'DM9102/A/AF Dell 4300S - CNET Pro200WL Ethernet Adapter'
class= network
subclass = ethernet
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Nvidia Problems

2007-01-08 Thread Derrick Edwards
On Sunday 07 January 2007 16:21, [EMAIL PROTECTED] wrote:
I am using 6_STABLE(FreeBSD 6.2-PRERELEASE). I created another 
xorg.conf 
adding your suggested option. Below is what I get from /var/log/Xorg.0.log.

 (II) NVIDIA(0): Assigned Display Device: DFP-0
(WW) NVIDIA(0): No valid modes for "1600x1050"; removing.
(WW) NVIDIA(0): No valid modes for "1280x1024"; removing.
(WW) NVIDIA(0): No valid modes for "1024x768"; removing.
(WW) NVIDIA(0):
(WW) NVIDIA(0): Unable to validate any modes; falling back to the default mod
e
(WW) NVIDIA(0): "nvidia-auto-select".
(WW) NVIDIA(0):
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0): "nvidia-auto-select"
(II) NVIDIA(0): Virtual screen size determined to be 800 x 600
(WW) NVIDIA(0): Unable to get display device DFP-0's EDID; cannot compute DPI
(WW) NVIDIA(0): from DFP-0's EDID.
(==) NVIDIA(0): DPI set to (75, 75); computed from built-in default

xorg.conf snippet:
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor"Monitor0"
Option "UseEDID" "FALSE"
DefaultDepth24
SubSection "Display"
Depth   24
Modes  "1600x1050" "1280x1024" "1024x768"
EndSubSection
EndSection




> I know of a few EDID issues with the current nvidia driver. are you 
> using freebsd-7-CURRENT?
>
> Try adding Option "UseEDID" "FALSE" to the Screen section in your X
> configuration file. Hopefully future NVIDIA X driver versions should do
> a better job of detecting invalid EDIDs. Let me know if that solves the
> issues.
>
> -nawcom
>
> On Sunday 07 January 2007 12:34, Garrett Cooper wrote:
> > > Derrick Edwards wrote:
> >> > >Hi,
> >> > > I cant seem to get my new nvidia card to dispaly the correct
> >> > > resolution. Looking at /var/log/Xorg.0.log I see these entries. My
> >> > > max resolution is "1600x1050" but it is not letting me use it.
> >> > >
> >> > > (WW) NVIDIA(0): No valid modes for "1600x1050"; removing.
> >> > > (WW) NVIDIA(0): No valid modes for "1280x1024"; removing.
> >> > > (II) NVIDIA(0): Validated modes:
> >> > > (II) NVIDIA(0): "1024x768"
> >> > > (II) NVIDIA(0): "800x600"
> >> > > (II) NVIDIA(0): "640x480"
> >> > > (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
> >> > >
> >> > > I configured Xorg using nvidia-settings.
> >> > >
> >> > > Section "ServerLayout"
> >> > > Identifier "Layout0"
> >> > > Screen  0  "Screen0" 0 0
> >> > > InputDevice"Keyboard0" "CoreKeyboard"
> >> > > InputDevice"Mouse0" "CorePointer"
> >> > > EndSection
> >> > >
> >> > > Section "Files"
> >> > > RgbPath "/usr/X11R6/lib/X11/rgb"
> >> > > FontPath"/usr/X11R6/lib/X11/fonts/misc/:unscaled"
> >> > > FontPath"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
> >> > > FontPath"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
> >> > > FontPath"/usr/X11R6/lib/X11/fonts/misc/"
> >> > > FontPath"/usr/X11R6/lib/X11/fonts/Type1/"
> >> > > FontPath"/usr/X11R6/lib/X11/fonts/100dpi/"
> >> > > FontPath"/usr/X11R6/lib/X11/fonts/75dpi/"
> >> > > FontPath"/usr/X11R6/lib/X11/fonts/cyrillic/"
> >> > > FontPath"/usr/X11R6/lib/X11/fonts/TTF/"
> >> > > EndSection
> >> > >
> >> > > Section "Module"
> >> > > Load   "dbe"
> >> > > Load   "extmod"
> >> > > Load   "type1"
> >> > > Load   "freetype"
> >> > > Load   "glx"
> >> > > EndSection
> >> > >
> >> > > Section "InputDevice"
> >> > >
> >> > > # generated from default
> >> > > Identifier "Mouse0"
> >> > > Driver "mouse"
> >> > > Option &

Re: Nvidia Problems

2007-01-07 Thread Derrick Edwards
On Sunday 07 January 2007 12:34, Garrett Cooper wrote:
> Derrick Edwards wrote:
> > Hi,
> > I cant seem to get my new nvidia card to dispaly the correct resolution.
> > Looking at /var/log/Xorg.0.log I see these entries. My max resolution
> > is "1600x1050" but it is not letting me use it.
> >
> > (WW) NVIDIA(0): No valid modes for "1600x1050"; removing.
> > (WW) NVIDIA(0): No valid modes for "1280x1024"; removing.
> > (II) NVIDIA(0): Validated modes:
> > (II) NVIDIA(0): "1024x768"
> > (II) NVIDIA(0): "800x600"
> > (II) NVIDIA(0): "640x480"
> > (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
> >
> > I configured Xorg using nvidia-settings.
> >
> > Section "ServerLayout"
> > Identifier "Layout0"
> > Screen  0  "Screen0" 0 0
> > InputDevice"Keyboard0" "CoreKeyboard"
> > InputDevice"Mouse0" "CorePointer"
> > EndSection
> >
> > Section "Files"
> > RgbPath "/usr/X11R6/lib/X11/rgb"
> > FontPath"/usr/X11R6/lib/X11/fonts/misc/:unscaled"
> > FontPath"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
> > FontPath"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
> > FontPath"/usr/X11R6/lib/X11/fonts/misc/"
> > FontPath"/usr/X11R6/lib/X11/fonts/Type1/"
> > FontPath"/usr/X11R6/lib/X11/fonts/100dpi/"
> > FontPath"/usr/X11R6/lib/X11/fonts/75dpi/"
> > FontPath"/usr/X11R6/lib/X11/fonts/cyrillic/"
> > FontPath"/usr/X11R6/lib/X11/fonts/TTF/"
> > EndSection
> >
> > Section "Module"
> > Load   "dbe"
> > Load   "extmod"
> > Load   "type1"
> > Load   "freetype"
> > Load   "glx"
> > EndSection
> >
> > Section "InputDevice"
> >
> > # generated from default
> > Identifier "Mouse0"
> > Driver "mouse"
> > Option "Protocol" "auto"
> > Option "Device" "/dev/sysmouse"
> > Option "Emulate3Buttons" "no"
> > Option "ZAxisMapping" "4 5"
> > EndSection
> >
> > Section "InputDevice"
> >
> > # generated from default
> > Identifier "Keyboard0"
> > Driver "keyboard"
> > EndSection
> >
> > Section "Monitor"
> > Identifier "Monitor0"
> > VendorName "Unknown"
> > ModelName  "Unknown"
> > HorizSync   30.0 - 110.0
> > VertRefresh 50.0 - 150.0
> > Option "DPMS"
> > EndSection
> >
> > Section "Device"
> > Identifier "Device0"
> > Driver "nvidia"
> > VendorName "NVIDIA Corporation"
> > EndSection
> >
> > Section "Screen"
> > Identifier "Screen0"
> > Device "Device0"
> > Monitor"Monitor0"
> > DefaultDepth24
> > SubSection "Display"
> > Depth   24
> > Modes  "1600x1050" "1280x1024" "1024x768" "800x600" "640x480"
> > EndSubSection
> > EndSection
> >
> > Please help
> > Thanks Derrick
>
> Monitor horizontal and vertical sync set correctly?
>
> That seems the only viable explanation other than your card doesn't
> support that resolution.
>
> -Garrett
> _
Thanks for the reply. My card supports up to 1600x1200 and the freqs 
are 
correct.

> _ 
> 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]"


Nvidia Problems

2007-01-07 Thread Derrick Edwards
Hi,
I cant seem to get my new nvidia card to dispaly the correct resolution. 
Looking at /var/log/Xorg.0.log I see these entries. My max resolution 
is "1600x1050" but it is not letting me use it. 

(WW) NVIDIA(0): No valid modes for "1600x1050"; removing.
(WW) NVIDIA(0): No valid modes for "1280x1024"; removing.
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0): "1024x768"
(II) NVIDIA(0): "800x600"
(II) NVIDIA(0): "640x480"
(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768

I configured Xorg using nvidia-settings.

Section "ServerLayout"
Identifier "Layout0"
Screen  0  "Screen0" 0 0
InputDevice"Keyboard0" "CoreKeyboard"
InputDevice"Mouse0" "CorePointer"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath"/usr/X11R6/lib/X11/fonts/misc/:unscaled"
FontPath"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/X11R6/lib/X11/fonts/misc/"
FontPath"/usr/X11R6/lib/X11/fonts/Type1/"
FontPath"/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath"/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath"/usr/X11R6/lib/X11/fonts/cyrillic/"
FontPath"/usr/X11R6/lib/X11/fonts/TTF/"
EndSection

Section "Module"
Load   "dbe"
Load   "extmod"
Load   "type1"
Load   "freetype"
Load   "glx"
EndSection

Section "InputDevice"

# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

# generated from default
Identifier "Keyboard0"
Driver "keyboard"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName  "Unknown"
HorizSync   30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor"Monitor0"
DefaultDepth24
SubSection "Display"
Depth   24
Modes  "1600x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

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


Re: VoIP behind NAT and FreeBSD

2006-12-02 Thread Derrick Edwards
On Saturday 02 December 2006 09:22, Joe Holden wrote:
> Kurt Dethier wrote:
> > Marwan Sultan wrote:
> >> Hello All,
> >>
> >>  Well, maybe the subject says all,
> >>  Im running 6.1R acting as NAT, gateway ofcourse, hotspot.
> >>  I have many clients trying to use Vonage, motorola, VoIP devices and
> >>  and few more products.
> >>
> >>  The problem is as its described in some websites..
> >>  They can call, receive a call, hear the dailtone but no one can hear
> >> the other party.
> >>
> >>   After researching i found out there is a problem iusing FreeBSD NAT
> >> with voip protocols.
> >>
> >>   i have been advised to use STUN servers, (Simple Traversal of UDP
> >> through NATs.)
> >>   I found out there is net/stund port and its installed successufly!
> >>   but still lost.
> >>
> >>   Can someone kindly and please shade a light on howto
> >>   make voip behind NAT works in my FreeBSD ? im in trouble because of
> >> this.
> >
> > Hi Marwan,
> > STUN will only work if you have the correct NAT implementation on
> > your gateway. If you are using pf, you get what the STUN RFC calls
> > a symmetric NAT. STUN will not help you in such an implementation.
> > I'm not sure how the other NAT solutions on FreeBSD are implemented.
> >
> > If you need a solution for a symmetric NAT, you need something that
> > understands the signaling protocol and can add fw/nat rules on demand
> > on your gateway, or a media proxy (like TURN).
> >
> > Kurt
>
> It is entirely possible to use voip behnd symmetric nat, but it also
> entirely depends on the setup, some more details will help.
>
> Ta,
> Joe

Hi, 
I am not sure of your setup either, but I have Vongae working behind a FreeBSD 
Firewall/Router using PF with NAT. 

Vonage Traffic viewed via PFTOP.

udpOut 172.16.1.1:1  69.59.242.83:1   MULTIPLE:MULTIPLE
2688m48  18146  9967K

udpOut 172.16.1.1:10112  69.59.243.178:12044  MULTIPLE:MULTIPLE 
  
6133   3382 674816

udpOut 172.16.1.1:10113  69.59.243.178:12045SINGLE:NO_TRAFFIC   
  
56 2 14   2348

v/r
Derrick



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


Re: php 5.2.0... go boom!

2006-11-08 Thread Derrick Edwards
On Wednesday 08 November 2006 07:41, Riemer Palstra wrote:

> On Wed, Nov 08, 2006 at 01:07:31PM +0300, Andrew Pantyukhin wrote:
> > I have yet to see a problem. So far, so good.
>
> I haven't had any problems with PHP 5.2.0 and its own modules, I only
> can't get pecl-PDO (1.0.3) to build against it. It even seems to be a
> bit faster than 5.1.6, but I haven't fully benchmarked it yet.
Same here.. PHP5.2.0 works great here!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How to Print from WIN XP to Samba

2006-10-29 Thread Derrick Edwards
On Sunday 29 October 2006 12:12, Jeremy Gransden wrote:
> On Sun, 2006-10-29 at 12:36 -0400, Derrick Edwards wrote:
> >I downloaded the Windows Driver for the printer (rw2_021_w02_enu.exe), and
> > printed fine from the XP box so I know that the driver is there and
> > works.
> >
> >When prompted for path of driver, I browse and select the executlable
> > (rw2_021_w02_enu.exe) however, it onlys wants the .inf file.
> >
> >I dont know that .inf file that XP wants. Can someone help me out on this.
> > Thanks in advance.
>
> Hi derrick,
>
> When you ran the .exe for the windows driver, It would have copied
> the .inf to the local hd. That .exe is probably just an archive, like a
> tar or a .zip. It seems to me that it should have created a HP directory
> off of c:\. but i am not sure on that.  You could re-run the installer
> and see where it is putting the .inf file.
>
> thanks,
> jeremy
I searched the HP directory where the files are stored and found several .inf 
files but none worked... 
v/r
Derrick
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


How to Print from WIN XP to Samba

2006-10-29 Thread Derrick Edwards
Hi, 
I am having problems setting up windows XP Pro to print to SAMBA Print Server. 
I have an HP PSC 2210, using the HPLIP CUPS driver.  I am printing fine from 
the FreeBSD box that it is attached to. I can browse to the printer however, 
once I connect to it, it says that the correct driver is not provided. I 
downloaded the Windows Driver for the printer (rw2_021_w02_enu.exe), and 
printed fine from the XP box so I know that the driver is there and works.  
When prompted for path of driver, I browse and select the executlable 
(rw2_021_w02_enu.exe) however, it onlys wants the .inf file. I dont know that 
.inf file that XP wants. Can someone help me out on this. Thanks in advance.
v/r
Derrick

snip smb.conf

# Global parameters
[global]

netbios name = WORKHORSE
server string = focus
security = share
log file = /var/log/samba/log.%m
max log size = 50
dns proxy = no
ldap ssl = No
#guest account = clamav
restrict anonymous = no
domain master = no
preferred master = no
max protocol = NT
server signing = Auto
guest account = cyrus
printcap name = cups
disable spoolss = yes
show add printer wizard = no
acl compatibility = winnt

[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
use client driver = yes
guest account =
printer name = HP_PSC_2200_Series_USB_MY2BLF50W60G_HPLIP
guest ok = yes

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


Re: Flash player 9 Beta is Live

2006-10-22 Thread Derrick Edwards
On Thursday 19 October 2006 13:34, Mark Kane wrote:
> On Thu, Oct 19, 2006, at 13:08:50 -0400, Jerry McAllister wrote:
> > On Thu, Oct 19, 2006 at 06:32:14PM +0300, Dimiter Ivanov wrote:
> > > http://blogs.adobe.com/penguin.swf/2006/10/beta_is_live.html
> > >
> > > I have downloaded the stand alone player and it works out of the
> > > box. Anyone having expirience with the browser plugin ?
> > >
> > > I'm using 6.1 Release and KDE 3.5.4
> >
> > OK.   That sounds promising.
> >
> > But, is this limited to KDE or how about plain Firefox running
> > on plain ole FreeBSD 6.1 with a fairly plain Windows manager?
> > Does it requite the Lunix compatibility stuff?
>
> Yes, the plugin would need the Linux compatibility and a Linux binary
> browser (such as linux-firefox or linux-opera).
>
> I tried the standalone version yesterday on FreeBSD 6.2-PRERELEASE
> [amd64] and I couldn't get the standalone version to play anything (it
> would just not do anything when opening files -- just sits at the
> white background of the window). I did try the Linux browser plugin
> along with linux-opera and it worked somewhat.
>
> It played the visual elements of Flash OK, however there is no sound
> since they're using ALSA for the sound in version 9. I also noticed
> that after playing Flash content, the area where the content was
> would turn a solid grey color and it seemed to lock the browser up a
> bit. If I closed out of that tab it seemed to be OK.
>
> Normally I have Flash disabled for all but a couple sites since it uses
> up tons of RAM and really slows down the browser after use (version 7
> at least), so I unloaded 9 and went back to 7 for now where sound at
> least works.
>
> Hopefully Adobe will add in alternate sound support methods so other
> platforms besides Linux can have sound like in version 7, and of course
> I hope they release a native FreeBSD binary sometime too so we can use
> native browsers.
>
> -Mark
  I am not able to get this to work. I downloaded, unpacked, changed the 
permissions of the flash player and executed it.  All I get is the adobe 
flashplayer dialog box. I tried to input an URL in the dialog box and it does 
nothing.
Any help would be appreciated... Also can this be used inside of kde konqueor?
v/r
Derrick 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: freebsd-specific postfix antispam howto

2006-08-29 Thread Derrick Edwards
On Monday 28 August 2006 22:16, Dave wrote:
I> Hello,
> Does anyone have any information on this? I've googled and have found a
> lot of information for Linux and even an OpenBSD howto, but i am looking
> for something freebsd-specific, preferably fbsd6. I'm having issues getting
> all the services, amavisd-new configured/starting up properly and would
> like to read someone's all-integrated freebsd-specific solution if any, to
> get an idea as to what i'm doing wrong?
> Thanks.
> Dave.
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
Dave,
http://www.postfix.org/docs.html has a bunch of how to and examples. It is 
what I used. If additional problems/questions, let me know.
v/r
Derrick 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Needing a guide/tutorial please

2006-08-18 Thread Derrick Edwards
On Friday 18 August 2006 05:59, Helge Preuss wrote:
> >  Looking for a guide online somewhere that will walk me through
> > setting up a mail server with the following items on it.
> >
> > SpamAssassin
> > Postfix (pop3 and smtp setup)
> > MySQL (for database driven mail user administration)
> > MyPHPAdmin (to visually admin the database)
> > Squirrelmail (for webmail)
> > Apache (for squirrelmail)
> > Dovecot Imap (for squirrelmail)
> > Postfix Admin <- this is the reason for the need to have a mysql driven
> > mail user database.  It's apparently required for this to work.  Plus
> > database driven user management tends to be easier.  Of course, if you
> > know
> > of a better way to graphically admin mail users without using a database,
> > I'm all ears.  :)
> > And lastly, some kind of web based server admin page that's similar to
> > webmin, but more secure.
>
> Here is a guide for Gentoo Linux that addresses most, if not all of your
> requirements:
> http://www.gentoo.org/doc/en/virt-mail-howto.xml
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"

Hi, 
I dont think what you propose is over the top at all. I have all these 
elements running now. Using (http://www.postfix.org/docs.html), you can 
pretty much get everything running from there. In addition to the programs 
you already stated I would recommend using amavisd-new 
(http://www.ijs.si/software/amavisd). With that you get SpamAssassin and 
Primary/Secondary antivirus protection. Also, make sure you use TLS to secure 
your webmail traffic. If you have any questions let me know. Really, it is 
quite easy to get this stuff and running. I never used webmin, but apache 
maintenace should be minimal.
r/
Derrick
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: squid with antivirus

2006-08-05 Thread Derrick Edwards
On Saturday 05 August 2006 17:18, Imran Imtiaz wrote:


> I have a router for an internal LAN, i use squid for HTTP and FTP proxy
> cache and I want to setup an antivirus so when somebody download a file
> from the internet, the antivirus will scan the file and block it with an
> error message if the file is infected.
>
> I want to ask which is the best software for this ?
>
> Regards,
> Imran
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
Hi,
You may want to check out dansguardian-devel, 
(/usr/ports/www/dansguardian-devel). Supports several antivirus programs.

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


ATAPICAM FreeBSD 5.2.1

2004-07-27 Thread Derrick Edwards
 Good day to all. I have been going crazy trying to get K3b to work. 
Everytime I attempt to burn a cd, the system freezes and reboots. I have been 
on the formus for a month now trying to find a soulution. Seems a lot of 
other people are having the same issue, and all theses guys are pointing to 
atapicam.  I reinstalled 4.10 for testing  and k3b works perfectly. Is 
atapicam really the problem as I suspect? If so, will this be fixed prior to 
5.3 release. Apologize in advance if this is a silly question. 
Thanks for your assistance, please let me know if you need additional info.
Derrick
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"