![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is the cable you are using a null modem cable or a modem cable | waterbear | SUN Solaris | 2 | 08-06-2005 05:00 PM |
| cable modem to sparc | raju | UNIX for Dummies Questions & Answers | 5 | 10-28-2002 09:35 PM |
| DHCP Linux and cable modem | ftn96 | IP Networking | 3 | 04-27-2002 06:38 AM |
| Is anyone using unix with cable modem | gparsons70 | UNIX for Dummies Questions & Answers | 5 | 01-16-2002 09:30 PM |
| can't get my cable modem up | zorro | UNIX for Dummies Questions & Answers | 1 | 11-30-2001 08:24 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I recently installed Caldera 2.4 (successfully
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
if you have about $80 - $100 extra to spend, I would suggest a dsl/cable router. (linksys, smc barricade).
they are easy to setup and you can have your LAN up and running in no time regardless of the host's OS. the problem I've seen a lot is that the software they give you with your cable modem is just for windoze.
__________________
is there such a thing as a unix guru? |
|
#3
|
||||
|
||||
|
A DSL/Cable router is not going to help if the lan card is not working properly. You should get your network card functioning first. Make sure your card is supported (check the list of 3com cards here: http://www.linuxdocs.org/HOWTOs/Net-...54.html#AEN956). 'lsmod' may not list your ethernet card if the driver is compiled into the kernel. Check out the 'dmesg' command or look at the boot messages in /var/log/messages (or wherever Caldera puts them). You need to find out if the card was detected at boot-time.
|
|
#4
|
|||
|
|||
|
if you have any of the newer 3com cards, they are almost guaranteed to work on anything. all of my 3com cards have been successfully recognized by redhat, mandrake, suse, bsd, and solaris 7,8 x86.
__________________
is there such a thing as a unix guru? |
|
#5
|
|||
|
|||
|
You should still be able to manually install your 3Com card. Check your manual that came with your OS and look for the <b>modprobe</b> command for your particular adapter. This will probably be something like <b>modprobe 3c90x.o</b> assuming your 3Com card is a 90x model. You might want to try the tulip.o module first since it is generic and most NIC's will be able to use it without a problem. You can get a list of NIC modules in <b>/lib/modules/2.2.19/net</b> or something similar; the 2.2.19 is my kernel so yours might differ, but there is usually only one subdirectory in <b>/lib/modules</b>. If you don't have a manual you should propbably search Caldera's site for more info.
Once you get your NIC up Cable modem is much more straight forward to set up then DCL from my experience. |
|||
| Google The UNIX and Linux Forums |