Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Wifi problems
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
RIA77
Guru
Guru


Joined: 24 Feb 2016
Posts: 342

PostPosted: Tue Apr 05, 2016 4:43 pm    Post subject: Wifi problems Reply with quote

Hello all!
I have installed gentoo,and I have compiled gentoo sources. I have been using Intel wifi. When I log into gentoo,there is no internet connection. Thank you very much.
Back to top
View user's profile Send private message
mrbassie
l33t
l33t


Joined: 31 May 2013
Posts: 772
Location: over here

PostPosted: Tue Apr 05, 2016 5:12 pm    Post subject: Reply with quote

what does
Code:
lspci -k
return?


Did you manually configure you kernel?
Back to top
View user's profile Send private message
charles17
Advocate
Advocate


Joined: 02 Mar 2008
Posts: 3664

PostPosted: Wed Apr 06, 2016 5:17 am    Post subject: Re: Wifi problems Reply with quote

RIA77 wrote:
Hello all!
I have installed gentoo,and I have compiled gentoo sources. I have been using Intel wifi. When I log into gentoo,there is no internet connection. Thank you very much.

For Intel wifi there is a separate wiki article.
If problems persist after working through that article, please get your output of lspci -nnkv as mentioned before by mrbassie and pastebin your output of dmesg | grep as from the wiki article.
Back to top
View user's profile Send private message
RIA77
Guru
Guru


Joined: 24 Feb 2016
Posts: 342

PostPosted: Wed Apr 06, 2016 7:06 am    Post subject: Reply with quote

Thank you. Can you please explain to me,how to set mentioned options in kernel ? I compiled kernel from terminal,there was no detailed options to configure.
Back to top
View user's profile Send private message
charles17
Advocate
Advocate


Joined: 02 Mar 2008
Posts: 3664

PostPosted: Wed Apr 06, 2016 7:48 am    Post subject: Reply with quote

See the Manual configuration and Gentoo kernel configuration guide sections in https://wiki.gentoo.org/wiki/Kernel#Configuration
Back to top
View user's profile Send private message
RIA77
Guru
Guru


Joined: 24 Feb 2016
Posts: 342

PostPosted: Thu Apr 07, 2016 5:34 pm    Post subject: Reply with quote

I am completely lost in the links. Can anyone be so kind to help,please ?
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54237
Location: 56N 3W

PostPosted: Thu Apr 07, 2016 6:37 pm    Post subject: Reply with quote

RIA77,

You only get to configure your kernel settings if you ask to.

Use
Code:
eselect kernel ...
to set the /usr/src/linux symbolic link to the kernel you want to work with.
Do
Code:
cd /usr/src/linux
make menuconfig
to change to your selected kernel and open its configuration tool.
The build sequence in covered in one of the wiki links above.

Follow the iwlwifi wiki page to know what to change.

The kernel has a search facility. Press /
It also hides things that are not selectable. This helps you when you know what you want and what it depends on but it also hides things from the search.
Press z to see even non selectable items. Press z again to hide them.
While hidden items are shown, they can be searched. When you find yon seed a hidden item, look at he depends on.

For example.
Code:
  │ Symbol: IWLWIFI [=n]                                                                                                                       │ 
  │ Type  : tristate                                                                                                                           │ 
  │ Prompt: Intel Wireless WiFi Next Gen AGN - Wireless-N/Advanced-N/Ultimate-N (iwlwifi)                                                      │ 
  │   Location:                                                                                                                                │ 
  │     -> Device Drivers                                                                                                                      │ 
  │       -> Network device support (NETDEVICES [=y])                                                                                          │ 
  │         -> Wireless LAN (WLAN [=y])                                                                                                        │ 
  │ (1)       -> Intel devices (WLAN_VENDOR_INTEL [=y])                                                                                        │ 
  │   Defined at drivers/net/wireless/intel/iwlwifi/Kconfig:1                                                                                  │ 
  │   Depends on: NETDEVICES [=y] && WLAN [=y] && WLAN_VENDOR_INTEL [=y] && PCI [=y] && MAC80211 [=y] && HAS_IOMEM [=y]                        │ 
  │   Selects: FW_LOADER [=y] 


The Location: tells where in the menu IWLWIFI is
The Prompt: tells mhat to look for in the menu.
Depends on: is a boolean expression that must evaluate to true, or the option will probably be hidden.

Now, there are other Intel WiFI drivers beside iwlwifi and we don't know which driver you need yet.
The idea is the same but you may need a different driver for your wifi.
Your lspci output will tell.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
RIA77
Guru
Guru


Joined: 24 Feb 2016
Posts: 342

PostPosted: Tue May 03, 2016 3:33 pm    Post subject: Reply with quote

Sorry for bothering you friends,but can I use live CD to install gentoo ?
Gentoo recognize my Intel wifi card,just how to setup network ? Thank you.
Back to top
View user's profile Send private message
charles17
Advocate
Advocate


Joined: 02 Mar 2008
Posts: 3664

PostPosted: Tue May 03, 2016 5:03 pm    Post subject: Reply with quote

RIA77 wrote:
Sorry for bothering you friends,but can I use live CD to install gentoo ?

Better use http://sysresccd.org instead as mentioned in https://wiki.gentoo.org/wiki/Wifi#Wifi_during_installation. It's also based on Gentoo.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum