ASUS A7N8X's 3Com chip / Sil 3112

2003-12-11 Thread Gautham Ganapathy
Hi,

Will FreeBSD 5.2 (RC1, 2 or RELEASE) support the 3Com 3C90x based n/w
controller (Broadcom PHY) present on the A7N8X Deluxe motherboard?

Also, will there be a driver for the Sil 3112 SATA driver?

Thanx and Regards
Gautham

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


Re: ASUS A7N8X's 3Com chip / Sil 3112

2003-12-15 Thread Gautham Ganapathy
On Saturday, December 13, 2003 4:37 PM, anubis wrote:

> On Thu, 11 Dec 2003 08:25 pm, Gautham Ganapathy wrote:
> > Hi,
> >
> > Will FreeBSD 5.2 (RC1, 2 or RELEASE) support the 3Com 3C90x based n/w
> > controller (Broadcom PHY) present on the A7N8X Deluxe motherboard?
> >
> > Also, will there be a driver for the Sil 3112 SATA driver?
> >
> > Thanx and Regards
> > Gautham
>
> I have that board and have the 3com nic working under 5.1 so i assume that
it
> will work under 5.2
> The sound also works
> Dont know about the sata though.
>

Thanx. I'll try it out. I did have some problems installing 5.1-RELEASE
(problems reading the CD drive; the kernel would panic) and went back to
4.7-RELEASE. Hopefully, 5.2 won't give these problems.

Regards
Gautham

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


Re: Installing Samba : FreeBSD Vs Linux ?

2008-10-17 Thread Gautham Ganapathy
On Fri, Oct 17, 2008 at 8:04 PM, Frank Bonnet <[EMAIL PROTECTED]> wrote:

> Hello
>
> I am on the way to setup a brand new Samba server with OpenLDAP backend
>
> I am very interrested by feedback of "real world" samba admins running it
> with FreeBSD
> or Linux , my boss push hardly to use Linux but I would much prefer FreeBSD
> so good arguments are welcome ( my boss is a smart guy , if I give enough
> litterature that says FreeBSD is better, he will be OK )
>
> More seriously I'm also searching for eventuals benchmarks that compare
> those two configurations.
>
> Thanks a lot.
>
>
Hi

This is probably not a reliable or objective comparison, but I get much
better performance at home b/w a fbsd7/windows vista client and a fbsd6.2
server (freenas) over a 11g wireless network than in the office b/w a
windows xp client and an ubuntu 8.04 server over a 100 Mbps ethernet network
(even if I am the only person using the server). my server at home runs on
an assembled 1.8 GHz athlon xp system with 512 MB RAM. The one in the office
is a Wipro NetPower server with a 3 GHz Pentium 4 and 2 GB RAM. both servers
run the default samba versions they came with, and both clients are kept
upto date

it could possibly be a problem with the default ubuntu server configuration,
but i have not checked it out yet

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


Re: X11: 1280x768

2008-11-11 Thread Gautham Ganapathy
On Tue, Nov 11, 2008 at 6:13 PM, Mel
<[EMAIL PROTECTED]> wrote:
> On Tuesday 11 November 2008 13:28:53 Pieter Donche wrote:
>> On Tue, 11 Nov 2008, Mel wrote:
>> > On Tuesday 11 November 2008 12:12:06 Pieter Donche wrote:
>> >> On the same portable there is also a SUSE Linux 10.1 and WinXP, which
>> >> works in 1280x768 (so the hardware can use this resolution)
>> >>
>> >> In /var/log/Xorg.0.log is see many references to 1280x768 for the 'local
>> >> flat panel' , PanelID returned panel resolution: 1280x768, also
>> >> Printing DDC gathered Modelines:
>> >> 3 lines
>> >> (||) 1810(0): Modeline "1280x768"x0.0  (followed by varying numbers and
>> >> a KhZ to end)
>> >> follewed y
>> >> Mode: 30 (640x480)
>> >>(specifications)
>> >> diffenrent Mode sections but 1024x768 at the highest
>> >> ..
>> >> (||) |810(0): Not using mode "1280x768i (no mode of that name)
>> >
>> >   ^^^
>> > If this is accurate, you seem to have a trailing letter 'i' in your
>> > xorg.conf that invalidates the mode line.
>> >
>> > And you're using an Intel 810 integrated graphics card. Sadly, that
>> > doesn't come with probing tool that I know of that would print the
>> > information the card and monitor exchange about syncrates and display
>> > sizes.
>> >
>> > Rule out the typo first though.
>> >
>> > I have a vague recollection of this card putting 1024x768 before 1280x768
>> > in the mode list it returns, so that it defaults to 1024x768, but I'm not
>> > sure where or when I read that. Either way, hardcoding the desired
>> > modeline (without typos) in xorg.conf should work.
>> > If there was no typo, please paste your entire xorg.conf into the mail.
>> > We may be missing something obvious.
>> > --
>> > Mel
>> >
>> > Problem with today's modular software: they start with the modules
>> >and never get to the software part.
>>
>> There was only a typo in my mail, not in xorg.conf..
>>
>> In included below my xorg.conf file and the Xorg.0.log
>
> Rearranging for clarity:
>
>> --
>> xorg.conf
>> --
>
>
>> Section "Screen"
>>   Identifier "Screen0"
>>   Device "Card0"
>>   Monitor"Monitor0"
>>   SubSection "Display"
>>   Viewport   0 0
>>   Depth 1
>>   Modes "1280x768"
>>   EndSubSection
>
>
>> (II) I810(0): Supported Future Video Modes:
>> (II) I810(0): #0: hsize: 1280  vsize 800  refresh: 60  vid: 129
>
> I was already wondering why a card would report 1280x768, it's not the
> standard for that width, 1280x800 is. Try changing the modes to 1280x800. How
> the 768 ends up in the detection is probably something for the i810 driver
> developers to figure out.
> --
> Mel
>
> Problem with today's modular software: they start with the modules
>and never get to the software part.
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>

I used to get a somewhat similar problem on my laptop which has a
resolution of 1440x900. It was initially setup through xorgconfig as
1024x768 with the nv driver, but the fonts looked extremely blurred.
When I manually set the resolution to 1440x900, X gave an error that
there were no available modes to match this resolution. Finally, I had
to switch to the nvidia binary driver (after removing freebsd amd64
and installing i386) , which accepted this resolution.

Perhaps, there is a more specific driver for that chipset than the i810 driver?



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


umodem driver with Nokia N80

2008-03-15 Thread Gautham Ganapathy
Hi

I am trying to get my nokia n80 working under freebsd (7-stable) with the
umodem driver. Running udesc_dump from ports shows that this phone supports
the Abstract Control Model in the Communication Device Class, but it only
comes up as a ugen device even with the ucom and umodem devices loaded at
startup. Enabling some debug info in sys/dev/usb/umodem.c indicates that the
device matching code was failing when it was checking for some Call
Management feature (UDESCSUB_CDC_CM) in umodem_get_caps(). udesc_dump does
not list this descriptor either, although this phone is being detected as an
ACM device under linux (Ubuntu 7.10 livecd), where it comes up as ttyACM0.

Is there any way of getting this up and running in 7-stable? Any pointers on
what changes might be required to the driver and any documentation would
also be very helpful

