Need help configuring Cable Modem on Solaris x86


 
Thread Tools Search this Thread
Operating Systems Solaris Need help configuring Cable Modem on Solaris x86
# 1  
Old 06-27-2008
Need help configuring Cable Modem on Solaris x86

I have a dual boot system with XP being the primary for now and Solaris 10 being the Secondary. I have a cable modem and wish to configure the same to be used with Solaris so that I can browse the Internet and such.

I have connected my x86 machine with a Netgear Router and that in turn is connected to the Cable Modem.

I can browse the Web/Internet by means of Windows but probably I need to configure my Ethernet Card plus the Cable Modem to be used with Solaris 10.

I am not much of a UNIX person. Could someone please help?

Thanks
# 2  
Old 06-27-2008
what happens when you "ping" the router?
do you get any replies?

if you get "destination unrechable" or something negative results, can you post the the output of "ifconfig -a" or "dladm show-dev"?
that'll tell us whether your NIC is recognized by Solaris 10.
# 3  
Old 06-30-2008
once those outputs are posted... take a look at this thread. that will help you get the box up and running. just know when you plumb the interface, it might not be hme0. it could be something else. but you will see that with the commands other have suggested you post to the forum.
# 4  
Old 06-30-2008
Hi folks this is what happens when I specify the following

# ifconfig -a gives the following output

lo0 : flags = 2001000849 <UP, LOOPBACK, RUNNING, MULTICAST, IPv4,
VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000

# Jun 30 21:36:55 ktsun sendmail [325]:[ID 702911 mail.alert] unable to qualify my own domain name (localhost) -- using short name

--------------
The command

dladm show-dev show nothing. In other words, I get the # prompt at the next line without any display.

-------------
# 5  
Old 07-01-2008
your ifconfig -a only shows the loopback interface. NO ip is configured or interface plumbed..
If you want to plumb and IP, do the following: (example)
ifconfig hme0 plumb
ifconfig hme0 172.18.6.23 netmask 255.255.255.0 broadcast + up

ifconfig -a (to verify)
# 6  
Old 07-01-2008
Quote:
Originally Posted by tubbyrana
--------------
The command

dladm show-dev show nothing. In other words, I get the # prompt at the next line without any display.

-------------
That would indicate that you most likely don't have a Solaris compatible network card. What type of ethernet card is in the PC?
# 7  
Old 07-01-2008
Try running this device detection tool:

BigAdmin HCL: Sun Device Detection Tool

As reborg said, it's most likely your NIC isn't supported by Solaris.
You can either find a driver and install it or get a supported NIC and install it. The latter is easier, but if you can find a driver, you'll be ok.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. OS X (Apple)

Cannot access UNIX.com with new cable modem

Hi. I have a very strange problem, so strange I don't even know which sub-forum to post it to. Last week, my cable modem broke, so I took it back and got a new one. The new one doesn't work with my old router so, for now, I have to connect the modem directly to my Mac with an ethernet... (14 Replies)
Discussion started by: Scott
14 Replies

2. Solaris

modem setup solaris 10 x86

I,am trying to configure an external multitech 5656zdx modem for dial in mode on a serial port using a dell 1800 server with solaris 10 for intel as the OS. It answers only once, further attemps fail, I have to reboot system before it will work again. I also used an older model 3334zdx which... (1 Reply)
Discussion started by: albm
1 Replies

3. Solaris

Is the cable you are using a null modem cable or a modem cable

Hi all, Is there any difference between a null modem cable or a modem cable ? i assume that a null modem cable is a normal cable that i used from cpu serial ports to a modem for dialup. please correct if i am wrong, thks (2 Replies)
Discussion started by: waterbear
2 Replies

4. BSD

cable modem problem

hi I want to setup my cable modem under OpenBSD. I did not configure my network while installing the system. When I type, I get # ifconfig -a lo0 : .... ... ... rl0 : .... ... ... vr0 : ... ... ... I have two network cards (the machine will be a router). I created... (1 Reply)
Discussion started by: fnoyan
1 Replies

5. UNIX for Dummies Questions & Answers

cable modem to sparc

hi , i have sparc machine , i want to connect my le0 (ethernet interface) directly to cable modem , i have created a file resolv.conf,hosts, dhcp.le0,defaultrouter,nisswitch,hostname.le0. i dont know my cable companies <domain name> and <name server assigned to me> , also they even dont know how... (5 Replies)
Discussion started by: raju
5 Replies

6. IP Networking

DHCP Linux and cable modem

I can do all this in windows, but Im trying to run the SuSe 8.0 professional as a gateway. I have the local (private) LAN setup with no problems, but Im having troubles getting it to use DHCP to go out on the external card to the service provider, which only uses Dynamic IP's. WHere, what and how... (3 Replies)
Discussion started by: ftn96
3 Replies

7. UNIX for Dummies Questions & Answers

Is anyone using unix with cable modem

Is anyone using a cable modem with unix and if so does your cable co. support unix or did you get that going on your own and how. Thank you for all your help. (5 Replies)
Discussion started by: gparsons70
5 Replies

8. UNIX for Dummies Questions & Answers

can't get my cable modem up

Caldera eDesktop 2.4 - Cable Modem my NIC card has been detected, but funny scenario: #dmesg eth0: RealTek rtl8139 Fast Ethernet at 0x2400, IRQ 0, 00:50:ba:43:a0:ef /*I noticed that it detected the correct module (rtl8139) but I'm using D-Link and not RealTek, which uses the same module.... (1 Reply)
Discussion started by: zorro
1 Replies

9. UNIX for Dummies Questions & Answers

Linux and my cable modem

I recently installed Caldera 2.4 (successfully:p ), but I cannot seem to get my cable modem up and running! My ISP is AT&T and I'm using @home. I've tried using DHCP and that didn't work either. I briefly read the cable modem HOWTO, but the lsmod didn't list my network card (3COM). What do I do now? (4 Replies)
Discussion started by: zorro
4 Replies

10. IP Networking

unix and the cable modem

If the cable modem that the cable company is using doesn't support unix is there a way around that . Are there drivers I can get online or is there a way to configure redhat lenix (that's what I will be using) to work with the cable modem. Or is there a way to buy a third party cable modem that... (3 Replies)
Discussion started by: gparsons70
3 Replies
Login or Register to Ask a Question