On Monday 12 May 2014 20:31:15 Hunter Jozwiak wrote: > Hi all. I got Espeakup to finally function, but I have a problem now > with my Realtech 8188 WiFi adapter, Rev01, according to ifconfig. I > know it shows up as wlp7s0 on an ifconfig, normally. But for what ever > reason, it isn't showing up. I have, in my /etc/conf.d/net the line: > wlp7s0="DHCP". When I run ifconfig wlp7s0 up, I get an error about how > the device is not able to be found. The driver shows up as a module in > the kernel.
After you fix your kernel as advised by others, also fix your /etc/conf.d/net. To specify the use of DHCP you would typically use this syntax, which is case sensitive: config_wlp7s0="dhcp" If you want to specify particular parameters to dhcp for this interface try something like this example: dhcpcd_wlp7s0="-t 45" You should also spend some time reading through /usr/share/doc/netifrc-0.2.2/net.example.bz2 for more complex configurations. -- Regards, Mick
signature.asc
Description: This is a digitally signed message part.