0

I bought a Sony VAIO F series (SVF15A1C5E) recently with Windows 8 on it. I installed Ubuntu 12.04 and just kept a recovery partition for Windows as I do not need it. Unfortunately I cannot connect to the Internet either wired or wireless. I have seen and read the similar topic and tried most of the answers unsuccessfully (I might have done something wrong when applying the answer to my case though) I also asked my department IT but they could not solve it.

The output of lshw -C network is:

*-network  
   description: Network controller  
   product: BCM43142 802.11b/g/n  
   vendor: Broadcom Corporation  
   physical id: 0  
   bus info: pci@0000:07:00.0  
   version:01  
   width: 64 bits  
   clock: 33MHz  
   capabilities: pm msi pciexpress bus_master cap_list  
   configuration: driver=bcma-pci-bridge latency=0  
   resources: irq:16 memory:d1700000-d1707fff  

*-network  
   description: Ethernet interface  
   product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller  
   vendor: Realtek Semiconductor Co., Ltd.  
   physical id: 0  
   bus info: pci@0000:0e:00.0  
   logical name: eth0  
   version: 0c  
   serial:78:84:3c:3a:cd:7d  
   size: 10Mbit/s  
   clock: 33MHz  
   capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation  
   configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8169g-2_0.0.1 02/06/13 latency=0 link=no multicast=yes port=MII speed=10Mbit/s  
resources: irq:46 ioport:2000(size=256) memory:d1500000-d1500fff memory:d1400000-d1403fff  

I also edited /etc/NetworkManager/NetworkManager.conf so that managed=TRUE while it was =FALSE. Any suggestions?

Mitch
  • 109,787
cenzo
  • 3

1 Answers1

1

I believe the package you need is on the install USB. Please insert the USB and when the file manager opens with the contents of the USB, select pool > restricted > b > bcmwl > bcmwl-kernel-source > bcmwl-kernel-source-xxx.deb. Right-click it and select 'Open with Ubuntu Software Center.' After it installs, your wireless should be working. It may take a reboot.

If it complains about the dkms package, it is also on the USB at pool > main > d > dkms > dkms-xxx.deb. You might try installing it first and then bcmwl-kernel-source. You should be trying to install the deb files within, not the entire directory.

If you cannot install either from the USB, drag and drop the deb files to your desktop and do:

cd ~/Desktop
sudo dpkg -i *.deb
chili555
  • 61,330