hello , i’m very new to linux(starting), don’t know anything. I tried my level best to configure my wifi adapter but, couldn’t do it. so give to step wise instructions to to do so. Kindly encourage me .
regards
hello , i’m very new to linux(starting), don’t know anything. I tried my level best to configure my wifi adapter but, couldn’t do it. so give to step wise instructions to to do so. Kindly encourage me .
regards
Open a terminal and post result of
/sbin/lspci -nnk
That assumes you are not talking about a USB device
no such file or folder found, something like this it replied.
Please try again
Use you mouse to copy and paste exactly as quoted in the terminal
Thanks… :shame:
sunee@linux-1hdf:~> /sbin/lspci -nnk
00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 02)
Subsystem: Hewlett-Packard Company Device [103c:1425]
Kernel driver in use: agpgart-intel
00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 02)
Subsystem: Hewlett-Packard Company Device [103c:1425]
Kernel driver in use: i915
00:16.0 Communication controller [0780]: Intel Corporation 5 Series/3400 Series Chipset HECI Controller [8086:3b64] (rev 06)
Subsystem: Hewlett-Packard Company Device [103c:1425]
00:1a.0 USB Controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b3c] (rev 05)
Subsystem: Hewlett-Packard Company Device [103c:1425]
Kernel driver in use: ehci_hcd
00:1b.0 Audio device [0403]: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio [8086:3b56] (rev 05)
Subsystem: Hewlett-Packard Company Device [103c:1425]
Kernel driver in use: HDA Intel
00:1c.0 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 [8086:3b42] (rev 05)
Kernel driver in use: pcieport
00:1c.1 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 [8086:3b44] (rev 05)
Kernel driver in use: pcieport
00:1d.0 USB Controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b34] (rev 05)
Subsystem: Hewlett-Packard Company Device [103c:1425]
Kernel driver in use: ehci_hcd
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev a5)
00:1f.0 ISA bridge [0601]: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller [8086:3b09] (rev 05)
Subsystem: Hewlett-Packard Company Device [103c:1425]
00:1f.2 SATA controller [0106]: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller [8086:3b29] (rev 05)
Subsystem: Hewlett-Packard Company Device [103c:1425]
Kernel driver in use: ahci
00:1f.3 SMBus [0c05]: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller [8086:3b30] (rev 05)
Subsystem: Hewlett-Packard Company Device [103c:1425]
02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8191SEvA Wireless LAN Controller [10ec:8171] (rev 10)
Subsystem: Hewlett-Packard Company Device [103c:1467]
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 02)
Subsystem: Hewlett-Packard Company Device [103c:1425]
Kernel driver in use: r8169
ff:00.0 Host bridge [0600]: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers [8086:2c62] (rev 02)
Subsystem: Hewlett-Packard Company Device [103c:1425]
ff:00.1 Host bridge [0600]: Intel Corporation Core Processor QuickPath Architecture System Address Decoder [8086:2d01] (rev 02)
Subsystem: Hewlett-Packard Company Device [103c:1425]
ff:02.0 Host bridge [0600]: Intel Corporation Core Processor QPI Link 0 [8086:2d10] (rev 02)
Subsystem: Hewlett-Packard Company Device [103c:1425]
ff:02.1 Host bridge [0600]: Intel Corporation Core Processor QPI Physical 0 [8086:2d11] (rev 02)
Subsystem: Hewlett-Packard Company Device [103c:1425]
ff:02.2 Host bridge [0600]: Intel Corporation Core Processor Reserved [8086:2d12] (rev 02)
Subsystem: Hewlett-Packard Company Device [103c:1425]
ff:02.3 Host bridge [0600]: Intel Corporation Core Processor Reserved [8086:2d13] (rev 02)
Subsystem: Hewlett-Packard Company Device [103c:1425]
sunee@linux-1hdf:~>
This is your wireless device
02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8191SEvA Wireless LAN Controller [10ec:8171] (rev 10)
Subsystem: Hewlett-Packard Company Device [103c:1467]
You will see it’s not listed in our wiki here:
HCL:Network (Wireless) - openSUSE
Realtek list a driver here:
Realtek
BUT, you could do with waiting until @lwfinger sees this post and offers advice as to how to proceed.
On 07/28/2010 10:36 PM, caf4926 wrote:
>
> This is your wireless device
>
> Code:
> --------------------
> 02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8191SEvA Wireless LAN Controller [10ec:8171] (rev 10)
> Subsystem: Hewlett-Packard Company Device [103c:1467]
> --------------------
>
>
> You will see it’s not listed in our wiki here:
> ‘HCL:Network (Wireless) - openSUSE’
> (http://wiki.opensuse.org/HCL:Network_(Wireless)#Realtek)
>
> Realtek list a driver here:
> ‘Realtek’ (http://tinyurl.com/2fk73jg)
>
> BUT, you could do with waiting until @lwfinger sees this post and
> offers advice as to how to proceed.
That driver is not in any kernel. You will need to build the driver listed
above. You will need to install a number of packages to be able to build an
out-of-kernel driver. I don’t have time to go through them now, but I expect
that someone else will help you.
Building a driver is not easy. You will need either an ethernet connection or to have the install DVD. Only the DVD can supply the packages you need if you don’t have an ethernet connection. And if you use the DVD you need to disable the online repositories in Yast - software - repositories, or you will get errors. Then you need to install base-development, kernel-source.
That should be enough.
The archive that you download, once you extract it, there should be a file with instructions. I say should!
Look at this thread from ‘Compile Yourself’
openSUSE software installation hints
One think i did , i went to yast then found some thing like Hardware there i found “wireless”. I highlighted it it showed me some checks and some unchecks . I don’t know what i was doing but , the moment i checked those rest of unchecks >next(button) and it asked for DVD .I provided DVD installation disc , it has done something and later finished installation then I tried to open network manager> but the moment i clicked on network manager nothing happened several times tried and left , and posting for help
I have ethernet connection too… but I feel net is running slow .
thanks and regards