Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Hey folks - I have a WEIRD problem here. I've got an old PII debian box (Woody, 2.4 kernel) with a Myson 803 ethernet card. I've been having problems sending large emails and ftp'ing large files into the box, but downloading large files out of the box is fine. This box used to have RedHat 8 on it and did the same thing - I thought debian would fix this somehow but it didn't.
lspci...
00:00.0 Host bridge: VIA Technologies, Inc. VT82C693A/694x [Apollo PRO133x] (rev c4)
00:01.0 PCI bridge: VIA Technologies, Inc. VT82C598/694x [Apollo MVP3/Pro133x AGP]
00:07.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South] (rev 40)
00:07.1 IDE interface: VIA Technologies, Inc. Bus Master IDE (rev 06)
00:07.4 Bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 40)
00:0b.0 Ethernet controller: MYSON Technology Inc: Unknown device 0803
00:0e.0 Unknown mass storage controller: Triones Technologies, Inc. HPT366 / HPT370 (rev 03)
01:00.0 VGA compatible controller: Trident Microsystems 3DImage 9850 (rev f3)
netstat....
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 debian.dtiny.com:ssh ws101.dtiny.com:8724 ESTABLISHED
Active UNIX domain sockets (w/o servers)
Proto RefCnt Flags Type State I-Node Path
unix 6 [ ] DGRAM 147 /dev/log
unix 2 [ ] DGRAM 444 /var/run/news/control
unix 2 [ ] DGRAM 273461
unix 2 [ ] DGRAM 448
unix 2 [ ] DGRAM 380
unix 2 [ ] DGRAM 189
unix 2 [ ] DGRAM 184
When I ftp into this box and do a get, I can download a 90 MB file almost instantly! It works great! When I try to upload - even a 200Kb file, it gets to about 5% and then the upload just hangs out forever. It's almost like some buffer gets filled and then refuses to accept any more data or something. It's really bizarre. Has anyone encountered this before?
lspci shows unrecognized chipset for ethernet device! Check if the correct module is being loaded into the kernel.
You are not getting a full duplex connection. modprobe may need manual options.
Do a rmmod and modprobe for that module and post the output. Maybe that will solve the problem.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.