Solaris 11 How to connect to wifi?


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris 11 How to connect to wifi?
# 1  
Old 05-15-2016
Solaris 11 How to connect to wifi?

So, I've decided to install Solaris (I like to try new things). Used many flavors of Linux over the past several years, and it seems there's more involved in getting Solaris working. I am a total newb to Solaris, so forgive me if I get some terminologies incorrect.

I have searched quite a bit, mostly here and solarisx86.org, and no definitive solutions as of yet, so here goes.

I'm on a Dell Inspiron 7110. It has an internal Dell DW1702 wireless card with an Atheros AR9285 chipset. I'm also not able to get this nifty Wireless Chooser Dialog to come up that I've seen in my travels. (I can 'see' wireless networks out there, I just can't (or don't know how to properly) connect to them).

Image

I tried right clicking on the network icon, then clicking on a wireless network, but nothing seems to happen there.

So, I headed to the terminal.
Code:
jason@OptimusPrime:~$ dladm
LINK                CLASS     MTU    STATE    OVER
net1                phys      1500   down     --
net0                phys      1500   unknown  --

net1 is my wireless, so I brought it up, but it shows 'failed'

Code:
dladm scan-wifi
LINK       ESSID             BSSID             SEC    STRENGTH   MODE   SPEED
net1       RenoRVpark.com 1    0:80:48:73:fd:b1  wep    excellent  g      54Mb
net1       G3 5615             34:fc:ef:f2:99:6b wpa    excellent  n      54Mb
net1       Belkin.5548         94:44:52:5e:85:48 wpa    very good  n      54Mb
net1       belkin.bcc          94:10:3e:ac:ab:cc wpa    weak       n      54Mb
net1       belkin.bcc.guests   96:10:3e:ac:ab:cd none   very good  n      54Mb
net1       INVICTUS TATTOO     30:b5:c2:fa:d1:71 wpa    excellent  n      54Mb
net1       Invictus Tattoo Guest 36:b5:c2:fa:d1:72 wpa  excellent  n      54Mb

This tells me my card can see networks I believe.

Code:
root@OptimusPrime:/home/jason# ipadm
NAME              CLASS/TYPE STATE        UNDER      ADDR
lo0               loopback   ok           --         --
   lo0/v4         static     ok           --         127.0.0.1/8
   lo0/v6         static     ok           --         ::1/128
net0              ip         ok           --         --
   net0/v4        dhcp       ok           --         ?
   net0/v6        addrconf   ok           --         fe80::868f:69ff:feaf:dda/10
net1              ip         disabled     --         --
   net1/v4        dhcp       disabled     --         ?
   net1/v6        addrconf   disabled     --         ::
   net1/v4a       dhcp       disabled     --

This is where I had to enable net1 (my wireless)

And these two failed WITH the verified correct wifi password. Maybe incorrect syntax?
Code:
root@OptimusPrime:/home/jason# dladm connect-wifi -e 94:44:52:5e:85:48 -k 3438831D
dladm: invalid key(s) '3438831D'

Code:
root@OptimusPrime:/home/jason# dladm connect-wifi -e 0:80:48:73:fd:b1 -k 7753237266
dladm: invalid key(s) '7753237266'

FWIW, this is everything I know about my wireless card.
Quote:
Atheros AR5B195
Atheros AR5B195

FCC approval date: 09 October 2009
Interface: Mini PCIe (half)

ID: 168c:002b (19 addl. devices)
Windows: PCI\VEN_168C&DEV_002B

FCC ID: PPD-AR5B195
Industry Canada ID: 4104A-AR5B195
Chipset: Atheros AR9002WB-1NGCD

WI1 chip1: Atheros AR9285

Probable Linux driver
ath9k (in backports)
PCI ID first seen in kernel v2.6.29 (2009-03-23)
(see also passys)

Windows driver
see atheros-drivers.com

Antenna connector: U.FL

bgn, 1x1:1

Flags: bluetooth 3.0

OUI: none specified

FCC ID
AzureWave AW-NB037H PPD-AR5B195
AzureWave AW-NB048H PPD-AR5B195
Dell Wireless 1702 (DW1702) PPD-AR5B195
Lite-On WCBN606AH (HP) PPD-AR5B195
XAVi WB214E PPD-AR5B195

For a list of all currently documented Atheros chipsets with specifications, see Atheros.

AR9002WB-1NGCD AR9002WB-1NGB Mini PCIe (half-size) reference design

Bluetooth (AR3011) and Wi-Fi (AR9285) combo card, 1x1 SISO
Any help is greatly appreciated.

---------- Post updated at 11:12 PM ---------- Previous update was at 10:26 PM ----------

I have also checked the link posted in unix.com/solaris/166682-wifi-solaris-x86.html, and tried the same, with the same results. Also, no clear info on connecting to secured wifi.

Last edited by jgraves; 05-15-2016 at 02:40 AM..
# 2  
Old 05-15-2016
Did you click the "Connect" button?
# 3  
Old 05-15-2016
I can't get to the connect button. The nwam dialog box comes up, but is so small you can't even see the window. I've tried Alt-F8 to resize it with no luck.

I've looked through several .schema files, but can't find anything that shows a default window location or size to modify.

---------- Post updated at 06:33 PM ---------- Previous update was at 10:24 AM ----------

OK, so I was able to create a wireless profile, but it still hangs at 'connecting'. I get activity in the network icon, but it's not seeming to connect.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Ubuntu

Wifi Could Not Connect

Hi, I already install bcwl kernel. I can see list of wifi AP. When i try connect, i said wrong password. When i test on windows, can connect. What i miss? Thanks. (0 Replies)
Discussion started by: mzainal
0 Replies

2. Solaris

How to connect internet to my Solaris 10 OS

Hiii, My soalris 10 OS is running on VM ware. I have internet to my windows7 OS, can someone please help me to get connected my internet connection to my Solaris OS which is running on VMware. thanks & regards, Bhagi. (2 Replies)
Discussion started by: bhargav90
2 Replies

3. Solaris

Solaris 11 and wifi?

I'm running the 64bit Solaris 11 liveCD and I am having problems with my wifi adapter. It appears to be recognized by the system, but does not show up with dladm, ifconfig, or under the graphical network management icon. I can see my device listed under the driver program on the desktop as... (1 Reply)
Discussion started by: bsdforme
1 Replies

4. Solaris

WiFi on Solaris x86

Hi All, what's the fastest/easiest way to configure my newly installed Solaris 10 to get onto my existing WiFi connection? Where is the config to add this on? (I'm hoping I do not need to download anything) (4 Replies)
Discussion started by: steve701
4 Replies

5. Solaris

Cannot connect to network in Solaris 11

I want to install Solaris 11 Express on my x86 system. I'm facing network driver problems. I've 3 network cards: 1. Intel(R) 82579V Gigabit Network Connection In Device Driver Utility, This device is displayed as Ethernet controller, Driver is UNK and its highlighted in RED. 2. Belkin... (3 Replies)
Discussion started by: choudharypranay
3 Replies

6. Solaris

connect to internet on solaris 9

how to configure to connect to internet on solaris 9 ? please help (1 Reply)
Discussion started by: sudhiroracle
1 Replies

7. Solaris

how to connect to internet on Solaris 10

Hi, I am new to Solaris just migrating from Windows XP. I want to connect to internet but I have problem with configuration. My ISP has provided me a router.I get internet connection through DHCP. I don't know any proxy or subnetmask or any IP address that requires during configuration of... (1 Reply)
Discussion started by: pappu2008
1 Replies

8. Solaris

How to connect Solaris 10 to the internet ?!

ive installed a fresh copy of solaris 10 on a E3500 Server machine, i gave it a static IP address , 192.168.1.15 its a test server in our office (small office) we are using LINKSYS as our internet router and DHCP as well .. its IP is 192.168.1.1 and ive added this IP as Default route on the server... (9 Replies)
Discussion started by: mduweik
9 Replies

9. Solaris

Solaris 9 - Connect to internet

I have an ultra 10.. running solaris 9 - and have a dsl internet connection that I currently use for my windows pc's through a router. I have connected the ultra 10 to the router - and the router has assigned me an ip through dhcp.. and I can connect to the other pc's on my network and they can... (1 Reply)
Discussion started by: frustrated1
1 Replies

10. UNIX for Dummies Questions & Answers

How to connect to LAN on Solaris 8

Hi, My network is DHCP and I am on Solaris 8. Does anyone know if I need to configure anything on Solaris 8 in order to get connected to the network? Thanks, noknok (2 Replies)
Discussion started by: noknok
2 Replies
Login or Register to Ask a Question