When I realized my wireless wasn't working with ubuntu, I plugged my laptop in to try and figure out the problem online - only to find it doesn't work that way, either. The problem isn't my internet/ cords because I'm using both right now via my wireless desktop.
I'm just getting in to ubuntu and would appreciate any assistance. I've looked around but the only similar questions I could find were about the wireless problem - but I have to deal with the wired problem, first.
Let me know what info I need to give.
~$ lspci -knn | grep -i net -A2
09:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8040 PCI-E Fast Ethernet Controller [11ab:4354] (rev 13)
Subsystem: Dell Device [1028:02aa]
Kernel driver in use: sky2 --
0c:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01)
Subsystem: Dell Wireless 1397 WLAN Mini-Card [1028:000c]
Kernel modules: ssb
~$ rfkill list all
0: dell-wifi: Wireless LAN Soft blocked: yes Hard blocked: yes
The output of lsmod
: http://pastebin.com/DqNwKcqZ
lspci -knn | grep -i net -A2
,lsmod
andrfkill list all
, and let us see its outputs. Since that laptop doesn't have an internet connection, I hope you have a USB stick to save the outputs into a text files. – mikewhatever Jan 30 '12 at 04:40For the wired network, this may sound dumb, but does your network require a static IP address? You made need to configure it in that case.
– Nemo Feb 07 '12 at 12:33