[PLUG] Sound card problem on FC3

2007-06-07 Thread Yogesh Hasabnis
Hi All,

I am struggling with the installation of a sound card that comes in-built  with 
a Lenovo desktop. The machine is configured for dual-boot with WinXP/FC3. The 
sound card identifies itself as SoundMAX Integrated Digital HD Audio in 
WinXP. After searching on the net I found that I need to load the 
snd_hda_intel module for enabling the card in Linux. But this module doesn't 
seem to beavailable for the kernel that comes with FC3. 

Can anybody kindly suggest as to what can be done to resolve this problem?

Thanks In Advance

Yogesh   

--
__
Pune GNU/Linux Users Group Mailing List:  (plug-mail@plug.org.in)
List Information:  http://plug.org.in/cgi-bin/mailman/listinfo/plug-mail
Send 'help' to [EMAIL PROTECTED] for mailing instructions.


Re: [PLUG] Sound card problem on FC3

2007-06-07 Thread Sankarshan Mukhopadhyay
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Yogesh Hasabnis wrote:
 Hi All,
 
 I am struggling with the installation of a sound card that comes in-built  
 with a Lenovo desktop. The machine is configured for dual-boot with 
 WinXP/FC3. The sound card identifies itself as SoundMAX Integrated Digital 
 HD Audio in WinXP. After searching on the net I found that I need to load 
 the snd_hda_intel module for enabling the card in Linux. But this module 
 doesn't seem to beavailable for the kernel that comes with FC3. 
 
 Can anybody kindly suggest as to what can be done to resolve this problem?

Given the age of the distribution you are trying with, one would
recommend a later distribution viz Fedora 7 (or at least FC6)



- --

You see things; and you say 'Why?';
But I dream things that never were;
and I say 'Why not?' - George Bernard Shaw
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iD8DBQFGZ6emXQZpNTcrCzMRAiUmAKCdk8S1yzoNeuk+ISzu9W4ykUm/KACcDWUv
bhCiRlu9zUXEygpLstzNwp4=
=9v7a
-END PGP SIGNATURE-

--
__
Pune GNU/Linux Users Group Mailing List:  (plug-mail@plug.org.in)
List Information:  http://plug.org.in/cgi-bin/mailman/listinfo/plug-mail
Send 'help' to [EMAIL PROTECTED] for mailing instructions.


Re: [PLUG] Sound card problem on FC3

2007-06-07 Thread urwithsughosh

Hi,

 The sound card identifies itself as SoundMAX Integrated Digital HD Audio in 
 WinXP.
 After searching on the net I found that I need to load the
 snd_hda_intel module for enabling the card in Linux. 

 If the chipset in the sound card is supported by the snd_hda_intel
 driver,you need to download the driver code from the Alsa site,build
 it against the kernel you are using and do a alsaconfig.This should
 get the sound card up and running.This might help in building.

http://www.alsa-project.org/alsa-doc/doc-php/template.php?company=Intelcard=ICH+southbridge+HD-audio+and+modem.chip=ICH6%2C+ICH6M%2C+ICH7%2C+ESB2module=hda-intel


-- 
sughosh

--
__
Pune GNU/Linux Users Group Mailing List:  (plug-mail@plug.org.in)
List Information:  http://plug.org.in/cgi-bin/mailman/listinfo/plug-mail
Send 'help' to [EMAIL PROTECTED] for mailing instructions.


[PLUG] Detecting if the IP address is duplicated .

2007-06-07 Thread Abhijeet Sane

Hi Friends ,

I am writing a program to detect if the IP address that we are assigning 
to a machine / appliance is already assigned to a machine on the network.


I want to know if I can use the ARP protocol to send a REQUEST packet on 
the ether net frame and test for the presence of the machine on the 
network .
My problem is creating the ARP packet . I do not want to use libdnet or 
libpcap but use the standard libc for that .


[ A catch in this ...
The IP stack is not up at this instance.
The only thing is that the network devices are initialized ...
The only this i can use is the LLC stuff.
]

Any pointer on this will most welcome ( especially code snippets and 
sample code )


Regards
Abhijeet



Some Reference I found on the Internet / Google

http://www.freepatentsonline.com/6925079.html
http://www1.tools.ietf.org/html/draft-cheshire-ipv4-acd-04
http://tools.ietf.org/html/draft-jou-duplicate-ip-address-01
http://www.patentstorm.us/patents/5724510-description.html

--
__
Pune GNU/Linux Users Group Mailing List:  (plug-mail@plug.org.in)
List Information:  http://plug.org.in/cgi-bin/mailman/listinfo/plug-mail
Send 'help' to [EMAIL PROTECTED] for mailing instructions.