[ilugd]: PCI Info

2002-09-05 Thread Sirish Kumar, Noida
Hi, I want to get PCI bus width and speed information on a Linux machine. I have already checked /proc, but couldn't get this. I want to get this information from the user mode program. Does anybody know how to get this info??? Thanks and Regards /sK ===

RE: [ilugd]: Dear linux gurus

2002-09-20 Thread Sirish Kumar, Noida
try % stty erase |-Original Message- |From: Krishna Rao [mailto:[EMAIL PROTECTED]] |Sent: Friday, September 20, 2002 5:30 PM |To: multiple recipients of |Subject: Re: [ilugd]: Dear linux gurus | | |Thanks! |why does the backspace key not work in RedHat on us keyboard |layout. how can i

RE: [ilugd]: X-Application.

2002-10-06 Thread Sirish Kumar, Noida
- Try a book on X by "Barkakati", its readily available in Delhi. - If u restrict to X lib and X toolkit then it should be portable to many unix platforms. - Putting socket support would be a fairly simple task, if you know how to write client-server applications using 'C' or 'C++'. /sK |-O

[ilugd]: PCI to NIC mapping

2002-10-25 Thread Sirish Kumar, Noida
Dear all, I want to print PCI bus:slot for all the NICs interface names. For example like "eth0 00:d, eth1 00:c" I know that interface names (eth0...) could be obtained from 'ifconfig' and "bus:slot" from 'lspci', but I don't know how to relate/map the two information. I have already tried to

RE: [ilugd]: Speeding up Linux Install

2002-11-19 Thread Sirish Kumar, Noida
Check /proc/ide/hda file for using_dma value. It is normally set to 1. More DMA related troubleshooting is on: http://www.linuxjournal.com/article.php?sid=5203 Regards Sirish |-Original Message- |From: Prashant Verma [mailto:[EMAIL PROTECTED]] |Sent: Wednesday, November 20, 2002 10:01 A