Regards
Gautham

PS - I was able to use this phone as a modem using bluetooth until a f/w
upgrade (5.) introduced some bugs and made it stop working
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: When I put up any version of FBSD I usually try to install Maxima. Which fails because the sub-install of gnuplot fails.

2012-02-18 Thread Gautham Ganapathy
On 28 January 2012 19:54, Henry Olyer  wrote:
> I've been using FBSD since 2000 and a Macsyma user since 1976.
>
> And done my own FBSD installs since 5.1, I think, maybe a few before.  For
> those early years I was content to install a lisp and then do my own FTP's,
> getting maxima and doing things manually.  No problems.
>
> But the installs have never worked.  Specificially, using the sysinstall
> tool, going to Packages, going to Math, and dropping down to Maxima,
> FAILS!!!
>
> And a few years ago everyone yelled at me and said I was wrong.  But I've
> had this problem on at least a dozen machines, from laptop's to desktops,
> to blades.
>
> And when Gnuplot failed to install that stopped the installation of maxima.
>
> So I did workarounds but lost graphing and other resources.
>

I did face a gnuplot-related problem while trying to install maxima
from ports on 8-STABLE sometime back. Turned out that I had changed
some build flag for one of the ports on that gnuplot depended on,
causing it to depend back on gnuplot. So when I built maxima, it would
go to gnuplot and then just keep cycling through a whole lot of
dependencies. I am not able to recall which port caused the problem,
but if this is related to the problem you are facing and you haven't
changed any build options, it should build properly.

Cheers
Gautham
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: ROOT on ZFS with MBR partitions

2011-02-27 Thread Gautham Ganapathy
On Sun, Feb 27, 2011 at 12:45 AM, Daniel Staal  wrote:
> --As of February 27, 2011 12:26:04 AM +, Slawomir Wojtczak is alleged to
> have said:
>
>> ... but none of them seems to work, after installation it hangs at boot
>> like that: http://ompldr.org/vN2tscQ
>
> --As for the rest, it is mine.
>
> Hmm.  Interesting.  I'm having the same result when trying the 'root on ZFS,
> boot from UFS' guide here:
> <http://wiki.freebsd.org/RootOnZFS/UFSBoot>
>
> Anything interesting happening during your install?  I have an error late in
> the process (During 'Step 3.1') with this command:
> Fixit# mv boot bootdir/
>
> It gives me an error saying that /bin/cp can't found/executed.  (I've been
> trying to work around using `bin/cp -pRP boot bootdir/`.  Note the lack of
> the leading slash.)
>
> I had tried several of the other installs from
> <http://wiki.freebsd.org/RootOnZFS> successfully, but I don't think I'd
> tried the MBR install.
>
> Daniel T. Staal
>


I had the same problem. Today, I tried using the PCBSD dvd to install
FreeBSD on ZFS (with /boot on UFS). It kept giving errors just before
completion. However, some comments I found while googling about that
problem mentioned that the installation seemed to have completed,
which seems to be the case. Both FreeBSD and FreeDOS are now installed
on the same drive (in a VM, I'll try this on real h/w next). Still not
sure what caused the error during installation though.

Regards
Gautham Ganapathy
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


ZFS on USB / Sound on alienware m11x

2011-04-18 Thread Gautham Ganapathy
Hi

I am trying out FreeBSD on ZFS using the PC-BSD 8.2 installer. I have
it installed on a Western Digital USB HDD connected to an Alienware
m11x laptop. It seems to work well except that once in a while, any
application performing a write freezes for a few seconds (around 15 or
so) and looking at top shows their states to be in zio. Is this
because it was installed on a USB drive?

I am trying to get sound working on the laptop. After starting snd_hda
at boot, two devices are found and dmesg shows the following

hdac0:  mem
0xf100-0xf1003fff irq 17 at device 0.1 on pci1
hdac0: HDA Driver Revision: 20100226_0142
hdac0: [ITHREAD]

hdac1:  mem
0xf160-0xf1603fff irq 22 at device 27.0 on pci0
hdac1: HDA Driver Revision: 20100226_0142
hdac1: [ITHREAD]

hdac0: HDA Codec #0: NVidia (Unknown)
hdac0: HDA Codec #1: NVidia (Unknown)
hdac0: HDA Codec #2: NVidia (Unknown)
hdac0: HDA Codec #3: NVidia (Unknown)

pcm0:  at cad 0 nid 1 on hdac0
pcm1:  at cad 1 nid 1 on hdac0
pcm2:  at cad 2 nid 1 on hdac0
pcm3:  at cad 3 nid 1 on hdac0

hdac1: HDA Codec #0: Realtek ALC665
pcm4:  at cad 0 nid 1 on hdac1
pcm5:  at cad 0 nid 1 on hdac1

I think the NVIDIA device is for the HDMI output, while the Realtek
codec is for the normal audio.

Under /dev, I can see six devices dsp0.0,dsp1.1,dsp2.1,dsp3.1,dsp4.0
and dsp5.1. I tried playing an mp3 file using mpg123 and gave each of
these devices using the -a option, but none of them worked. The output
tab under the GNOME sound preferences shows the devices dsp0, dsp1,
dsp2, dsp3, dsp4 and dsp5. None of them seem to work either.

Any ideas on how to get the wound working?

Gautham
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: ZFS on USB / Sound on alienware m11x

2011-04-18 Thread Gautham Ganapathy
On Mon, Apr 18, 2011 at 4:58 PM, Gautham Ganapathy
 wrote:
> Hi
>
> I am trying out FreeBSD on ZFS using the PC-BSD 8.2 installer. I have
> it installed on a Western Digital USB HDD connected to an Alienware
> m11x laptop. It seems to work well except that once in a while, any
> application performing a write freezes for a few seconds (around 15 or
> so) and looking at top shows their states to be in zio. Is this
> because it was installed on a USB drive?
>
> I am trying to get sound working on the laptop. After starting snd_hda
> at boot, two devices are found and dmesg shows the following
>
> hdac0:  mem
> 0xf100-0xf1003fff irq 17 at device 0.1 on pci1
> hdac0: HDA Driver Revision: 20100226_0142
> hdac0: [ITHREAD]
>
> hdac1:  mem
> 0xf160-0xf1603fff irq 22 at device 27.0 on pci0
> hdac1: HDA Driver Revision: 20100226_0142
> hdac1: [ITHREAD]
>
> hdac0: HDA Codec #0: NVidia (Unknown)
> hdac0: HDA Codec #1: NVidia (Unknown)
> hdac0: HDA Codec #2: NVidia (Unknown)
> hdac0: HDA Codec #3: NVidia (Unknown)
>
> pcm0:  at cad 0 nid 1 on hdac0
> pcm1:  at cad 1 nid 1 on hdac0
> pcm2:  at cad 2 nid 1 on hdac0
> pcm3:  at cad 3 nid 1 on hdac0
>
> hdac1: HDA Codec #0: Realtek ALC665
> pcm4:  at cad 0 nid 1 on hdac1
> pcm5:  at cad 0 nid 1 on hdac1
>
> I think the NVIDIA device is for the HDMI output, while the Realtek
> codec is for the normal audio.
>
> Under /dev, I can see six devices dsp0.0,dsp1.1,dsp2.1,dsp3.1,dsp4.0
> and dsp5.1. I tried playing an mp3 file using mpg123 and gave each of
> these devices using the -a option, but none of them worked. The output
> tab under the GNOME sound preferences shows the devices dsp0, dsp1,
> dsp2, dsp3, dsp4 and dsp5. None of them seem to work either.
>
> Any ideas on how to get the wound working?
>
> Gautham
>

Update: This is strange. Apparently, sound works under VLC (default
settings) , but not on Totem, flash or mpg123.

Gautham
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: ZFS on USB / Sound on alienware m11x

2011-04-19 Thread Gautham Ganapathy
On Tue, Apr 19, 2011 at 7:58 AM, bw  wrote:
> On Mon, 2011-04-18 at 19:23 +0000, Gautham Ganapathy wrote:
>> > Under /dev, I can see six devices dsp0.0,dsp1.1,dsp2.1,dsp3.1,dsp4.0
>> > and dsp5.1. I tried playing an mp3 file using mpg123 and gave each of
>> > these devices using the -a option, but none of them worked. The output
>> > tab under the GNOME sound preferences shows the devices dsp0, dsp1,
>> > dsp2, dsp3, dsp4 and dsp5. None of them seem to work either.
>> >
>> > Any ideas on how to get the wound working?
>> >
>> > Gautham
>> >
>>
>> Update: This is strange. Apparently, sound works under VLC (default
>> settings) , but not on Totem, flash or mpg123.
>
> I had the same problem. Sound is being sent to /dev/dsp0 by default,
> which is the NV card. Try setting hw.snd.default_unit with sysctl.
> Probably "sysctl hw.snd.default_unit=4" would work, from what I see, you
> should hear sound if you cat a file to /dev/dsp4.
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
>

It worked ! Totem, flash and mpg123 works fine. VLC stopped working,
but after switching the output module to OSS, even that came up !

Now to install fbsd on the laptop! If only the builtin wireless
worked, but I can make do with USB wifi for now

Thanks and regards
Gautham
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Firefox URL Address Bar does not work under 8.1-RELEASE

2011-05-08 Thread Gautham Ganapathy
On Sat, May 7, 2011 at 10:42 PM, Devin Teske  wrote:
> Hi list,
>
> I hope that you can offer some suggestions to help make some sense of this 
> odd situation. The situation is that we install FreeBSD 8.1-RELEASE onto 
> standard Intel workstation hardware. We then add about 400 packages to the 
> system. On top of that, we then add firefox.
>
> Everything works great in the system, even firefox ... that is until you try 
> and use the address bar in Firefox to enter a URL. Pressing ENTER has no 
> effect. Neither does clicking the green arrow to the right of the URL in the 
> address bar. Meanwhile, requesting firefox to visit a URL via the 
> command-line works just fine. Clicking through pages and navigating links 
> also works fine. The entire system is functional with except to the URL 
> address bar in Firefox.
>
> We then set up a second machine (also workstation-class hardware, though much 
> newer). Same thing. System works superbly, with exception to firefox's 
> address bar.
>
> Co-workers and I are scratching our head over why this is happening.
>
> We've tried both firefox-3.6 and firefox-3.5 from the FTP archives. We've 
> always installed every dependency. Both browser versions have the same 
> problem. Both machines have the same problem.
>
> Specifically speaking, we've tried these two packages:
>
> ftp://ftp-archive.freebsd.org/pub/FreeBSD/releases/i386/8.1-RELEASE/packages/All/firefox-3.6.4,1.tbz
> ftp://ftp-archive.freebsd.org/pub/FreeBSD/releases/i386/8.1-RELEASE/packages/All/firefox-3.5.10,1.tbz
> --
> Cheers,
> Devin Teske
>
> -> CONTACT INFORMATION <-
> Business Solutions Consultant II
> FIS - fisglobal.com
> 510-735-5650 Mobile
> 510-621-2038 Office
> 510-621-2020 Office Fax
> 909-477-4578 Home/Fax
> devin.te...@fisglobal.com
>


I had a similar problem under Windows sometime back after an upgrade.
Resetting the profile worked for me. Try backing up your
$HOME/.mozilla directory, deleting it and starting firefox afresh.

Someone also suggested resetting the toolbars.

Gautham
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Please secure your FTP access

2011-09-16 Thread Gautham Ganapathy
On Thu, Sep 15, 2011 at 10:46 PM, Allen  wrote:
> Sorry for top posting but can anyone send this to "Computer Stupidities"
> ? It seems to good to waste like this.  Anyone who thinks they're a
> Hacker yet doesn't know how FTP works is not only funny, it's
> entertainment. And also, the web site I'm speaking of, has a similar
> story sent in from another reader, where they talked about back when
> they were in a Web Development class once, the teacher partnered
> everyone up with someone else, and so, since he had already made his own
> web site, he figured he'd show it to his new partner, and said "This is
> my web site here" and the guy, like a moron, highlighted ALL of the text
> with a Mouse, and threatened to hit the "Delete" button on the Keyboard...
>
> This reminds me of that quite a bit lol.
>
> On 9/14/2011 5:57 AM, Eduardo Morras wrote:
>> At 21:43 13/09/2011, Sarang. wrote:
>>> H! there,
>>>
>>> I have seen your site and also got ftp access..
>>>
>>> Please secure your ftp acces otherwise anyone can delete your data
>>>
>>> Why anyone? even I am also interested in it.. please move your ass
>>> otherwise it will cost you.
>>>
>>> If you are not going to fix this problem then I will delete all the
>>> files tommorrow...
>>>
>>> Take care..
>>
>> You log in as anonymous user but the user whom owns the ftp is another
>> one (perhaps ftp). The permises you get are r-x (thh last ones) not rwx.
>>
>> HTH
>>
>>> Ethical but Bad Hacker...

He may have actually used his real name too :) -
https://www.facebook.com/sarang.chepe
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


cmucl crashes on 6.0-RELEASE i386

2006-01-22 Thread Gautham Ganapathy
Hi,

I am unable to get cmucl to work in freebsd 6.0-release for i386. When I
run it, there is a lot of disk usage for a few seconds (allocating too
much memory?) and then cmucl core dumps. Has anyone seen this before?
Can it be fixed? I have tried installation through ports and packages
and they both show this problem. It used to work properly before on
previous versions

Regards
Gautham Ganapathy


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


Re: Strange HD behavior

2006-03-29 Thread Gautham Ganapathy
On Sat, 2006-03-25 at 19:06 -0300, Luiz Eduardo Guida Valmont wrote:
> Hi,
> 
> its dependancies) overnight. But I woke up the next day to find the login
> prompt and a few (2, i guess) messages of bad blocks somewhere in the /usr
> filesystem 
> 

> The HD is a Seagate one.
> 


I used to have the same problem with a Seagate SATA drive. When I
installed Windows on the same drive, it would work fine. I even got the
drive replaced by Seagate, but it did not solve the problem. After three
drives, I found a page on the net which said that the sata driver in
fbsd had some problems with smartmon. I disabled it in the bios and
haven't had any problem since for the past 5 months.

Haven't tried this smartmontools though

Regards
Gautham


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


nvidia drivers on ASUS A8X-Deluxe in 32-bit mode (5.2.1-RELEASE) / 5.3-RELEASE crash

2004-12-10 Thread Gautham Ganapathy
Hello,

Has anyone been able to get the nvidia display drivers (6113) to work
on the ASUS A8V-Deluxe motherboard (K8T800-Pro chipset) in 32-bit mode
(5.2.1-RELEASE)? I have tried nvidia's internal GART support as well
as freebsd's, but the system hangs on starting X and requires a hard
reset. I also found a couple of postings on the net with similar
issues.

Is this only for this chipset or are other amd64 chipsets affected also?

Also, the keyboard does not seem to work on 5.3-RELEASE (i386 and
amd64). the installation goes through fine, but when the system
restarts, the keyboard does not respond, although it is powered up
(LEDs work). How can I fix this?

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


Re: glxgears

2004-12-29 Thread Gautham Ganapathy
On Sun, 2004-12-26 at 07:39, haruko wrote:
> On 12/25/04 12:23:09, Peter Harmsen wrote:
> > I have a FreeBSD box on a Elitegroup K7S5A mobo with a Asus TI4200 
> > AGP
> > 8x graphics card and AMD 512 MB sdram XP2000+ CPU.I get 3600 FPS with
> > glxgears after i recompiled the kernel without agp and tweaked the
> > Nvidia driver source a little.On a Linux box with AMD XP2500+ CPU 
> > with
> > 1024 MB ddr and FX5700 card i only get 3200 FPS with glxgears.Quite
> > remarkable to say the least.
> > 
> I don't know about linux/verses FreeBSD, but I can tell you about
> hardware support.  I am not sure about nvidia stuff(core models), but I
> can tell you new cards tend not to have support, then bad support at
> first.  This may not be the case with the nvidia drivers.  If that card
> is new enough glxgears was running partially or all on the cpu not
> graphics hardware.
> 

I have an Athlon 64 3000+ and GeForce FX5700 running FreeBSD 5.3-RELEASE
(i386). I get only 2200 fps for glxgears. Anyone else getting similar
values.

When I start X, I also get a kernele message with the following text,

NVRM: AGP cannot be enabled on this combination of the AMD CPU and OS
kernel
NVRM: kernel upgrade recommended.
NVRM: AGP cannot be enabled on this combination of the AMD CPU and OS
kernel
NVRM: kernel upgrade recommended.

I don't think it is running on s/w, since I am able to play Doom 3 on
this system.

Regards
Gautham

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


4 CD ISOs for 5.2 ?

2004-02-03 Thread Gautham Ganapathy
Hi,

Are there any plans to release the 4-CD packs for 5.2 that used to be there
for 4.7-RELEASE and before? Or will this only be available for sale via
freebsdmall?

Regards
Gautham

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


Re: 4 CD ISOs for 5.2 ?

2004-02-04 Thread Gautham Ganapathy
On Tuesday, February 03, 2004 6:11 PM, Kris Kennaway wrote:

> On Tue, Feb 03, 2004 at 02:22:14PM +0530, Gautham Ganapathy wrote:
> > Hi,
> >
> > Are there any plans to release the 4-CD packs for 5.2 that used to be
there
> > for 4.7-RELEASE and before? Or will this only be available for sale via
> > freebsdmall?
>
> Only the first 2 CDs are made available on the FTP site.  The other
> two contain a subset of packages; the full set of packages is
> available on the FTP site, just not in ISO format.
>
> Kris

Ok. The problem is that I have a very slow link at my house where I use
FBSD. I generally download the ISOs from my office, where I have Windows. Is
there any easy way of downloading the required packages and dependencies,
and replicating them on my hdd from Windows?

Thanx and Regards
Gautham


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


nVidia driver problem w/ FreeBSD 5.2.1-RELEASE + mplayer

2004-05-27 Thread Gautham Ganapathy
Hi,

I have installed 5.2.1-RELEASE on my system (Athlon XP/nForce 2
Ultra/GeForce 3). Unfortunately, I am not able to use nVidia's fbsd drivers.
I saw a few posts that mentioned it would work under fbsd-5 although it was
written for 4. Any idea on what might be the problem?

The initial bootup gives messages saying 'PCI bus mastering disabled' and
'Unable to access memory ...'. Loading this driver also prevents it from
detecting other PCI devices such as my Netgear FA311 and 3Com (integrated,
3c509, i think) NICs.

Is there any workaround for this?

I have not specified a chipset as mentioned in
http://docs.freebsd.org/cgi/mid.cgi?B06CC0370BBC0F4EA588FD6952A9392502293A

Also, when I install the mplayer package as well as apache 1.3, it halts
with the error code -1. How do I get around this? I am installing them from
the main FTP site.

Thanks & Regards
Gautham

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


Re: nVidia driver problem w/ FreeBSD 5.2.1-RELEASE + mplayer

2004-05-28 Thread Gautham Ganapathy
On Thu, 27 May 2004, Senandung Mendonan wrote:

> On Thu, 27 May 2004, Gautham Ganapathy wrote:
>
> > I have installed 5.2.1-RELEASE on my system (Athlon XP/nForce 2
> > Ultra/GeForce 3). Unfortunately, I am not able to use nVidia's fbsd
> > drivers. I saw a few posts that mentioned it would work under fbsd-5
> > although it was written for 4. Any idea on what might be the problem?
>
> Did you install the driver via ports ( /usr/ports/x11/nvidia-driver ), or
> did you compile yourself? The ports version have some tweaks for you to
> try. I've been using the ports version (default install, no tweaking) in
> FreeBSD 5.2.1 on my Dell Latitude D800 (GeForce4 4200 Go), with no
> problems so far: ran mplayer occasionally with the some mpeg, avi, etc.
>
> Got one minor gripe though: Can't get the Twinview feature working -- how
> to get the display on both the laptop and a projector. (anybody got this
> one working?)
>

Ok. I was building it from source. I'll try it from ports. Thanx.

Not sure about Twinview, but I found the following

http://lists.freebsd.org/pipermail/freebsd-questions/2003-June/010814.html

There seems to be a few options that have to be setup for enabling Twinview
and configuring the second monitor. Hope it works

Regards
Gautham

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


Re: Which OS for notebook

2010-10-04 Thread Gautham Ganapathy
On Mon, Oct 4, 2010 at 5:11 AM, Leandro F Silva  wrote:
> Hi guys,
>
> Which OS are you using on your notebook, FreeBSD / Linux or MAC ?
> Also, can you tell us the hardware, Sony / HP etc..
>
> Thank you !
> ___

I would prefer FreeBSD, if not for the lack of support (yet) for
802.11n wireless chipsets (don't really like USB wifi poking out of
the laptop!). FreeBSD used to work fine on my old Dell Inspiron 9400
(no longer manufactured), except for the card reader, which I never
needed. I am waiting for support for wireless-n chipsets (and CUDA, if
I'm lucky!) for my Alienware m11x (ndis did not work out)

Regards
Gautham
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: ZFS

2010-12-08 Thread Gautham Ganapathy
On Tue, Dec 7, 2010 at 5:11 PM, krad  wrote:
>
> the easiest way to do zfs root is use the pc-bsd disk but select the freebsd
> install not the pc bsd one

I tried that last week with the PCBSD 8.1 DVD. Unfortunately, to
install on ZFS, you need to go to advanced mode when creating
partitions, which did not consider my windows partition and showed the
entire disk as free. I had to abort or wipe windows off my laptop

Is it possible to have windows and a zfs-based freebsd installation on
the same drive, and dual-boot between them?

Regards
Gautham
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: 64-bit Windows XP NDIS drivers giving missing symbols

2011-02-13 Thread Gautham Ganapathy
On July 24, 2010 08:04AM, Paul B Mahol wrote:
> On Fri, Jul 23, 2010 at 8:33 PM, Gautham Ganapathy  wrote:
>> Hi
>>
>> I have an Alienware m11x with a Dell 1520 wireless minicard (Broadcom
>> BCM4353 chipset). It comes with only Windows 7 drivers, but I was able to
>> download Windows XP drivers seperately. However, after I generate the kernel
>> module (I am using the 64-bit WinXP driver and freebsd amd64), I get errors
>> when I try to load it. It says that the following symbols are missing
>>
>> ZwQueryInformationFile
>> ZwCreateFile
>> ZwReadFile
>> IoUnregisterPlugPlayNotification
>> ExFreePoolWithTag
>>
>> According to MSDN, these were introduced in Windows 2000.
>>
>> Is there any way of getting this driver running ?
>
> Such symbols are completly irrelevant for normal operation, because
> NDISulator crash on amd64 during driver initialization.
> I fixed this in my own git repo, but "fpudna in kernel mode" (my
> understanding is that it is source of panic when trying to use ndis0
> device on amd64), present only on amd64 is still not yet fixed - this
> should be addressed with fpu_kern KPI available on CURRENT - not done
> yet...
> Feel free to send patches.
>

Hi

Would these changes be available in 8.2-release?

Regards
Gautham

PS - Sorry, I lost the original copy of the thread. Had to copy this
from an archive.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Support for Bigfoot Networks Killer 1103 support in ath(4) ?

2012-07-14 Thread Gautham Ganapathy
Hi

I have the Killer 1103 wireless card with a AR9380 chipset on my
laptop. Will this be supported under freebsd-9-*? The freebsd wiki
(http://wiki.freebsd.org/dev/ath%284%29/80211n) mentioned support for
the AR9280, AR9285 and AR9287 in -HEAD.

Cheers
Gautham
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


IPv6 and IPv4

2002-09-17 Thread Gautham Ganapathy

Hi

Since it is possible to run IPv6 and IPv4 on the same network, and most
routers supposedly support IPv6, why is there a need to have the IPv6
network seperate from the internet ? as long as the client and the
server are both IPv6 enabled (and the routers in b/w), shouldn't this
work properly?

Gautham



BEGIN:VCARD
VERSION:2.1
N:Ganapathy;Gautham
FN:Gautham Ganapathy
ORG:Wipro Technologies;TI PIC (DSP)
TITLE:Technical Support Engg
NOTE: 
TEL;WORK;VOICE:+91-80-8520408x4271
TEL;HOME;VOICE:+91-80-6542292
TEL;CELL;VOICE:+91 9844263180
ADR;WORK;ENCODING=QUOTED-PRINTABLE:;;Plot No 76,=0D=0AElectronics City,=0D=0AHosur Road;Bangalore;Karnataka;;In=
dia
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:Plot No 76,=0D=0AElectronics City,=0D=0AHosur Road=0D=0ABangalore, Karnataka=
=0D=0AIndia
ADR;HOME;ENCODING=QUOTED-PRINTABLE:;;D-26, SBI Colony,=0D=0AJ P Nagar 1st Phase;Bangalore;Karnataka;561076;Indi=
a
LABEL;HOME;ENCODING=QUOTED-PRINTABLE:D-26, SBI Colony,=0D=0AJ P Nagar 1st Phase=0D=0ABangalore, Karnataka 561076=
=0D=0AIndia
URL:
URL:http://www.geocities.com/gauthamg123/
ROLE:Software Engg
BDAY:20020606
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
REV:20020607T042149Z
END:VCARD



nVidia drivers w/ 4.7-RELEASE

2002-11-20 Thread Gautham Ganapathy
Hi

Will the nvidia drivers work with 4.7-RELEASE? 4.7-STABLE won't have
ISOs, right?

Regards
Gautham


BEGIN:VCARD
VERSION:2.1
N:Ganapathy;Gautham
FN:Gautham Ganapathy
ORG:Wipro Technologies;TI PIC (DSP)
TITLE:Technical Support Engg
TEL;WORK;VOICE:+91-80-8520408x4277
TEL;HOME;VOICE:+91-80-6542292
TEL;CELL;VOICE:+91-9844263180
ADR;WORK;ENCODING=QUOTED-PRINTABLE:;;Plot No 76,=0D=0AElectronics City,=0D=0AHosur Road;Bangalore;Karnataka;;In=
dia
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:Plot No 76,=0D=0AElectronics City,=0D=0AHosur Road=0D=0ABangalore, Karnataka=
=0D=0AIndia
ADR;HOME;ENCODING=QUOTED-PRINTABLE:;;B010, Spartacus Apartments,=0D=0AJayanagar 4T Block, 30th Cross,;Bangalore=
;Karnataka;561041;India
LABEL;HOME;ENCODING=QUOTED-PRINTABLE:B010, Spartacus Apartments,=0D=0AJayanagar 4T Block, 30th Cross,=0D=0ABangal=
ore, Karnataka 561041=0D=0AIndia
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
REV:20020920T053748Z
END:VCARD



nVidia drivers w/ 4.7-RELEASE

2002-11-20 Thread Gautham Ganapathy
Hi

Will the nvidia drivers work with 4.7-RELEASE? 4.7-STABLE won't have
ISOs, right?

Regards
Gautham


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



RE: nVidia drivers w/ 4.7-RELEASE

2002-11-22 Thread Gautham Ganapathy
On Friday, November 22, 2002 5:05 AM, Laszlo Vagner wrote:
>
> lewiz wrote:
>
> >On Thu, Nov 21, 2002 at 08:25:39AM +0530, Gautham Ganapathy wrote:
> >
> >>Will the nvidia drivers work with 4.7-RELEASE? 4.7-STABLE won't have
> >>ISOs, right?
> >
> >You need 4.7-STABLE to get the NVidia drivers working.  I don't know
> >exactly what -RELEASE is missing but I'm quite sure.  There are still
> >problems with them (they hang my machine all the time) so be prepared
> >for trouble.
> >
> Yes I just installed the nvidia drivers for my TI 4200 card and
> ymessenger crashes the machine,
> it just makes some clicking sounds from the sound card and
> then reboots
> without syncing disks.
>
> I am running  Xfree 4.2.0_1, libraries 4.2.1_3, server 4.2.1_5 and
> client 4.2.1_2 this is greater than
> required by the nvidia instructions. The driver did get rid of the
> missing pixels in the xterm window
> but you cant use the machine reliable anymore.
>
> I am getting this error in netscape now also, "translation
> table unknown
> keysym name somekeyname"
> I tried deinstalling it and reinstalling 4.8 without change.
>
> next is to change the xserver driver and see if that changes anything.
>

Ok. I guess I'll try it out and see. I'll switch back to the old driver
if it keeps crashing. I don't suppose there is any word on when the
stable releases may be out?


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



RE: nVidia drivers w/ 4.7-RELEASE

2002-12-01 Thread Gautham Ganapathy
On Friday, November 22, 2002 5:05 AM, Laszlo Vagner wrote
>
> lewiz wrote:
>
> >On Thu, Nov 21, 2002 at 08:25:39AM +0530, Gautham Ganapathy wrote:
> >
> >
> >>Will the nvidia drivers work with 4.7-RELEASE? 4.7-STABLE won't have
> >>ISOs, right?
> >>
> >>
> >
> >You need 4.7-STABLE to get the NVidia drivers working.  I don't know
> >exactly what -RELEASE is missing but I'm quite sure.  There are still
> >problems with them (they hang my machine all the time) so be prepared
> >for trouble.
> >
> >-lewiz.
> >
> >
> >
> Yes I just installed the nvidia drivers for my TI 4200 card and
> ymessenger crashes the machine,
> it just makes some clicking sounds from the sound card and
> then reboots
> without syncing disks.
>
> I am running  Xfree 4.2.0_1, libraries 4.2.1_3, server 4.2.1_5 and
> client 4.2.1_2 this is greater than
> required by the nvidia instructions. The driver did get rid of the
> missing pixels in the xterm window
> but you cant use the machine reliable anymore.
>
> I am getting this error in netscape now also, "translation
> table unknown
> keysym name somekeyname"
> I tried deinstalling it and reinstalling 4.8 without change.
>
> next is to change the xserver driver and see if that changes anything.
>

I just downloaded and tried out quake3 demo. worked fine. no crashes. i
have to try out the timedemo and ut2003. Running 'timedemo '
will give me the fps, right? Rather than instantaneous, can I get an
average fps with this command?

Regards
Gautham


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



RE: Athlon motherboard for 5.0?

2002-12-09 Thread Gautham Ganapathy
On Sunday, December 08, 2002 2:01 AM, Cliff L. Biffle wrote
>
> I'm running 5.0-DP2 on an Asus motherboard with the Apollo
> KT133 chipset.  The
> chipset is notoriously buggy, according to the folks on
> -current, and I've
> been having trouble with the USB and ATA controllers -- though it's
> intermittent and hard to reproduce.
>
> I've stumbled across a new 1.4Ghz Athlon Thunderbird chip,
> which doesn't work
> in my older motherboard.  So, I'm in the market for a mobo.
> It's for a
> workstation, and integrated graphics and sound are not
> desired.  It'd be nice
> if it took PC133 SDRAM, since I have 768MB here, but DDR is okay if
> necessary.  But most importantly, everything on the
> motherboard needs to have
> good support in 5.0.  Support in 4-stable is nice, but hardly
> a requirement.
> If this means sticking with an older, more conservative chipset, and
> sacrificing things like USB 2.0, Firewire, or fast AGP, it
> doesn't bother me
> at all.  I'm not a gamer or a video producer; my motherboard
> is used solely
> to connect my CPU to RAM and cards. :-)
>
> Suggestions?

Don't know about 5.0. I am currently running 4.7-RELEASE on an ASUS
A7V333 with a 850 MHz Athlon TBird. Have had no problems so far with
audio/video/LAN... There were some problems with the chipset when I was
using 4.5-RELEASE, but i think they were fixed in 4.7


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



GLaux lib in FreeBSD 4.7 - auxInitWindow crashes OS

2003-03-15 Thread Gautham Ganapathy
Hi

FreeBSD 4.7-RELEASE crashes when I call the auxInitWindow() function from the GLaux 
library. Is this known to happen with the beta driver? Does nVidia have any plans on 
releasing a stable version?

Also, I am unable to run the UT2003 demo, which just gets stuck after the initial 
splash screen. The Quake 3 demo works fine.

Regards
Gautham


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: PS2 Mouse

2003-06-05 Thread Gautham Ganapathy
On Wednesday, June 04, 2003 12:43 AM, Lucelio wrote

>Hi, I was trying the FreeBSD 5.0 and the installation was perfect, but,
> when I tried to run the Gnome, my mouse didn't work. Here is the
> configuration of my machine:
> Intel Pentium 4 - 1.6 GHz / 256 MB RAM / HD: 20 GB. The motherboard is a
> Intel 845HV, so, I don't know if there is a problem to work with this
> Motherboard. I tried to use a serial mouse but the problem was the same. I
> used the sysinstall to configure it. Is there another form to work with
this
> machine?

Try running xf86config. This is what I used to configure my mouse for X.

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


FreeBSD 8-STABLE - wpi monitor mode

2010-01-23 Thread Gautham Ganapathy
Hi

After I bring all n/w interfaces down (/etc/rc.d/netif stop) and then
create an virtual interface over wpi0 in monitor mode (ifconfig wlan0
create wlandev wpi0 wlanmode monitor), the system crashes. Is there
any error in the command I am using? This system was updated to
8-STABLE a couple of weeks back.

Additionally, the wpi man page mentions that it only permits one
virtual interface at a time. Is this a h/w limitation? If not, will
support for multiple interfaces be added?

Regards
Gautham Ganapathy
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Intel Turbo Boost

2010-02-23 Thread Gautham Ganapathy
On Thu, Feb 18, 2010 at 2:18 AM, Lowell Gilbert
 wrote:
> Andreas Nilsson  writes:
>
>> is the scheduler and acpi system aware of the Intel Turbo Boost technology?
>
> I don't know much more about it than the advertising material, but I
> don't really see what the scheduler would be able to do with the
> information.  It's automatically applied by the chip on any core in P0
> state, no?
>

won't it be affected by CPU affinity?

-- 
Gautham Ganapathy
http://lisphacker.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: RootBSD?

2010-04-06 Thread Gautham Ganapathy
On Tue, Apr 6, 2010 at 7:11 PM, Tom Ierna  wrote:
>
> On Apr 6, 2010, at 9:31 AM, Glen Barber wrote:
>
>> Hi Tom,
>>
>> Tom Ierna wrote:
>>> Anyone have any experience with RootBSD.net?
>>>
>>
>> I've been using RootBSD for a few months now, and would give you nothing
>> but positive feedback - however, your question isn't exactly specific.
>>
>> Is there anything in particular you need to know?
>
>
> I was non-specific on purpose; I'm looking for any stories.
>
> Also, if anyone has any other FreeBSD-friendly VPS companies they can 
> recommend, that would be great.
>
> I've looked on this page:
> http://www.freebsd.org/commercial/isp.html
>
> Linux VPS vendors are a dime-a-dozen and I'm using a great one (Linode) for 
> several servers that I don't need on FreeBSD.
>
> Basically, I'm looking for a FreeBSD VPS vendor that's as highly regarded as 
> Linode.
>
> Thanks for your thoughts.
>

You could also take a look at jvds.com. It's based on freebsd jail
though, not xen, so there is a slight loss in flexibility
-- 
Gautham Ganapathy
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Yahoo groups

2003-08-18 Thread Gautham Ganapathy
Hi

The FreeBSD mailing lists also seem to be available in yahoo groups. Are
these mirrors of the ones at freebsd.org? If I join a groups and post a
message there, will it also appear here?

Regards
Gautham

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


nForce2 problems - xl and snd_ich dod not work

2003-09-01 Thread Gautham Ganapathy
Hi,

I am having problems getting sound and networking with my A7N8X-Deluxe
motherboard. This seems to be a common problem. I found a few posts which
suggested using 'device xl' (3Com) in the kernel configuration file and
adding snd_ich_load="YES" in /boot/loader.conf to fix these problems. But I
am still not able to get these to work. dmesg does shows several undetected
devices. I am currently using FreeBSD 4.7-RELEASE. Are there any other
options that I can try out?

Regards
Gautham

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


Java applets asking for plugin in firefox

2006-04-19 Thread Gautham Ganapathy
Hi,

I have jdk 1.5 built and installed on my system running 6.0-rel.
However, when I open a page containing an applet in firefox, i get a
message saying 'Additional plugins are required to display all the media
on this page'. o found a similar reports on the net, but no solutions.
anyone know how to get applets working in bsd?

Regards
Gautham


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


Re: Java applets asking for plugin in firefox

2006-04-22 Thread Gautham Ganapathy
On Thu, 2006-04-20 at 09:04 -0700, pete wright wrote:
> On 4/19/06, Gautham Ganapathy <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I have jdk 1.5 built and installed on my system running 6.0-rel.
> > However, when I open a page containing an applet in firefox, i get a
> > message saying 'Additional plugins are required to display all the media
> > on this page'. o found a similar reports on the net, but no solutions.
> > anyone know how to get applets working in bsd?
> >
> 
> 
> assuming you are running a native firefox build (and not
> linux-firefox) you should have this file:
> 
> /usr/X11R6/lib/browser_plugins/libjavaplugin_oji.so
> 
> that should happen when you install the package or port.  this is the
> case with the diable-jre-1.5 package for sure.  also check the output
> of about:plugins in your URL bar in firefox to see if it's getting
> registered.
> 

I have a native firefox and jdk build, but this file was not in this
folder. I copied it from /usr/local/jdk1.4.2/jre/plugin/i386/ns610/ and
firefox detected it. However, when I opened a test applet, firefox
crashed. Are there any other changes to be done to let firefox know the
location of the jre? 'java.default_java_location_others' is set
to /usr/local/jdk1.5.0/jre/lib/i386

I have not upgraded firefox, still running 1.0.7. Would this be a
problem?

Regards
Gautham

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


Re: Java applets asking for plugin in firefox

2006-04-22 Thread Gautham Ganapathy
On Thu, 2006-04-20 at 17:46 -0500, Conrad J. Sabatier wrote:
> On Thu, 20 Apr 2006 10:15:30 +0530
> Gautham Ganapathy <[EMAIL PROTECTED]> wrote:
> 
> > Hi,
> > 
> > I have jdk 1.5 built and installed on my system running 6.0-rel.
> > However, when I open a page containing an applet in firefox, i get a
> > message saying 'Additional plugins are required to display all the
> > media on this page'. o found a similar reports on the net, but no
> > solutions. anyone know how to get applets working in bsd?
> 
> Simplest solution: use Konqueror.  Rather than requiring the Java
> plugin, all you have to do is tell Konquerer where your local install
> of Java resides, and it will use this when needed.
> 
> Such a simple approach.  I don't know why all browsers don't work this
> way.
> 

Perhaps. Kind of gotten used to the gtk and gnome look though !

Regards
Gautham


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


gnome process taking too much cpu in freebsd 7.1-BETA2

2008-12-10 Thread Gautham Ganapathy
Hi

I just installed freebsd 7.1-BETA2. After starting GNOME, my CPU usage
remains very high and top shows that the process polkit-gnome-manage
is using up a lot of CPU (around 51%) when the laptop is idle. Any
idea what might cause this?

After logging into GNOME from gdm, the splash screen does not go off
on it's own. Not sure if these are connected.

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


Re: FreeBSD-friendly laptop suggestions, but wait there's more...

2009-01-08 Thread Gautham Ganapathy
On Thu, Jan 8, 2009 at 6:34 PM, Modulok  wrote:
> List,
>
> Does anyone know of a laptop, preferably an older model so it's
> inexpensive, (It doesn't have to be very fast.), that is:
>
> 1) FreeBSD friendly.
> 2) Isn't a portable skillet?
> 3) Is physically sturdy. Not bulletproof, but not creaking, sagging plastic.
>

My dell inspiron 9400 works quite well, except for
1. Card reader
2. Suspend/resume

It does get a bit warm, but not more than when I am running windows.
Battery time was also pretty much the same

It's no longer in production, but i believe the replacements are the
inspiron 1720 and the xps 1730

I am not sure if the newer 4965 802.11n wifi chipset that are
currently available would be supported, but you could opt for the 3945
-- 
Gautham Ganapathy
http://lisphacker.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


How to build azureus port with diablo-1.5.0-b00 jdk

2006-08-03 Thread Gautham Ganapathy
Hi

I have installed the diablo jdk package downloaded from the freebsd
foundation page. Now, when I try to build the azureus port, it also
tries to build jdk1.4.2 because log4j depends on that port. How can I
get the ports system to use the installed jdk instead of building 1.4.2?
I am using freebsd 6.1-release.

Regards
Gautham


___
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 build azureus port with diablo-1.5.0-b00 jdk

2006-08-04 Thread Gautham Ganapathy
On Thu, 2006-08-03 at 17:39 -0700, Micah wrote: 
> Gautham Ganapathy wrote:
> > Hi
> > 
> > I have installed the diablo jdk package downloaded from the freebsd
> > foundation page. Now, when I try to build the azureus port, it also
> > tries to build jdk1.4.2 because log4j depends on that port. How can I
> > get the ports system to use the installed jdk instead of building 1.4.2?
> > I am using freebsd 6.1-release.

