Hi. It is very strange that your ethernet is not working. It should be working out of the box with kernels 3.2.x and above.
Have you tried loading Zorin via a live USB or live DVD and check if your ethernet is working? maybe there was an error during installation.
Also please post back the results of the following commands:
- Code:
lsmod
sudo lshw -c network
sudo rfkill list all
In case we can get your ethernet working, it would be very easy to enable your wireless by executing the following commands in terminal.
- Code:
sudo apt-get remove --purge bcmwl-kernel-source
sudo apt-get install linux-firmware-nonfree
sudo modprobe b43
There is also a way to enable your wireless even without internet connection.
Find another computer with internet (a friend's computer etc) and download the following file
http://ubuntuone.com/5AAnN2xsnkq93KiUCB0p5TCopy this file (using a flash disk) from your friend computer on your Zorin desktop.
Right-click it and select "extract here", to extract it. A file called "b43" will be created.
Open terminal and write
- Code:
cd Desktop
sudo mkdir /lib/firmware/b43
sudo cp Desktop/b43/* /lib/firmware/b43
sudo modprobe -r b43
sudo modprobe b43