WLan Treiber

R

ReduX08

Foren As
Hi,
Ich habe gestern Ubuntu auf meinem Acer Extensa 5220 Notebook installiert.
Läuft auch alles super, gestartet Internet eingerichtet, Sound geht und Filme schauen kann ich auch :)
Nur kommt beim Runterfahren irgendwas kurz über den Network Manager und dann steht da noch was über Wireless dass es irgendwas nicht erkannt hatte.
Die Meldung steht nur kurz da und ich konnte mir sie nicht durchlesen.
Brauche ich da noch einen Wireless Treiber?
Acer bietet für dieses Notebook keinerlei Linux Treiber an und ich muss auch gestehen das ich mit Treiber unter Linux noch nie zu tun hatte, da ich bis jetzt immer nur Debian auf Servern genutzt hatte und dort nur Konsole hatte.
Benötige ich eigentlich auch noch einen Grafik Treiber oder ist der schon dabei weil sound ging ja auch gleich, die Grafikkarte ist eine Intel X3100.

MFG ReduX08
 
Naja das mit dem Grafik teiber kannst nach prüfen indem du dir die Datei:
Code:
/etc/X11/xorg.conf
anschaust da müsste irgendwo was von
Code:
Driver = "intel" oder
Driver = "i810"
stehen, wenn das nicht der Fall ist dann laeuft er mit nem anderen Treiber ist aber auch egal solang du kein 3D Zeugs brauchst.
Das gleiche gilt auch für WLAN, benutzt du WLAN? Wenn ja einrichten wenn nein ignorieren ...

greetings
 
Hi,
Der Inhalt Der Config:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Synaptics Touchpad"
EndSection
Wie kann ich das nun ändern?
Und wie meinste das mit Wlan einrichten. Meinste unter Netzwerk einfach mit nem Netzwerk per Wlan verbinden und dann kommt der Fehler nichtmehr?
Ging bis jetzt davon aus das der Wlan Treiber fehlt.

MFG ReduX08
 
Internet eingerichtet,

Hast du nun Internet oder nicht?

WLAN oder LAN?

Nur kommt beim Runterfahren irgendwas kurz über den Network Manager und dann steht da noch was über Wireless dass es irgendwas nicht erkannt hatte.

Das kannst du zunächst mal - mit ziemlicher Sicherheit - ignorieren.

Benötige ich eigentlich auch noch einen Grafik Treiber oder ist der schon dabei weil sound ging ja auch gleich, die Grafikkarte ist eine Intel X3100.

Der ist mit großer Wahrscheinlichkeit schon dabei.

Da du ja offensichtlich einen funktionierenden X-Server hast, geht es jetzt nur noch um die 3D-Beschleunigung.

Poste mal die Ausgabe von:

Code:
glxinfo

sowie von

Code:
lspci -v
 
GLXinfo:
name of display: :0.0
display: :0 screen: 0
direct rendering: No (LIBGL_ALWAYS_INDIRECT set)
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control,
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,
GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control,
GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
GLX version: 1.2
GLX extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control,
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group,
GLX_EXT_texture_from_pixmap
OpenGL vendor string: Tungsten Graphics, Inc
OpenGL renderer string: Mesa DRI Intel(R) 965GM 4.1.3002 x86/MMX/SSE2
OpenGL version string: 1.4 Mesa 7.0.3-rc2
OpenGL extensions:
GL_ARB_depth_texture, GL_ARB_fragment_program, GL_ARB_imaging,
GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_point_parameters,
GL_ARB_shadow, GL_ARB_texture_border_clamp, GL_ARB_texture_compression,
GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,
GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle,
GL_ARB_transpose_matrix, GL_ARB_vertex_program, GL_ARB_window_pos,
GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color,
GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate,
GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract,
GL_EXT_clip_volume_hint, GL_EXT_copy_texture, GL_EXT_draw_range_elements,
GL_EXT_fog_coord, GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels,
GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_rescale_normal,
GL_EXT_secondary_color, GL_EXT_separate_specular_color,
GL_EXT_shadow_funcs, GL_EXT_stencil_wrap, GL_EXT_subtexture,
GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp,
GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
GL_EXT_texture_env_dot3, GL_EXT_texture_lod_bias, GL_EXT_texture_object,
GL_EXT_texture_rectangle, GL_EXT_vertex_array,
GL_3DFX_texture_compression_FXT1, GL_APPLE_packed_pixels,
GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate,
GL_MESA_pack_invert, GL_MESA_ycbcr_texture, GL_NV_blend_square,
GL_NV_light_max_exponent, GL_NV_texgen_reflection,
GL_NV_texture_rectangle, GL_SGI_color_matrix, GL_SGI_color_table,
GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp,
GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SGIX_depth_texture,
GL_SUN_multi_draw_arrays

visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
0x23 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
0x24 24 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
0x25 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x26 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x27 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow
0x28 24 tc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow
0x29 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
0x2a 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
0x2b 24 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
0x2c 24 dc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
0x2d 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x2e 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x2f 24 dc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow
0x30 24 dc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow
0x31 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
0x32 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
0x57 32 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 Ncon
lspci -v:
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03)
Subsystem: Acer Incorporated [ALI] Unknown device 011f
Flags: bus master, fast devsel, latency 0
Capabilities: <access denied>

00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03) (prog-if 00 [VGA controller])
Subsystem: Acer Incorporated [ALI] Unknown device 011f
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at fc000000 (64-bit, non-prefetchable) [size=1M]
Memory at d0000000 (64-bit, prefetchable) [size=256M]
I/O ports at 1800
Capabilities: <access denied>

00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)
Subsystem: Acer Incorporated [ALI] Unknown device 011f
Flags: bus master, fast devsel, latency 0
Memory at fc100000 (64-bit, non-prefetchable) [size=1M]
Capabilities: <access denied>

00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03) (prog-if 00 [UHCI])
Subsystem: Acer Incorporated [ALI] Unknown device 011f
Flags: bus master, medium devsel, latency 0, IRQ 20
I/O ports at 1820

00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03) (prog-if 00 [UHCI])
Subsystem: Acer Incorporated [ALI] Unknown device 011f
Flags: bus master, medium devsel, latency 0, IRQ 21
I/O ports at 1840

00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03) (prog-if 20 [EHCI])
Subsystem: Acer Incorporated [ALI] Unknown device 011f
Flags: bus master, medium devsel, latency 0, IRQ 20
Memory at fc504000 (32-bit, non-prefetchable) [size=1K]
Capabilities: <access denied>

00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
Subsystem: Acer Incorporated [ALI] Unknown device 011f
Flags: bus master, fast devsel, latency 0, IRQ 21
Memory at fc300000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>

00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=03, sec-latency=0
I/O behind bridge: 00002000-00002fff
Memory behind bridge: f6000000-f7ffffff
Prefetchable memory behind bridge: 00000000f0000000-00000000f1ffffff
Capabilities: <access denied>

00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=04, subordinate=05, sec-latency=0
I/O behind bridge: 00003000-00003fff
Memory behind bridge: f8000000-f9ffffff
Prefetchable memory behind bridge: 00000000f2000000-00000000f3ffffff
Capabilities: <access denied>

00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 03) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=06, subordinate=07, sec-latency=0
I/O behind bridge: 00004000-00004fff
Memory behind bridge: fa000000-fbffffff
Prefetchable memory behind bridge: 00000000f4000000-00000000f5ffffff
Capabilities: <access denied>

00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03) (prog-if 00 [UHCI])
Subsystem: Acer Incorporated [ALI] Unknown device 011f
Flags: bus master, medium devsel, latency 0, IRQ 22
I/O ports at 1860

00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03) (prog-if 00 [UHCI])
Subsystem: Acer Incorporated [ALI] Unknown device 011f
Flags: bus master, medium devsel, latency 0, IRQ 17
I/O ports at 1880

00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03) (prog-if 00 [UHCI])
Subsystem: Acer Incorporated [ALI] Unknown device 011f
Flags: bus master, medium devsel, latency 0, IRQ 18
I/O ports at 18a0

00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03) (prog-if 20 [EHCI])
Subsystem: Acer Incorporated [ALI] Unknown device 011f
Flags: bus master, medium devsel, latency 0, IRQ 22
Memory at fc504400 (32-bit, non-prefetchable) [size=1K]
Capabilities: <access denied>

00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3) (prog-if 01 [Subtractive decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=0f, subordinate=13, sec-latency=32
Memory behind bridge: fc200000-fc2fffff
Capabilities: <access denied>

00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 03)
Subsystem: Acer Incorporated [ALI] Unknown device 011f
Flags: bus master, medium devsel, latency 0
Capabilities: <access denied>

00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03) (prog-if 8a [Master SecP PriP])
Subsystem: Acer Incorporated [ALI] Unknown device 011f
Flags: bus master, medium devsel, latency 0, IRQ 23
I/O ports at 01f0
I/O ports at 03f4
I/O ports at 0170
I/O ports at 0374
I/O ports at 1810

00:1f.2 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA IDE Controller (rev 03) (prog-if 8f [Master SecP SecO PriP PriO])
Subsystem: Acer Incorporated [ALI] Unknown device 011f
Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 23
I/O ports at 1c00
I/O ports at 18f4
I/O ports at 18f8
I/O ports at 18f0
I/O ports at 18e0
I/O ports at 18d0
Capabilities: <access denied>

00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
Subsystem: Acer Incorporated [ALI] Unknown device 011f
Flags: medium devsel, IRQ 11
Memory at 88000000 (32-bit, non-prefetchable)
I/O ports at 1c20

02:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI Express (rev 02)
Subsystem: Acer Incorporated [ALI] Unknown device 011c
Flags: bus master, fast devsel, latency 0, IRQ 220
Memory at f6000000 (64-bit, non-prefetchable) [size=64K]
Expansion ROM at <ignored> [disabled]
Capabilities: <access denied>

