Help! Can't get network to work

I have Solaris 10 installed and running smoothly.. except I can NOT get my NIC card working. I swear it's harder to configure networking on Solaris than anything i've ever delt with. I have a 3COM 3C450 PCI NIC card, how do I know if Solaris has the drivers for this card installed, how do I install them, and how do I configure my IP address? I'm definetly not a Unix newbe, I've worked with Irix and AIX for many years, but this is extremely frustrating.
Thanks

Hello
First step:
Check if the driver is running correctly. Type in "<b>/usr/sbin/prtconf</b>" or "<b>/usr/sbin/prtconf -v</b>".
This command prints information about all devices in the system and if the device is recognized by a driver or not (a message "Driver not attached" is shown if not). The "-v" variant shows more detailed information (you will get a huge number of lines).
Second step:
Find out the name of the network card (example: /dev/hme0). Unlike Linux the ethernet cards do not all have the name /dev/eth* but different types of cards have different names (/dev/le*, /dev/ce*, /dev/hme*, ...).
Third step:
Test the card once:
Type
<b>ifconfig <i>name</i> plumb</b>
<i>name</i> is the name of the network card without "/dev/"; example:
<b>ifconfig hme0 plumb</b>
The card is recognized as network card by the system. Then type:
<b>ifconfig <i>name</i> <i>IP_address</i> up</b>
Example:
<b>ifconfig hme0 12.34.56.78 up</b>
The card is assigned an IP address and started.
Fourth step:
Installing the card in the configuration files:
Add an IP address - host name pair for your computer in the /etc/hosts file.
Then type
<b>echo <i>my_host_name</i> > /etc/hostname.<i>cardname</i></b>
Example:
<b>echo mycomputer > /etc/hostname.hme0</b>
Then reboot the computer.
Using DHCP is a bit more complex.
Martin

Similar Messages

  • Tried both ways in the Wiki, still can't get network printing work

    Hi,
    I have tried both the client and server ways following the Wiki, still could not get network printing work.
    For the first way, I tried to put either the host name or the ip address (starting with 192) of the remote printer into /etc/cups/client.conf. But both Okular and Evince failed to see the printer in the dialog.
    For the second way, with cups-browsed running, it only managed to discover printers in my local network (ip starting with 137) which I have no access. I tried to manually add the printer using its ip, but it still did not work.
    What can I do? I have spent hours trying to work it out but failed. I would appreciate a lot your help. Thanks.

    Have you looked at the previous discussions listed on the right side of this page under the heading "More Like This"? Ones with a green checkmark are solved.

  • [SOLVED] Can't get network to work (realtek NIC)

    Hi there!
    I found Arch a couple of weeks ago and I got pretty excited with the possibility of taking my old Athlon 750MHz out of inactivity.
    Unfortunately, I can't seem to get the network to work.
    * I installed the system using Archlinux-i686-2007.08-2.core.iso
    * I have a little router and the machine has static IP
    lspci:
    00:0a.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
    rc.conf:
    MOD_AUTOLOAD="yes"
    MOD_BLACKLIST=()
    MODULES=(8139cp 8139too mii slhc)
    USELVM="no"
    HOSTNAME="hige"
    lo="lo 127.0.0.1"
    eth0="eth0 192.168.2.103 netmask 255.255.255.0 broadcast 192.168.2.255"
    INTERFACES=(lo eth0)
    gateway="default gw 192.168.2.61"
    ROUTES=(gateway)
    DAEMONS=(syslog-ng network netfs crond)
    I think I got the configuration right, however, I have no eth0 (i.e., ifconfig -a only gives 'lo')
    Not sure if it's relevant, but here's something I found interesting in dmesg:
    8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
    8139cp 0000:00:0a.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip
    8139cp 0000:00:0a.0: Try the "8139too" driver instead.
    8139too Fast Ethernet driver 0.9.28
    ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
    PCI: setting IRQ 10 as level-triggered
    ACPI: PCI Interrupt 0000:00:0a.0[A] -> Link [LNKC] -> GSI 10 (level, low) -> IRQ 10
    PCI: Unable to reserve I/O region #1:100@de00 for device 0000:00:0a.0
    Trying to free nonexistent resource <000000000000de00-000000000000deff>
    Trying to free nonexistent resource <00000000efffff00-00000000efffffff>
    8139too: probe of 0000:00:0a.0 failed with error -16
    And here's a dmesg of an old gentoo instalation that I had in the same computer, but with an old, damaged HDD:
    Intel(R) PRO/1000 Network Driver - version 7.3.20-k2
    Copyright (c) 1999-2006 Intel Corporation.
    e100: Intel(R) PRO/100 Network Driver, 3.5.23-k4-NAPI
    e100: Copyright(c) 1999-2006 Intel Corporation
    forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.60.
    8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
    8139cp 0000:00:0a.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip
    8139cp 0000:00:0a.0: Try the "8139too" driver instead.
    8139too Fast Ethernet driver 0.9.28
    AMD756: dev 10ec:8139, router pirq : 3 get irq : 10
    PCI: setting IRQ 10 as level-triggered
    PCI: Found IRQ 10 for device 0000:00:0a.0
    eth0: RealTek RTL8139 at 0xc8800f00, 00:e0:4d:84:1b:55, IRQ 10
    eth0: Identified 8139 chip type 'RTL-8100B/8139D'
    Am I doing something wrong?
    Any advice would be greatly appreciated!
    edit: changed the subject to [solved]
    Last edited by jorgenmz (2008-04-16 22:39:48)

    The kernel module for
    Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+
    is 8139too I think
    So /etc/rc.conf should be like this
    # HARDWARE
    # Scan hardware and load required modules at bootup
    MOD_AUTOLOAD="yes"
    # Module Blacklist - modules in this list will never be loaded by udev
    MOD_BLACKLIST=()
    # Modules to load at boot-up (in this order)
    # - prefix a module with a ! to blacklist it
    MODULES=( 8139too forcedeth sk98lin slhc ac97_bus snd-mixer-oss snd-pcm-oss snd-seq-oss snd-seq-device snd-seq-midi-event snd-seq snd-hwdep snd-$
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    The first one is 8139too, so it will be eth0
    In my example the second one is forcedeth for nvidia ethernet controler, so its going to be eth1
    Don't forget to edit /etc/resolv.conf

  • Please help - can't get itunes to work

    Hey - I would appreciate any help with the following:
    I have already downloaded itunes to my desktop and successfully created an account and downloaded to my ipod nano...however, today, suddenly, I can no longer do any of that - I logged in to the itunes store, but every time i click on the itunes store "is open" button, nothing happens - i do not currently have my nano plugged in, is that a problem, or am I missing something?

    just unplug it i have that problem when i plug my ipod in and i do my thing and try to unplug it and nothing happens and my ipod is still plugged in and itunes wont let me unpug it. just unplug your ipod. it does not harm it. this is becuase itunes does not see it so there for it is not really connected. as for your itunes not working try reinstalling it. i hope i have helped

  • Help: Can't get iTunes to work with VTBook from Village Tronic

    After installing a Village Tronic VTBook display card into my windows laptop, iTunes will no longer recognize/sync with my 5th Gen iPod. Additionally, CPU useage gets maxed out between service.exe and iPodService.exe taking 98% CPU.
    When I uninstall the VTBook drivers and roll-back the system to a restore point before the drivers installed - everything works fine between iTunes and iPod.
    I'm using v7.0.2.16 of iTunes and v1.2.1 iPod firmware. I've tried both the v2.4 and v2.3 VTBook drivers and I'm at the end of my rope and ready to return the VTBook card.
    My question is: has anyone else experienced this and/or does anyone know how to get it the iPod to work with the VTBook drivers installed?
    Thanks.
    PowerBook & Gateway laptops   Mac OS X (10.4.7)   WindowsXP SP2

    hi Mommatron!
    just checking on something. have you ever had any error messages at any stage of proceedings?
    b in particular,
    have you ever had an 0x80040707?
    love, b

  • Help can't get premium to work

    I'm from ph i paid for spotify premium using globe prepaid it says im premium on website but when i log in on app it says free

    I get this screen:
    I click the Customer Support link, and it sends me to this page:
    Error "This serial number is not for a qualifying product" | CS6, CS5.5, CS5
    I begin the "Contact Adobe Customer Care for help unlocking your serial number" process, click Contact Us, and it sends me to this page:
    Contact Customer Care
    Annnd, as I'm SURE you know... that's a rabbit hole of shallow support articles with NO means of getting live support. Hence, I'm posting here.

  • Help - Can't get WebAccess to work

    Hi,
    One of my GroupWise servers crashed Sunday night. It had a domain,
    GWIA, WebAccess, and GWAVA on it. I built a new server with Netware
    6.5 sp8 (default instal). Reinstalled the MTA, GWIA, and GWAVA with no
    problems. WebAccess said it intalled successfully and its modules load
    fine but when I browse to http://10.25.1.10/gw/webass I get a message
    back saying "Problem Loading Page".
    At first glance, I thought it to be an Apache problem. But if I go to
    here: http://10.25.1.10:7211/ I get a web page. Also GWAVA's web pages
    also work on the same server.
    When I look at the Apace "Startup.err" log I see
    SYS:\\APACHE2\\APACHE2.NLM: could not open document config file
    SYS:/apache2/conf/httpd.conf.
    When I look at the error_log I see: "[Sun Jan 16 23:26:49 2011]
    [notice] Apache/2.0.63 (NETWARE) mod_jk/1.2.23 configured -- resuming
    normal operations
    [Sun Jan 16 23:42:11 2011] [notice] caught SIGTERM, shutting down
    Any one know how to resolve this?

    Richard Haynal <[email protected]> wrote:
    Resolved via Novell support.
    Just incase this happens to anyone else, the issue was Apache2 Web
    server was not installed. I did the "Default" install for my Netware
    server and it did load the Apchae2 Admin server so there was an
    "Apache2" directory. That was not the Apache2 WebAccess needs. I
    needed to go back and load Apache2 Webserver from the server console
    and then did a re-install of WebAccess.
    All works now.
    >Hi,
    >
    >One of my GroupWise servers crashed Sunday night. It had a domain,
    >GWIA, WebAccess, and GWAVA on it. I built a new server with Netware
    >6.5 sp8 (default instal). Reinstalled the MTA, GWIA, and GWAVA with no
    >problems. WebAccess said it intalled successfully and its modules load
    >fine but when I browse to http://10.25.1.10/gw/webass I get a message
    >back saying "Problem Loading Page".
    >
    >At first glance, I thought it to be an Apache problem. But if I go to
    >here: http://10.25.1.10:7211/ I get a web page. Also GWAVA's web pages
    >also work on the same server.
    >
    >When I look at the Apace "Startup.err" log I see
    >SYS:\\APACHE2\\APACHE2.NLM: could not open document config file
    >SYS:/apache2/conf/httpd.conf.
    >
    >When I look at the error_log I see: "[Sun Jan 16 23:26:49 2011]
    >[notice] Apache/2.0.63 (NETWARE) mod_jk/1.2.23 configured -- resuming
    >normal operations
    >[Sun Jan 16 23:42:11 2011] [notice] caught SIGTERM, shutting down
    >".
    >
    >Any one know how to resolve this?

  • Have an airplay enabled AV Receiver - how do i set up Airplay    I have a Yamaha RX-V673 which is Airplay enabled, but i can't get Airplay to work either on my Mac book or my iphone. The receiver is connected to my network and i can control it using the

    have an airplay enabled AV Receiver - how do i set up Airplay
    I have a Yamaha RX-V673 which is Airplay enabled, but i can't get Airplay to work either on my Mac book or my iphone. The receiver is connected to my network and i can control it using the iphone App and via the web browser option.
    Do I need Apple TV or to change some settings somewhere?
    Any help would be greatly appreciated

    You are making some progress with setup of wireless network. Apparently there is reliability problem with the wireless connection. Perhaps you want to refer to following Apple support documents and start tweaking parameters in the router to improve the reliability. I used to have third-party routers such as Belkin and Netgear but switched to Apple Airport routers (Time Capsule then Airport Extreme for now) because of incompatibility issues whenever Apple upgrade Mac OS X. But since Apple develops Airplay protocol as alternative to Bluetooth for wireless audio/video streaming (with much better bandwidth) and must be deployed in any wireless network, there is no reason third-party routers not working for Airplay protocol.
    About AirPlay Mirroring in OS X Mountain Lion:
    http://support.apple.com/kb/HT5404
    iOS: Recommended settings for Wi-Fi routers and access points:
    http://support.apple.com/kb/HT4199
    Troubleshooting AirPlay and AirPlay Mirroring:
    http://support.apple.com/kb/TS4215
    Good luck in setting up 802.11 wirelesss network.

  • T500: Can't get WLAN to work!! HELP

    Hey all, new to the Lenovo community so sorry if I sound like a noob.
    I just bought a Thinkpad T500- 2056 CTO (Vista Business) from a colleague of mine. I searched the internet for the specs of this notebook and saw that it was equipped with an integrated WLAN card but I can't get it to work. I checked the Network Adapters in the Device Manager but there was only an Ethernet Gigabit driver. I tried downloading the only 2 different drivers that Lenovo's Support and Downloads has but that didn't work. Can anyone help me out? I'd greatly appreciate it.

    AHuerta775 wrote:
    I searched the internet for the specs of this notebook and saw that it was equipped with an integrated WLAN card
    What specifically did you look at on the internet to determine the spects of a  2056-CTO ?
    Cheers,
    Bill
    I don't work for Lenovo

  • HT1695 My iPad shows it is connected to the Internet wherever there is free wifi but it is getting up and I can't get it to work? I tried rebooting but it didn't help. Any suggestions?

    My iPad shows it is connected to the Internet wherever there is free wifi but it is getting up and I can't get it to work? I tried rebooting but it didn't help. Any suggestions?

    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are droping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    iOS 6 Wifi Problems/Fixes
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • Is there a way to reset my messages account, I can't get iMessage to work on IPad nor Mac osx. Help please this is really frustrating.

    Is there a way to reset my messages account, I can't get iMessage to work on IPad nor Mac osx. Help please this is really frustrating.

    Hi,
    Is there an iPhone involved ?
    If not, what happens  if you remove the Apple ID on the iPad and then set it in Airplane Mode (allow a couple of minutes at this point) followed by re-adding the Apple ID ?
    What, if any error messages are appearing on the Mac when you try to launch the App or Login to the iMessages server ?
    Is the Apple ID linked to an iCloud account ?
    In Messages 7 (Mountain Lion) this did not seem to be important but it seems it is in Mavericks/Messages 8
    9:14 pm      Friday; April 11, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • I have signed up for adobe conversion to microsoft word and i can't get it to work - can you help me

    I have signed up for adobe conversion to microsoft word and I can not get it to work -  can you help me?

    Hi Mike,
    I've checked your account. I see that you just purchased the subscription this morning. The order is still pending processing, which is why you haven't yet been able to log in an use your subscription. It can take 24-48 hours for a subscription to process fully. Once it does, you'll be able to log in and convert files.
    I apologize for the inconvenience.
    Best,
    Sara

  • I just bought Quick time Pro and I can't get it to install. It shows a yellow box in my application folder, but I can't get it to work. Help!

    I just bought Quick time Pro and I can't get it to install. It shows a yellow box in my application folder, but I can't get it to work. Help!

    you launch QT then go to its REGISTRATION

  • The wifi at my school isn't very good. And I can't send iMessages through it. It works for some apps like score center and my radar app, but doesn't work for other apps like clash of clans and iMessage. How can I get it to work on that  wifi network

    The wifi at my school isn't very good. And I can't send iMessages through it. It works for some apps like score center and my radar app, but doesn't work for other apps like clash of clans and iMessage. How can I get it to work on my school wifi. I have an iPhone 4S on AT&T and iOS 7.04

    In a roaming network, your "main" router is the device that would require port mapping/forwarding to be configured in order to access the IP camera from the Internet. This router is also the one that would be provide the private IP address for the camera which you will want to be a static one.
    So as you described your network, the IP cameras should be getting an IP address or you assigned it a static one and this is the address that you would enter in the Private IP address (or equivalent depending on the router used) field when setting up port mapping.
    If you are not able to access this camera from the local network, then this should be troubleshot first.

  • Can't get networked HP Officejet 5610 to work with MacBook

    Apologies in advance if I'm covering old ground.
    I just upgraded my Deskjet 832C to an Officejet 5610 All-In-One. The printer is connected to a WinXP machine and works without a hitch on three Windows PC's using print sharing. However, I've tried everything and can't get it to work with my MacBook using a wireless connection. The old 832c worked with no problem. In fact, I don't recall ever doing any setup to get it to work; it was just detected on the network and worked without any intervention on my part when I got the MacBook. With the new printer, however, it just won't print. I can go to "add printer" on the Mac and add it with no problem; the computer sees the printer on the mshome network. It's automatically set up as a "generic" printer because I don't see this particular model listed under the HP printers. But when I print, nothing happens. I think it's getting to the printer because I can open up the printer dialogue on the Windows machine and it'll show it's printer something called a "down level document" or something to that effect. But it just hangs up there and never prints. I also can't print anything from any of the Windows PC's while it's hung up on this.
    Any suggestions on what I need to do. The much older 834c worked without me doing anything special, so I can believe a newer model won't work. Thanks in advance for any advice.

    Thanks for the suggestions, but nothing seems to work. I've tried the 900 series driver as suggested, I've set the printer up using both the "default brower" and "ip printer" options, I've gone into Windows and checked the "TCP/IP" box in addition to the USB ports ... nothing makes any difference in the behavior. The Mac seems to be communicating with the PC because in the Windows printer dialogue box, it shows that a "remote downlevel document" is printing, but it hangs there and nothing will happen. I have to restart the Windows PC to clear the print job and can't print from any of the Windows PC's until I clear it.
    Thanks again. I'll keep searching for an answer. Never thought changing to a newer, more up-to-date printer would be this much trouble.

Maybe you are looking for

  • How do I count the number of records returned in the CMIS query

    How do I count the number of records returned in the query CMIS? SELECT COUNT(*) FROM ora:t:IDC:GlobalProfile WHERE ora:p:xRegionDefinition = \'RD_PROJETOS_EXCLUSIVOS\''} Euler Homero

  • Problem to external USB HDD to mac with Mac OS X 10.7.5

    Hello all i have a macbook pro running Mac OS X 10.7.5 . i have an external USB hdd with 1tb (western digital) and some times i use it at clients windows pc's. I have set up the screensaver to go on mac after 5 minutes and when it resumes to ask for

  • Scanning into a MacBook Pro

    How can I scan documents into my MacBook Pro. I am using OS X 10.9.2. I need to scan documents to email to someone and I can't find a way to do that. I normally just scan into my Adobe Photoshop Elements and make a jpeg. But there does not seem to be

  • Flex 3: syntax for populating ArrayCollection by loop

    Hi, I'm a newb. I can't find an example of how to do this. Any examples would be greatl appreciated. I want to chart some engineering data by populating my chart's dataprovider with an array collection (so far no problem). I want to poulate the array

  • Youtube and itunes app refuse to work

    I've got an ipod touch .. And i have wifi at home I am able to use safari but itune store and youtube features refuse to work every time i click on the youtube and itune icon it tells me : '' cannot connect to Youtube or cannot connect to Itune '' I