The hardware should be supported, but the driver you need isn't being loaded. It looks like you've installed ndiswrapper, which shouldn't be necessary for your hardware, and I'm wondering if you somehow ended up blacklisting the driver you need. Try opening a terminal and running this command:
$ modprobe -nv pci:v00008086d00004229sv00008086sd00001100bc02sc80i00 That should print a list of "insmod" commands with the last one loading iwl4965.ko. If it prints nothing then the driver is probably blacklisted. In that case run: $ grep iwl4965 /etc/modprobe.d/* and see if it turns up anything which looks like "blacklist iwl4965". If so, open the file which contains this line (as root) and either delete the line or comment it out by adding a # character to the start of that line. Then the modprobe command should print the list of insmod commands, and running it without the "-nv" part should load the module and give you working wifi. If the modprobe command prints something different, please paste the output here so I can look at it. In any case I think you can remove ndiswrapper-dkms unless you're using it for some other wireless hardware. ** Changed in: linux (Ubuntu) Importance: Undecided => Medium ** Changed in: linux (Ubuntu) Status: Confirmed => Incomplete ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Seth Forshee (sforshee) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1357099 Title: Wireless driver 4965 AGN error Status in “linux” package in Ubuntu: Incomplete Bug description: Wifi not working on TOSHIBA satellite L300 64 bit. I am using ubuntu 14.04. Wireless turned on but doesn't show any networks. This computer only has Ubuntu. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-34-generic 3.13.0-34.60 ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4 Uname: Linux 3.13.0-34-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.3 Architecture: amd64 AudioDevicesInUse: USER PID ACCESS COMMAND /dev/snd/controlC0: jayati 1711 F.... pulseaudio CurrentDesktop: Unity Date: Thu Aug 14 15:54:49 2014 HibernationDevice: RESUME=UUID=e25b5660-4871-41ab-8c97-7b2742a4379e InstallationDate: Installed on 2014-08-13 (1 days ago) InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2) IwConfig: usb0 no wireless extensions. eth0 no wireless extensions. lo no wireless extensions. MachineType: TOSHIBA Satellite L300 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-34-generic root=UUID=bf10f823-3933-4957-a9b2-a69dac415834 ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-34-generic N/A linux-backports-modules-3.13.0-34-generic N/A linux-firmware 1.127.5 RfKill: SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 05/28/2008 dmi.bios.vendor: INSYDE dmi.bios.version: 1.40 dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: Base Board Product Name dmi.board.vendor: Intel Corp. dmi.board.version: Base Board Version dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 1 dmi.chassis.vendor: Chassis Manufacturer dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnINSYDE:bvr1.40:bd05/28/2008:svnTOSHIBA:pnSatelliteL300:pvrPSLB0C-07P08C:rvnIntelCorp.:rnBaseBoardProductName:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion: dmi.product.name: Satellite L300 dmi.product.version: PSLB0C-07P08C dmi.sys.vendor: TOSHIBA To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1357099/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp