[Ilugc] RE: ilugc digest, Vol 1 #845 - 9 msgs

  • From: robert@xxxxxxxxxxxxxxxx (Robert MV)
  • Date: Fri, 30 Jan 2004 13:55:54 +0530 (IST)

------=_Part_2_11336241.1075451154421
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

-----Original Message----- 
From: ilugc-request@xxxxxxxxxxxxxxxxxx 
To: ilugc@xxxxxxxxxxxxxxxxxx 
Subject: ilugc digest, Vol 1 #845 - 9 msgs 
Date: Fri Jan 30 12:00:02 IST 2004 

Send ilugc mailing list submissions to 
ilugc@xxxxxxxxxxxxxxxxxx 

To subscribe or unsubscribe via the World Wide Web, visit 

http://www.aero.iitm.ernet.in/mailman/listinfo/ilugc ;
or, via email, send a message with subject or body 'help' to 
ilugc-request@xxxxxxxxxxxxxxxxxx 

You can reach the person managing the list at 
ilugc-admin@xxxxxxxxxxxxxxxxxx 

When replying, please edit your Subject line so it is more 
specific 
than "Re: Contents of ilugc digest..." 


Today's Topics: 

1. Re: gcc stl (Krish) 
2. modem driver (iliasahmed a) 
3. PCI driver problem (K.Sriram) 
4. SMBFS on 2.6.1 (Tarun) 
5. [Fwd] [FSF-WG] RMS meets President (Suraj) 
6. Open source web application (Mani, Anantharaman 
(Cognizant)) 
7. Re: "why not tcl" (Raja Subramanian) 
8. Re: Open source web application 
(karthikeyan.balasubramanian) 
9. Re: Boot loader ( thanks) (Mohan Kumar) 

--__--__-- 

Message: 1 
From: "Krish" <v_krishnakumar77@xxxxxxxxxxxxxx> 
To: "Sridhar R"<sridharinfinity@xxxxxxxxx> 
CC: <ilugc@xxxxxxxxxxxxxxxxxx> 
Reply-To: "Krish"<v_krishnakumar77@xxxxxxxxxxxxxx> 
Subject: Re: [Ilugc] gcc stl 
Date: Thu, 29 Jan 2004 14:30:14 +0530 



"Sridhar R"<sridharinfinity@xxxxxxxxx> wrote: 
Where can I get information regarding GNU 
implementation of STL that is used in GCC? 

IIRC, GCC uses SGI's STL. So the SGI site should be a good 
starting point. Also it is worth trying STLport. 

cheers, 
-Krish 


Get Your Private, Free E-mail from Indiatimes at 
http://email.indiatimes.com ;

Buy The Best In BOOKS at 
http://www.bestsellers.indiatimes.com ;

Bid for for Air Tickets @ Re.1 on Air Sahara Flights. Just log 
on to http://airsahara.indiatimes.com and Bid Now! ;


--__--__-- 

Message: 2 
Date: 29 Jan 2004 09:22:31 -0000 
From: "iliasahmed a" <iliasahmed@xxxxxxxxxxxxxx> 
Reply-To: "iliasahmed a" <iliasahmed@xxxxxxxxxxxxxx> 
To: ilugc@xxxxxxxxxxxxxxxxxx 
Subject: [Ilugc] modem driver 

This is a multipart mime message 


--Next_1075368151---0-202.54.124.151-16419 
Content-type: text/html; 
charset=iso-8859-1 
Content-Transfer-Encoding: quoted-printable 
Content-Disposition: inline 

<P>=0ADear lugs<BR>=0A<BR>=0AI am using redhat 9.0. I 
want a driver for my = 
internal modem for dial connection. My modem is pctel 
HSP56MR chipset.<BR>= 


=0A<BR>=0Aregards<BR>=0Ailias=0A</p>=0A=0A=0A<br><br>=0A<A 
target=3D"_blank= 


HREF=3D"http://clients.rediff.com/signature/track_sig.asp";><IMG 
SRC=3D"ht= 


tp://ads.rediff.com/RealMedia/ads/adstream_nx.cgi/www.rediffmail.com/inbox.= 
htm@Bottom" BORDER=3D0 VSPACE=3D0 HSPACE=3D0 
HEIGHT=3D74 WIDTH=3D496></a>=0A 
--Next_1075368151---0-202.54.124.151-16419 
Content-type: text/plain; 
charset=iso-8859-1 
Content-Transfer-Encoding: quoted-printable 
Content-Disposition: inline 

