Posts: 675
Threads: 107
Joined: Apr 2010
Reputation:
0
I decided to try and install fedora 16 xfce on my netbook and I got it installed. However it wasn't able to detect the wireless so I installed the driver. It's showing up when I run lspci but seems like it's not loaded cuz my network manager isn't detecting anything and when I run ifconfig I have no wlan0 showing up.
Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
Sound is working now. Just need to get this wireless thing figured out.
[root@feedmebits-net ~]# modprobe brcm80211
FATAL: Module brcm80211 not found.
[root@feedmebits-net ~]# iwconfig
lo no wireless extensions.
p5p1 no wireless extensions.
Posts: 675
Threads: 107
Joined: Apr 2010
Reputation:
0
[root@feedmebits-net hybrid_wl]# ls
hybrid-portsrc_x86_64-v5_100_82_112.tar.gz lib Makefile src
[root@feedmebits-net hybrid_wl]# make
KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd`
make: *** /lib/modules/3.1.0-7.fc16.x86_64/build: No such file or directory. Stop.
make: *** [all] Error 2
[root@feedmebits-net hybrid_wl]#
Thanks for that. I couldn't find the driver mentioned cuz broadcom seems to have removed it but I found a different one. But when I make it can't find a directory. The directories they came out of the tar file I mentioned above but there's no modules in there. hmmmmm
Posts: 675
Threads: 107
Joined: Apr 2010
Reputation:
0
Gonna continue playing with it tomorrow. Not quite getting how to yet but will take some time.
Posts: 955
Threads: 36
Joined: Sep 2008
Reputation:
0
Usually you need to run "configure" before "make" - check the README file (if one exists)
Posts: 675
Threads: 107
Joined: Apr 2010
Reputation:
0
And I made a huge partitioning mistake. LMAO. Instead 400 someting GB for my home drive I made it 400MB now it's full and there's now way to get that right. Will have to do this all over again. Cuz I really messed up my partitioning during installation. haha not really funny but oh well.
Filesystem Size Used Avail Use% Mounted on
rootfs 11G 3.3G 7.1G 32% /
devtmpfs 1.8G 0 1.8G 0% /dev
tmpfs 1.8G 88K 1.8G 1% /dev/shm
tmpfs 1.8G 50M 1.7G 3% /run
/dev/mapper/luks-45661d4f-e4e0-4e71-bcd4-77f9adb7ca58 11G 3.3G 7.1G 32% /
tmpfs 1.8G 50M 1.7G 3% /run
tmpfs 1.8G 0 1.8G 0% /sys/fs/cgroup
tmpfs 1.8G 0 1.8G 0% /media
/dev/sda1 194M 55M 130M 30% /boot
/dev/mapper/luks-cca41fa7-3f34-4333-8169-dd1eb6f2b1f4 483M 458M 22K 100% /home
#####
Wireless:
wlan0 Link encap:Ethernet HWaddr 74:2F:68:2D:DF:11
inet addr:192.168.1.104 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::762f:68ff:fe2d:df11/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:408024 errors:0 dropped:0 overruns:0 frame:0
TX packets:127461 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:559842084 (533.9 MiB) TX bytes:15766163 (15.0 MiB)
:)
Posts: 955
Threads: 36
Joined: Sep 2008
Reputation:
0
If you're using LVM then you shouldn't need to repartition.
Also - you shouldn't need to reboot unless you're bringing a new kernel online.