04:00.0 Network controller: Broadcom Corporation BCM94311MCG wlan mini-PCI (rev 01)
Subsystem: AMBIT Microsystem Corp. Unknown device 0422
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at f8000000 (32-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>

0f:06.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
Subsystem: Acer Incorporated [ALI] Unknown device 011f
Flags: bus master, medium devsel, latency 168, IRQ 19
Memory at fc204000 (32-bit, non-prefetchable) [size=4K]
Bus: primary=0f, secondary=10, subordinate=13, sec-latency=176
Memory window 0: 8c000000-8ffff000 (prefetchable)
Memory window 1: 90000000-93fff000
I/O window 0: 00001400-000014ff
I/O window 1: 00005000-000050ff
16-bit legacy interface ports at 0001

0f:06.1 FireWire (IEEE 1394): Texas Instruments PCIxx12 OHCI Compliant IEEE 1394 Host Controller (prog-if 10 [OHCI])
Subsystem: Acer Incorporated [ALI] Unknown device 011f
Flags: bus master, medium devsel, latency 32, IRQ 19
Memory at fc206000 (32-bit, non-prefetchable) [size=2K]
Memory at fc200000 (32-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>

0f:06.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD)
Subsystem: Acer Incorporated [ALI] Unknown device 011f
Flags: bus master, medium devsel, latency 57, IRQ 19
Memory at fc205000 (32-bit, non-prefetchable) [size=4K]
Capabilities: <access denied>

0f:06.3 SD Host controller: Texas Instruments PCIxx12 SDA Standard Compliant SD Host Controller
Subsystem: Acer Incorporated [ALI] Unknown device 011f
Flags: bus master, medium devsel, latency 57, IRQ 19
Memory at fc206800 (32-bit, non-prefetchable)
Capabilities: <access denied>

Internet habe ich schon aber über LAN, Wlan kann ich leider nicht testen da ich bei mir keins habe, aber es sollte halt funktionieren wenn ich mal in ne Stadt fahre, denn da haben die ja nur so HotSpots.

MFG ReduX08
 
Man kann den Treiber bei Ubuntu über

"System -> Systemverwaltung -> Hardware-Treiber" (Hardy) oder

"System -> Systemverwaltung -> Verwaltung eingeschränkter Treiber" (Gutsy, Feisty)

installieren. Hier wird der entsprechende Treiber bereits angezeigt und es wird gewarnt, dass die Verwendung von binären Treibern nicht risikofrei ist. Nach dem Bestätigen dieser Warnung wird der Treiber automatisch installiert und konfiguriert. Nach diesem Schritt muss der Computer neu gestartet werden.
sollte eigentlich gehen

Backup der aktuellen Konfiguration
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak


gepardy
 
Zuletzt bearbeitet:
Hi,
Danke jetzt geht WLan.
Aber der Grafik Treiber wurde da leider nicht gelistet nur Wlan.

MFG ReduX
 
Aber der Grafik Treiber wurde da leider nicht gelistet nur Wlan.

Nein, Graphik geht ja bei dir.

Es geht jetzt nur noch darum, das 3D-Support funktioniert.

In deiner xorg.conf fehlt dieser Abschnitt komplett - warum auch immer (was heißt das auf den xorg-Treiber zurückgegriffen wird, der hier wohl keinen 3D-support bietet).

Mach mal ein

Code:
sudo dpkg-reconfigure -phigh xserver-xorg

Danach solltest du eine passende xorg.conf haben.

Nun suchst du die Sektion in der xorg.conf die in etwa so aussieht:

Code:
Section "Device"
        Identifier      "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
        [COLOR="Red"]Driver          "intel"[/COLOR]
        BusID           "PCI:0:2:0"
        VideoRam        32000
        Option          "UseFBDev"              "true"
EndSection

Und stell sicher, das da auch wirklich ein "intel" steht (der Rest des Beispieles ist für dich nur zur Orientierung, das du den Abschnitt auch findest; der kann / wird bei dir andere Werte haben!).

Dann startest du den X-Server neu mittels CTRL + ALT + BACKSPACE und postest die Ausgabe von

Code:
glxinfo | grep -i direct

hier. (sollte dann passen.........)
 
Zuletzt bearbeitet:
Hi,
Bei mir steht da nur:
Section "Device"
Identifier "Configured Video Device"
EndSection
Wenn ich Driver und intel dazuschreib dann kackt das Notebook ab wenn ich en 3D Game öffne:(

Danke noch für deine Hilfe, ist ja heute nicht selbstverständlich:)
MFG ReduX08
 

Ähnliche Themen

wlan: komme nicht ins LAN mit "DWL-G122 rev C1" unter Hardy Heron

[Erfahrungsbericht] Foxconn 45CSX + Atom 330

ASUS Z83Mseries WLAN Treiber Probleme

Module-Problem bei Installation (WLAN-Treiber

Zurück
Oben