Dear lugs=0A=0AI am using redhat 9.0. I want a driver for my 
internal modem= 
for dial connection. My modem is pctel HSP56MR 
chipset.=0A=0Aregards=0Aili= 
as=0A=0A 
--Next_1075368151---0-202.54.124.151-16419-- 


--__--__-- 

Message: 3 
Date: Thu, 29 Jan 2004 04:07:25 -0800 (PST) 
From: "K.Sriram" <metallica_tony@xxxxxxxxx> 
To: ilugc@xxxxxxxxxxxxxxxxxx 
Subject: [Ilugc] PCI driver problem 

--0-1527211473-1075378045=:82555 
Content-Type: text/plain; charset=us-ascii 


Hello everybody, 

I have just started to write a driver for an Image processing 
card ( PCI device, no network support) which was designed in 
our institute itself. I finished writing the pci_driver 
struct ( name, probe, remove etc.). Now Iam ready to write 
the open, read, write, release for the card. 

I have written a simple character driver and for that i 
registered my fops using register_chrdev which returned 
major no. But for a PCI card I don't know how to register the 
fops and to get the major number for my device. 

I searched a lot for that, but in vain. Also I found the 
registration of fops for my intel 810 PCI Audio device was 
done as 

dev->audio = register_sound_dsp (&i810_fops, -1) 

But I don't know, how to do that for my PCI device. Can anyone 
help me in this. 





-------------------------------------------------------------------------------------------


Personal email : metallica_tony@xxxxxxxxx 
Queries abt GNU/Linux : debian_tony@xxxxxxxxx 


What I felt , What I have known , 
Never shined in what I have shown ... 
----------------- Metallica 


Free(dom) Software - For the people, by the people, to the 
people. 



-------------------------------------------------------------------------------------------


--------------------------------- 
Do you Yahoo!? 
Yahoo! SiteBuilder - Free web site building tool. Try it! 
--0-1527211473-1075378045=:82555 
Content-Type: text/html; charset=us-ascii 

<DIV><FONT size=2> 
<P>Hello everybody,</p> 
<P>I have just started to write a driver for an Image 
processing card ( PCI device, no network support) which was 
designed in our institute itself. I finished writing the 
pci_driver struct ( name, probe, remove etc.). Now Iam 
ready to write the open, read, write, release for the card. 
</p> 
<P>I have written a simple character driver and for that i 
registered my fops using register_chrdev which returned 
major no. But for a PCI card I don't know how to register the 
fops and to get the major number for my device.</p> 
<P>I searched a lot for that, but in vain. Also I found the 
registration of fops for my intel 810 PCI Audio device was 
done as</p> 
<P>dev->audio = register_sound_dsp 
(&i810_fops, -1)</p> 
<P>But I don't know, how to do that for my PCI device. Can 
anyone help me in 

this.</p></font></div><BR><BR>-------------------------------------------------------------------------------------------<br>

<br> Personal email : metallica_tony@xxxxxxxxx<br> 
Queries abt GNU/Linux : 
debian_tony@xxxxxxxxx<br><br><br> What I felt , What I 
have known ,<br> Never shined in what I have shown ...<br> 
----------------- Metallica<br><br> <br> Free(dom) 
Software - For the people, by the people, to the 

people.<br><br>-------------------------------------------------------------------------------------------<p><hr

SIZE=1> 
Do you Yahoo!?<br> 
Yahoo! SiteBuilder - Free web site building tool. <a 

href="http://us.rd.yahoo.com/evt=21608/*http://webhosting.yahoo.com/ps/sb/";><b>Try

it!</b></a> 
--0-1527211473-1075378045=:82555-- 

--__--__-- 

Message: 4 
From: "Tarun" <tarun@xxxxxxxxxxxxxxxxx> 
To: <ilugc@xxxxxxxxxxxxxxxxxx> 
Date: Fri, 30 Jan 2004 17:51:46 +0530 
Subject: [Ilugc] SMBFS on 2.6.1 

When i tried mounting a windows file system on my Slackware 
machine (Kernel 
2.6.1) i get an error stating that the kernel is not complied 
with smb file 
system support. I then recofigured the kernel (gconfig) 
and applied the 
kernel, this time 
selecting smbfs .. but it gives the same message. Any 
pointers? 
I retried after make dep(although not required now) and 
make clean. 
Tarun Kumar 


--__--__-- 

Message: 5 
Date: Thu, 29 Jan 2004 04:41:58 -0800 
From: Suraj <suraj@xxxxxxxxxxx> 
To: ILUG-Chennai <ilugc@xxxxxxxxxxxxxxxxxx> 
Subject: [Ilugc] [Fwd] [FSF-WG] RMS meets President 

FYI 

-Suraj 

----- Forwarded message from "V. Sasi Kumar" 
<vsasi@xxxxxxxxxx> ----- 

From: "V. Sasi Kumar" <vsasi@xxxxxxxxxx> 
Subject: [FSF-WG] RMS meets President 
Date: Thu, 29 Jan 2004 17:11:26 +0530 
To: fsf-wg@xxxxxxxxxx 

RMS met the President and had discussions with him. A press 
release 
issued by FSF India on this matter is given below: 


FREE SOFTWARE FOUNDATION OF INDIA 

PRESS RELEASE 

January 29, 2004 

Richard Stallman meets the President of India 

Dr. Richard M Stallman, world-renowned software guru and 
founder of the 
Free Software Foundation (FSF), had a meeting with His 
Excellency the 
President of India, Bharat Ratna Dr. A.P.J. Abdul Kalam at 
2:15 pm 
today. 

The meeting took place at the Rashrapati Bhavan, official 
residence of 
the President of India. At the meeting, Dr. Stallman 
explained to Dr. 
Kalam the ethical issues related to the use of proprietary 
software. The 
President was impressed by the issues raised by Dr. 
Stallman. It is 
understood that the President has instructed for the use of 
free 
softwaree for his IT facilities. Dr. Stallman also 
discussed the issues 
of using proprietary software in schools, which prevents 
children from 
sharing and learning to share. Implications of IT@School 
project in 
Kerala also got mention. 

Stallman's meeting with the president took place in the 
backdrop of 
support for free and open source software extended by the 
president at a 
public speech recently. 

Dr Stallman has been in India from January 16th. His 
programmes included 
the World Social Forum in Mumbai from January 16 to 22, 
lectures at 
Thrissur, Ernakulam and Thiruvananthapuram in Kerala, 
and meetings with 
various government officials in the state regarding the 
use of free 
software in government initiatives. 

Further information on the Free Software Foundation and 
its Indian 
chapter can be obtained from the web sites: 
http://www.gnu.org and ;
http://gnu.org.in. ;

Free Software Foundation, India. 

Press Contact 

Email : gnu@xxxxxxxxxx 
Phone : 094470 34795 


___________________________________________________________________________________

-- 
V. Sasi Kumar <vsasi@xxxxxxxxxx> 



----- End forwarded message ----- 

-- 

+---------------------------------------------------O 
O o 
| suraj kumar * http://www.symonds.net/~suraj/ _._ ;
| ) ( 
`-----[ A P o t O f H a p p i n e s s ]--------o (___) 

--__--__-- 

Message: 6 
Date: Thu, 29 Jan 2004 19:03:08 +0530 
From: "Mani, Anantharaman (Cognizant)" 
<Manantha@xxxxxxxxxxxxxxxxx> 
To: <ilugc@xxxxxxxxxxxxxxxxxx> 
Subject: [Ilugc] Open source web application 


This is a multi-part message in MIME format. 



------=_NextPartTM-000-dbf20693-272c-487b-bc59-95b77218463e 
Content-Type: text/plain; 
charset="iso-8859-1" 
Content-Transfer-Encoding: quoted-printable 

I'm looking for two things.=20 

Is there an IDE (Integrated Developing Environment) for 
LAMP (Linux, = 
apache, Mysql and PHP) web application development?=20 

Is there an Open source equivalent for Dreamweaver?=20 

Thanks in advance... 

Ananth=20 




------=_NextPartTM-000-dbf20693-272c-487b-bc59-95b77218463e 
Content-Type: text/plain; 
name="InterScan_Disclaimer.txt" 
Content-Transfer-Encoding: 7bit 
Content-Disposition: attachment; 
filename="InterScan_Disclaimer.txt" 

This e-mail and any files transmitted with it are for the 
sole use of the intended recipient(s) and may contain 
confidential and privileged information. 
If you are not the intended recipient, please contact the 
sender by reply e-mail and destroy all copies of the 
original message. 
Any unauthorised review, use, disclosure, 
dissemination, forwarding, printing or copying of this 
email or any action taken in reliance on this e-mail is 
strictly 
prohibited and may be unlawful. 

Visit us at http://www.cognizant.com ;



------=_NextPartTM-000-dbf20693-272c-487b-bc59-95b77218463e-- 

--__--__-- 

Message: 7 
Date: Thu, 29 Jan 2004 08:16:15 +1100 
From: Raja Subramanian <rs@xxxxxxxxxxxxxxxxx> 
To: ilugc@xxxxxxxxxxxxxxxxxx 
Subject: Re: [Ilugc] "why not tcl" 

Hi, 

Sridhar R wrote: 
Note the double-qoutes in the subject. These are not 
my opinions. I just found these documents in the web, 
and want to share them here (in case if any tcl 
programmer want to know the unknown). 

1. Why you should not use Tcl - RMS 
http://www.vanderburg.org/Tcl/war/0000.html ;

2. Why Tcl doesn't scale - Daniel W. Connolly 


http://www.w3.org/People/Connolly/drafts/why-tcl-doesnt-scale.html ;

It is also fair to mention that these URLs are nearly 10 years 
old. 
[1] dates back to 1994 and [2] dates back to 1996. 

Tcl and also other programming languages have evolved 
tremendously. All 
you need to do is compare perl4 (94-96 circa) with perl 5.8 of 
today to 
see the glaring differences in technology and 
implementation. Therefore 
much of what is said in these URLs is nolonger valid. 

All in good sport, here are some reasons why you may want to 
use tcl 
today - 
http://www.tcl.tk/advocacy/ ;

Interesting urls though. Thanks for posting. 

- Raja 


--__--__-- 

Message: 8 
From: "karthikeyan.balasubramanian" 
<karthikeyan.balasubramanian@xxxxxxxxxxxxx> 
To: "Mani, Anantharaman \(Cognizant\)" 
<Manantha@xxxxxxxxxxxxxxxxx> 
Cc: "Chennailug" <ilugc@xxxxxxxxxxxxxxxxxx> 
Subject: Re: [Ilugc] Open source web application 
Date: Fri, 30 Jan 2004 00:03:55 +0530 

Hi, 

<linux> 
<question> 
Is there an IDE (Integrated Developing Environment) for 
LAMP (Linux, apache, Mysql and PHP) web application 
development? 
</question> 
<answer> 
Quanta Plus 
</answer> 
</linux> 

Karthikeyan B 

Ananth 




--__--__-- 

Message: 9 
From: "Mohan Kumar" <mohan@xxxxxxxxxxxxx> 
To: "ilugc" <ilugc@xxxxxxxxxxxxxxxxxx>, "suraj" 
<suraj@xxxxxxxxxxx>, 
<joe_steeve@xxxxxxx> 
Date: Thu, 29 Jan 2004 06:15:01 +0530 
Subject: [Ilugc] Re: Boot loader ( thanks) 

Thanks Mr.Suraj & Mr. Joe Steeve , 

I was able 2 load linux using win boot loader by the method 
present in the 
link sent by Mr.Suraj. It was very good detailed How-TO 
found in 
www.linuxgazette.com . 

Is there any way to make the windows boot loader to boot 
linux ? if 
so what r the steps to make it do so ? 

Hmm.. probably if you load the linux bootsector in the 
start of the 
ext2 filesystem where you have linux loaded., and if you 
configured 
the bootsector properly to load the kernel, then 
_probably_ you can 
make the M$WinNT boot sector to chainload the linux 
bootsector. But 
I'm just guessing this. I dont have a WinNT/9x system at 
hand to try 
it out though.. 

Cheers, 
Joe 

Regards 

M.Mohankumar 






--__--__-- 

_______________________________________________ 
ilugc mailing list 
ilugc@xxxxxxxxxxxxxxxxxx 

http://www.aero.iitm.ernet.in/mailman/listinfo/ilugc ;


End of ilugc Digest 



------=_Part_2_11336241.1075451154421--


Other related posts: