View previous topic :: View next topic |
Author |
Message |
ShanaXXII Apprentice


Joined: 29 Jun 2014 Posts: 283 Location: Canada
|
Posted: Sun Oct 05, 2014 1:42 pm Post subject: [Solved]iwgetid no output? |
|
|
used to be my way of finding out what network im connected to.
But after reinstalling Gentoo, the command no longer has any output
even justhas no output
Last edited by ShanaXXII on Mon Oct 06, 2014 2:04 am; edited 1 time in total |
|
Back to top |
|
 |
szatox Veteran

Joined: 27 Aug 2013 Posts: 1995
|
Posted: Sun Oct 05, 2014 8:15 pm Post subject: |
|
|
do you use wpa_supplicant? try `wpa_cli status`
Perhaps you are simply not connected?
Oh, also, try `ifconfig -a`.
Perhaps you forgot about wifi hardware modules? |
|
Back to top |
|
 |
ShanaXXII Apprentice


Joined: 29 Jun 2014 Posts: 283 Location: Canada
|
Posted: Sun Oct 05, 2014 9:12 pm Post subject: |
|
|
It turns out that I need the following in my kernel for it to work ---> http://gentoo-en.vfose.ru/wiki/Dell_Inspiron_1564
Code: | {*} I2C support --->
[*] Enable compatibility bits for old user-space
<M> I2C device interface
[*] Autoselect pertinent helper modules
I2C Hardware Bus support --->
<M> Intel 82801 (ICH/PCH)
<M> Intel SCH SMBus 1.0
<M> Intel PIIX4 and compatible (ATI/AMD/Serverworks/Broadcom/SMSC)
<M> SMBus Control Method Interface |
|
|
Back to top |
|
 |
|