> log4j doesn't specify a java version, so it should work with any. 
> azureus, however, is a little more specific and might be the culprit.
> 
> You might be able to fix it by setting one of the java knobs in 
> make.conf, but since I don't have diablo installed, I couldn't tell you 
> which one to set. :( Check /usr/local/etc/javavms to see which java VMs 
> are installed and how javavmwrapper refers to diablo, maybe we can 
> figure it out from that.
> 

I checked the file. It contains just one line

/usr/local/diablo-jdk1.5.0/bin/java # DiabloCaffe

I tried changing the JAVA_BUILD and JAVA_RUN variables in the azureus
Makefile to diablo-jdk and JAVA_VERSION to 1.5, but it did not work. Any
idea what change I need to do to the Makefile.

Building azureus or log4j both start the jdk-1.4.2 build

Regards
Gautham


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


Re: Wine and FreeBSD how to

2006-08-07 Thread Gautham Ganapathy
On Mon, 2006-07-31 at 06:28 -0700, Joshua Lewis wrote:
>I installed wine on my 6.1 system but I don't see a config file
>anywhere on the system. Has anyone installed and used Wine
>successfully that could point me towards an easy FreeBSD how to? Or
>something similar. I told my 7 year old I would load a game for him
>and wanted to look for an easy how too.
>Sincerely,
>Joshua Lewis
> 

Run 'wine' once from the shell for it to generate the .wine directory
under $HOME. Then, try using 'winecfg' for configuration

However, so far I have not been able to get anything more complex than
notepad running under wine on freebsd-6.1-release

Regards
Gautham

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


Re: how do i use a memory stick on freebsd?

2010-06-07 Thread Gautham Ganapathy
On Sat, May 22, 2010 at 12:33 AM, Gary Kline  wrote:
>
> guys,
>
> my wife emptied a bunch of files onto her memory stick;  the pc
> is not here.  i have never used one of these devices before and
> want to know how, if it is possible, to read her dos/lose
> material from my bsd system.  7.3, dell, plenty of disk, and yes,
> i know where the usb slot it!
>
> do i need to put something in /usr/rc.conf? build a driver or
> utility?  or what?
>
> tia, Y'all!
>
> clueless in king county.
>
>

In case you use GNOME, see
http://www.freebsd.org/gnome/docs/halfaq.html#q3. If this was a fresh
install of 7.3 (GNOME 2.28), just do steps 1 and 2, ignore the
instructions before and after, restart GNOME and then plug the drive
in. It should get mounted and appear on our desktop (well, it worked
for me !)
-- 
Gautham Ganapathy
http://lisphacker.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


64-bit Windows XP NDIS drivers giving missing symbols

2010-07-23 Thread Gautham Ganapathy
Hi

I have an Alienware m11x with a Dell 1520 wireless minicard (Broadcom
BCM4353 chipset). It comes with only Windows 7 drivers, but I was able to
download Windows XP drivers seperately. However, after I generate the kernel
module (I am using the 64-bit WinXP driver and freebsd amd64), I get errors
when I try to load it. It says that the following symbols are missing

ZwQueryInformationFile
ZwCreateFile
ZwReadFile
IoUnregisterPlugPlayNotification
ExFreePoolWithTag

According to MSDN, these were introduced in Windows 2000.

Is there any way of getting this driver running ?

Regards
Gautham
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: 64-bit Windows XP NDIS drivers giving missing symbols

2010-07-24 Thread Gautham Ganapathy
On Sun, Jul 25, 2010 at 1:16 AM, Jerry  wrote:

> On Sat, 24 Jul 2010 18:45:24 +
> Paul B Mahol  articulated:
>
>
> > On 7/24/10, Jerry  wrote:
> > > On Sat, 24 Jul 2010 12:01:24 +
> > > Paul B Mahol  articulated:
> > >
> > >> Such symbols are completly irrelevant for normal operation, because
> > >> NDISulator crash on amd64 during driver initialization.
> > >> I fixed this in my own git repo, but "fpudna in kernel mode" (my
> > >> understanding is that it is source of panic when trying to use ndis0
> > >> device on amd64), present only on amd64 is still not yet fixed - this
> > >> should be addressed with fpu_kern KPI available on CURRENT - not done
> > >> yet...
> > >> Feel free to send patches.
> > >
> > > I feel his pain. I need 64 bit drivers for cards that FBSD does not
> > > support, mostly 'N' protocol wireless cards. The inability to secure
> > > and use perfectly good drivers that are available for Windows users in
> > > FreeBSD is a real PIA. Of course, it does give my Window user friends
> > > something to laugh about.
> >
> > And bwn(4) doesn't work at all?
>
> 
> bwn -- Broadcom BCM43xx IEEE 802.11b/g wireless network driver
> 
>
> You will notice that there is no 'n' in the description. In any case,
> it is limited to 'broadcom' chips.
>
> --
> Jerry ✌
> freebsd.u...@seibercom.net
>

Nope, bwn did not work. The man page mentioned a port that also had to be
installed. It had two modules, which I put in loader.conf one at a time
along with if_bwn.ko, but still no luck.

The card I have has a Broadcom 4353 chipset.  I think it is b/g/n.

Regards
Gautham
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: running FreeBSD on Windows host

2010-09-16 Thread Gautham Ganapathy
On Mon, Aug 23, 2010 at 8:50 AM, Sergio Tam  wrote:
> 2010/8/23 Matthias Apitz :
>>
>> Hello,
>
> Hi Matthias
>>
>> Any recommendation for the virtualisation software for best performance?
>
> VMware
>
> or Virtual PC
>
> http://www.microsoft.com/Windows/virtual-pc/download.aspx
>
>

Hi

The free VMware server (if still available) was generally much faster
than Virtual PC, but that was sometime back (Solaris SXDE wouldn't
even install under Virtual PC, but worked great with VMware).
Something to do with only user-mode virtualization? Not sure if this
is still true

Gautham
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Need bsd make for AIX

2010-09-17 Thread Gautham Ganapathy
On Thu, Sep 16, 2010 at 12:40 PM,   wrote:
> We have some open source code for RPC calls - DCE that has c programs and
> corresponding makefiles.
> When we tried gmake or make ( AIX make) , we were getting syntax errors.
> We found that all the makefiles had syntax that corresponds to makeutility
> of BSD?
>
> Do you have any alternative?
> Is there any BSD make utility that can be installed in AIX machine?
>
> Srividya K
> Tata Consultancy Services
> Mailto: srividy...@tcs.com
> Website: http://www.tcs.com
> 

Perhaps you could contact the authors of the code you are trying to
compile and ask them how they did it. They might have a
straightforward solution and maybe a reason as to why they chose BSD
make

Also, have you tried bmake?

Regards
Gautham Ganapathy
http://lisphacker.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD, GPGPU and OpenCL/CUDA

2010-09-22 Thread Gautham Ganapathy
On Fri, Aug 20, 2010 at 6:10 PM, b. f.  wrote:
>
> Okay.  Maybe we'll see a convergence of the two in the medium/long
> term.  Right now, interested parties need to look at the available
> hardware, and then talk to the vendors about whether they would be
> willing to support a port of their software to FreeBSD, and
> _specifically_, what is needed.  For example, we faced a similar
> situation with the newer Nvidia GPUs not so long ago.  Some key
> developers like John Baldwin got involved, and determined what changes
> needed to be made in the FreeBSD base system in order to support the
> newer hardware and graphics drivers.  It would have been nice to get
> an open-source driver, but since Nvidia wasn't willing to do that,
> FreeBSD  chose to meet them half-way.  Probably a similar effort will
> be needed for CUDA.  Someone should look at the requirements, and have
> a _detailed_, _sustained_ discussion with Nvidia and the FreeBSD
> Foundation.  If, for example, KMS is needed, then the Foundation may
> be willing to invest in that, because it will probably also be needed
> for new graphics drivers and Xorg, anyway.  Robert Noland was working
> on it, but he was doing it largely by himself in his spare time, and
> then he got a new job and had to slow down considerably, if not stop
> altogether.
> ...

Hi

I remember seeing a post sometime back (either here or on nvnews)
about someone getting a prebuilt linux-based CUDA application to work
freebsd's linuxulator. Does this mean that the driver is ready, and
just the toolchain has to be ported?

Regards
Gautham Ganapathy
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"