Results 1 to 8 of 8
If someone can please help me out;im new to linux also,
I think this is what you need to help me
00:00.0 Host bridge [0600]: Intel Corporation Mobile PM965/GM965/GL960 Memory ...
- 04-26-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 3
Bilt-in wirrless not working plz help!
If someone can please help me out;im new to linux also,
I think this is what you need to help me
00:00.0 Host bridge [0600]: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub [8086:2a00] (rev 0c)
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller [8086:2a02] (rev 0c)
00:02.1 Display controller [0380]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller [8086:2a03] (rev 0c)
00:1a.0 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 [8086:2834] (rev 03)
00:1a.1 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 [8086:2835] (rev 03)
00:1a.7 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 [8086:283a] (rev 03)
00:1b.0 Audio device [0403]: Intel Corporation 82801H (ICH8 Family) HD Audio Controller [8086:284b] (rev 03)
00:1c.0 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 [8086:283f] (rev 03)
00:1c.1 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 [8086:2841] (rev 03)
00:1c.2 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 [8086:2843] (rev 03)
00:1d.0 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 [8086:2830] (rev 03)
00:1d.1 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 [8086:2831] (rev 03)
00:1d.2 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 [8086:2832] (rev 03)
00:1d.7 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 [8086:2836] (rev 03)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev f3)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller [8086:2815] (rev 03)
00:1f.1 IDE interface [0101]: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller [8086:2850] (rev 03)
00:1f.2 SATA controller [0106]: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller [8086:2829] (rev 03)
00:1f.3 SMBus [0c05]: Intel Corporation 82801H (ICH8 Family) SMBus Controller [8086:283e] (rev 03)
03:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter [168c:001c] (rev 01)
04:00.0 Ethernet controller [0200]: Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI Express [14e4:1693] (rev 02)
15:00.0 CardBus bridge [0607]: Ricoh Co Ltd RL5c476 II [1180:0476] (rev b6)
Thank you
- 04-26-2009 #2Just Joined!
- Join Date
- Apr 2009
- Location
- Philippines
- Posts
- 34
what distribution are you using?
mandriva automatically made my wireless stuff work.
solution? look for the wifi drivers.
- 04-26-2009 #3
Hello, and welcome to Linux Forums.

More information on the Linus distribution and the kernel version that you are using would be very helpful. If you are unsure of how to find this info, read through this How-To:
Wireless Setup - Start Here
This is the wireless card:
It actually has a driver in most recent distros/kernels. I have the exact same one in my Eee PC, and it works with Fedora 10 and the ath5k driver module.Code:03:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter [168c:001c] (rev 01)
There is one exception to this. Ubuntu for some reason has flagged the driver as "Experimental"! They have disabled it, and offer a proprietary driver that can be added later. This is one reason that I dislike Ubuntu.
You can always install the latest open-source wireless drivers by downloading and compiling them from here:
Download - Linux Wireless
I will need the distro and kernel version before I can give specific info on installing this driver package.Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 04-26-2009 #4Just Joined!
- Join Date
- Apr 2009
- Posts
- 3
im useing linux Mint im not really sure what kernal it is,
- 04-26-2009 #5
Open a terminal and type uname -r for the kernel version.
- 04-27-2009 #6
I believe that Mint uses the Ubuntu repositories, and I discovered that the ath5k driver can be installed from them. Check out this link:
8.10 Release Notes | Ubuntu
Seems it is available by installing the linux-backports-modules:
Ubuntu -- Details of package linux-backports-modules-2.6.27-11-generic in intrepid-updates
Ubuntu -- Filelist of package linux-backports-modules-2.6.27-11-generic/intrepid-updates/i386
I don't know if it is in any earlier versions than the 2.6.27-11-generic version.Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 04-27-2009 #7Just Joined!
- Join Date
- Apr 2009
- Posts
- 3
- 04-27-2009 #8
If you update it most likely will give you a newer kernel. You then can add the linux-restricted-modules packages.
I believe that Linux Mint is the same as the distro that it is based on, Ubuntu. In Ubuntu there is no root user, and therefore no su. The first user that is created is granted root type privileges. That user's password is then treated as the root (or su) password. When you need to run a command with root privileges, you start it with the "sudo" command. When it asks for a password, you use the password of the first user created (you).Paul
Please do not send Private Messages to me with requests for help. I will not reply.


Reply With Quote

