[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#617906: Gnome do not configure wlan



Package: installation-reports

Boot method: CD
Image version: http://cdimage.debian.org/debian-cd/6.0.0/i386/iso-cd/
Date: 03-2011

Machine: desktop
Processor: Intel Pentium IV 2GHz
Memory: 1GB
Partitions:
File system   Tipo blocchi di 1K   Usati   Dispon. Uso% Montato su
/dev/sda6     ext3    10886900   3285328   7048536  32% /
tmpfs        tmpfs      647260         0    647260   0% /lib/init/rw
udev         tmpfs      642908       200    642708   1% /dev
tmpfs        tmpfs      647260         0    647260   0% /dev/shm
/dev/sda5     ext3    12389324    164620  11595360   2% /home

Output of lspci -knn:
00:00.0 Host bridge [0600]: Silicon Integrated Systems [SiS] 645xx
[1039:0648] (rev 02)
    Subsystem: Silicon Integrated Systems [SiS] 645xx [1039:0648]
    Kernel driver in use: agpgart-sis
00:01.0 PCI bridge [0604]: Silicon Integrated Systems [SiS] Virtual
PCI-to-PCI bridge (AGP) [1039:0001]
00:02.0 ISA bridge [0601]: Silicon Integrated Systems [SiS] SiS963
[MuTIOL Media IO] [1039:0963] (rev 04)
00:02.1 SMBus [0c05]: Silicon Integrated Systems [SiS] SiS961/2 SMBus
Controller [1039:0016]
    Kernel driver in use: sis96x_smbus
00:02.5 IDE interface [0101]: Silicon Integrated Systems [SiS] 5513
[IDE] [1039:5513]
    Subsystem: Silicon Integrated Systems [SiS] SiS5513 EIDE
Controller (A,B step) [1039:5513]
    Kernel driver in use: pata_sis
00:02.7 Multimedia audio controller [0401]: Silicon Integrated Systems
[SiS] AC'97 Sound Controller [1039:7012] (rev a0)
    Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device [1297:f451]
    Kernel driver in use: Intel ICH
00:03.0 USB Controller [0c03]: Silicon Integrated Systems [SiS] USB
1.1 Controller [1039:7001] (rev 0f)
    Subsystem: Silicon Integrated Systems [SiS] USB 1.1 Controller [1039:7001]
    Kernel driver in use: ohci_hcd
00:03.1 USB Controller [0c03]: Silicon Integrated Systems [SiS] USB
1.1 Controller [1039:7001] (rev 0f)
    Subsystem: Silicon Integrated Systems [SiS] USB 1.1 Controller [1039:7001]
    Kernel driver in use: ohci_hcd
00:03.2 USB Controller [0c03]: Silicon Integrated Systems [SiS] USB
1.1 Controller [1039:7001] (rev 0f)
    Subsystem: Silicon Integrated Systems [SiS] USB 1.1 Controller [1039:7001]
    Kernel driver in use: ohci_hcd
00:03.3 USB Controller [0c03]: Silicon Integrated Systems [SiS] USB
2.0 Controller [1039:7002]
    Subsystem: Silicon Integrated Systems [SiS] USB 2.0 Controller [1039:7002]
    Kernel driver in use: ehci_hcd
00:0c.0 Communication controller [0780]: Conexant Systems, Inc. HSF
56k HSFi Modem [14f1:2f00] (rev 01)
    Subsystem: Conexant Systems, Inc. Dynalink 56PMi [14f1:2004]
01:00.0 VGA compatible controller [0300]: nVidia Corporation NV17
[GeForce4 MX 420] [10de:0172] (rev a3)
    Kernel driver in use: nouveau


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:           [O]
Detect network card:    [O]
Configure network:      [E]
Detect CD:              [O]
Load installer modules: [O]
Detect hard drives:     [O]
Partition hard drives:  [O]
Install base system:    [O]
Clock/timezone setup:   [O]
User/password setup:    [O]
Install tasks:          [O]
Install boot loader:    [O]
Overall install:        [O]

Comments/Problems:
For wlan I use NETGEAR WG111v3 (USB)
I installed Squeeze using the first two CD and wlan with no
protection; wlan worked in the installation;
after installation I was unable to setup wpa wlan connection using
Gnome; this was
my "/etc/network/interfaces" as written by the installer:
---------------------------------------------------------------------------------
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug wlan0
iface wlan0 inet dhcp
    # wireless-* options are implemented by the wireless-tools package
    wireless-mode managed
    wireless-essid NETGEAR
---------------------------------------------------------------------------------

I found that deleting the last lines makes things work:
---------------------------------------------------------------------------------
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback
---------------------------------------------------------------------------------



Reply to: