ubuntuusers.de

Für diese Funktion musst du eingeloggt sein.

Kubuntu lässt sich nicht installieren, installation bleibt hängen wenn es um intel_backlight geht

Status: Gelöst | Ubuntu-Version: Kubuntu 15.04 (Vivid Vervet)
Antworten |

KiGaZw

Anmeldungsdatum:
25. Februar 2010

Beiträge: Zähle...

Hallo zusammen!

Ich versuche gerade auf einem Asus F553M http://www.asus.com/Notebooks_Ultrabooks/X553MA/specifications/ ein Kubuntu parallel zu einem bestehenden Windows 8.1 zu installieren. Windows war vorinstalliert, die ganzen UEFI-Tips habe ich gemacht (schnelles runterfahren deaktivieren, Secure Boot aus usw.). Bei der UEFI-Geschichte blicke ich durch.

Leider klappt installeren nicht.

In meiner Verzweiflung habe ich sogar testweise Mint Mate installiert (hat aber auch nur im recovery-mode funktioniert. Ist wieder deinstalliert, der Laptop ist jetzt aktuell wieder im Auslieferungszustand.), damit konnte ich dem Kasten wenigstens ein paar Daten rauskitzeln. Ansonsten war alles OK, also GRUB usw.

stefan@Kistn ~ $ sudo parted -l 
[sudo] password for stefan: 
Model: ATA ST500LT012-1DG14 (scsi)
Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt

Number  Start   End     Size    File system     Name                          Flags
 1      1049kB  106MB   105MB   fat32           EFI system partition          boot
 2      106MB   1050MB  944MB   ntfs            Basic data partition          hidden, diag
 3      1050MB  1184MB  134MB   linux-swap(v1)  Microsoft reserved partition  msftres
 4      1184MB  201GB   200GB   ntfs            Basic data partition          msftdata
 5      201GB   227GB   25,5GB  ntfs            Basic data partition          msftdata
 7      227GB   484GB   257GB   ext4
 6      484GB   500GB   16,1GB  ntfs            Basic data partition          hidden, diag


stefan@Kistn ~ $ sudo lsblk -o NAME,UUID,FSTYPE,SIZE,LABEL,MOUNTPOINT 
NAME   UUID                                 FSTYPE   SIZE LABEL    MOUNTPOINT
sda                                                465,8G          
├─sda1 7A12-9C53                            vfat     100M SYSTEM   /boot/efi
├─sda2 143E81293E8104C8                     ntfs     900M Recovery 
├─sda3 675c5213-191d-4175-834a-3c0bf54be570 swap     128M          [SWAP]
├─sda4 C010864310864080                     ntfs   186,3G OS       
├─sda5 A49E89BD9E89890E                     ntfs    23,8G Data     
├─sda6 1C608CA9608C8AEA                     ntfs      15G Restore  
└─sda7 9ce99a79-e618-427e-9929-ec1db9ed6620 ext4   239,6G          /
sr0                                                 1024M          
stefan@Kistn ~ $ cat /etc/fstab 
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda7 during installation
UUID=9ce99a79-e618-427e-9929-ec1db9ed6620 /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sda1 during installation
UUID=7A12-9C53  /boot/efi       vfat    defaults        0       1
# swap was on /dev/sda3 during installation
UUID=675c5213-191d-4175-834a-3c0bf54be570 none            swap    sw              0       0
stefan@Kistn ~ $ 

-

stefan@Kistn ~ $ lscpu
Architecture:          x86_64
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                4
On-line CPU(s) list:   0-3
Thread(s) per core:    1
Core(s) per socket:    4
Socket(s):             1
NUMA node(s):          1
Vendor ID:             GenuineIntel
CPU family:            6
Model:                 55
Stepping:              8
CPU MHz:               498.000
BogoMIPS:              4333.51
Virtualization:        VT-x
L1d cache:             24K
L1i cache:             32K
L2 cache:              1024K
NUMA node0 CPU(s):     0-3
stefan@Kistn ~ $ lshw
WARNING: you should run this program as super-user.
PCI (sysfs)  
kistn                     
    description: Computer
    width: 64 bits
    capabilities: vsyscall32
  *-core
       description: Motherboard
       physical id: 0
     *-memory
          description: System memory
          physical id: 0
          size: 7872MiB
     *-cpu
          product: Intel(R) Pentium(R) CPU  N3540  @ 2.16GHz
          vendor: Intel Corp.
          physical id: 1
          bus info: cpu@0
          size: 2159MHz
          capacity: 2159MHz
          width: 64 bits
          capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp x86-64 constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 movbe popcnt tsc_deadline_timer rdrand lahf_lm 3dnowprefetch ida arat epb dtherm tpr_shadow vnmi flexpriority ept vpid tsc_adjust smep erms cpufreq
     *-pci
          description: Host bridge
          product: ValleyView SSA-CUnit
          vendor: Intel Corporation
          physical id: 100
          bus info: pci@0000:00:00.0
          version: 0e
          width: 32 bits
          clock: 33MHz
        *-display UNCLAIMED
             description: VGA compatible controller
             product: ValleyView Gen7
             vendor: Intel Corporation
             physical id: 2
             bus info: pci@0000:00:02.0
             version: 0e
             width: 32 bits
             clock: 33MHz
             capabilities: vga_controller bus_master cap_list
             configuration: latency=0
             resources: memory:d0000000-d03fffff memory:c0000000-cfffffff ioport:f080(size=8)
        *-storage
             description: SATA controller
             product: ValleyView 6-Port SATA AHCI Controller
             vendor: Intel Corporation
             physical id: 13
             bus info: pci@0000:00:13.0
             version: 0e
             width: 32 bits
             clock: 66MHz
             capabilities: storage ahci_1.0 bus_master cap_list
             configuration: driver=ahci latency=0
             resources: irq:104 ioport:f070(size=8) ioport:f060(size=4) ioport:f050(size=8) ioport:f040(size=4) ioport:f020(size=32) memory:d081c000-d081c7ff
        *-usb
             description: USB controller
             product: ValleyView USB xHCI Host Controller
             vendor: Intel Corporation
             physical id: 14
             bus info: pci@0000:00:14.0
             version: 0e
             width: 64 bits
             clock: 33MHz
             capabilities: xhci bus_master cap_list
             configuration: driver=xhci_hcd latency=0
             resources: irq:103 memory:d0800000-d080ffff
        *-generic UNCLAIMED
             description: Encryption controller
             product: ValleyView SEC
             vendor: Intel Corporation
             physical id: 1a
             bus info: pci@0000:00:1a.0
             version: 0e
             width: 32 bits
             clock: 33MHz
             capabilities: bus_master cap_list
             configuration: latency=0
             resources: memory:d0500000-d05fffff memory:d0400000-d04fffff
        *-multimedia
             description: Audio device
             product: ValleyView High Definition Audio Controller
             vendor: Intel Corporation
             physical id: 1b
             bus info: pci@0000:00:1b.0
             version: 0e
             width: 64 bits
             clock: 33MHz
             capabilities: bus_master cap_list
             configuration: driver=snd_hda_intel latency=0
             resources: irq:107 memory:d0810000-d0813fff
        *-pci:0
             description: PCI bridge
             product: ValleyView PCI Express Root Port
             vendor: Intel Corporation
             physical id: 1c
             bus info: pci@0000:00:1c.0
             version: 0e
             width: 32 bits
             clock: 33MHz
             capabilities: pci normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:16
        *-pci:1
             description: PCI bridge
             product: ValleyView PCI Express Root Port
             vendor: Intel Corporation
             physical id: 1c.1
             bus info: pci@0000:00:1c.1
             version: 0e
             width: 32 bits
             clock: 33MHz
             capabilities: pci normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:17 memory:d0700000-d07fffff
           *-network
                description: Wireless interface
                product: AR9485 Wireless Network Adapter
                vendor: Qualcomm Atheros
                physical id: 0
                bus info: pci@0000:02:00.0
                logical name: wlan0
                version: 01
                serial: 40:e2:30:cd:5a:db
                width: 64 bits
                clock: 33MHz
                capabilities: bus_master cap_list rom ethernet physical wireless
                configuration: broadcast=yes driver=ath9k driverversion=3.13.0-37-generic firmware=N/A ip=192.168.0.27 latency=0 link=yes multicast=yes wireless=IEEE 802.11bgn
                resources: irq:17 memory:d0700000-d077ffff memory:d0780000-d078ffff
        *-pci:2
             description: PCI bridge
             product: ValleyView PCI Express Root Port
             vendor: Intel Corporation
             physical id: 1c.3
             bus info: pci@0000:00:1c.3
             version: 0e
             width: 32 bits
             clock: 33MHz
             capabilities: pci normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:19 ioport:e000(size=4096) memory:d0600000-d06fffff
           *-generic
                description: Unassigned class
                product: Realtek Semiconductor Co., Ltd.
                vendor: Realtek Semiconductor Co., Ltd.
                physical id: 0
                bus info: pci@0000:03:00.0
                version: 01
                width: 32 bits
                clock: 33MHz
                capabilities: bus_master cap_list
                configuration: driver=rtsx_pci latency=0
                resources: irq:105 memory:d0600000-d060ffff
           *-network
                description: Ethernet interface
                product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
                vendor: Realtek Semiconductor Co., Ltd.
                physical id: 0.2
                bus info: pci@0000:03:00.2
                logical name: eth0
                version: 06
                serial: 08:62:66:24:04:9f
                size: 10Mbit/s
                capacity: 100Mbit/s
                width: 64 bits
                clock: 33MHz
                capabilities: bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
                configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8402-1_0.0.1 10/26/11 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
                resources: irq:106 ioport:e000(size=256) memory:d0614000-d0614fff memory:d0610000-d0613fff
        *-isa
             description: ISA bridge
             product: ValleyView Power Control Unit
             vendor: Intel Corporation
             physical id: 1f
             bus info: pci@0000:00:1f.0
             version: 0e
             width: 32 bits
             clock: 33MHz
             capabilities: isa bus_master cap_list
             configuration: latency=0
        *-serial UNCLAIMED
             description: SMBus
             product: ValleyView SMBus Controller
             vendor: Intel Corporation
             physical id: 1f.3
             bus info: pci@0000:00:1f.3
             version: 0e
             width: 32 bits
             clock: 33MHz
             capabilities: cap_list
             configuration: latency=0
             resources: memory:d0818000-d081801f ioport:f000(size=32)
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.
stefan@Kistn ~ $ 
stefan@Kistn ~ $ lspci
00:00.0 Host bridge: Intel Corporation ValleyView SSA-CUnit (rev 0e)
00:02.0 VGA compatible controller: Intel Corporation ValleyView Gen7 (rev 0e)
00:13.0 SATA controller: Intel Corporation ValleyView 6-Port SATA AHCI Controller (rev 0e)
00:14.0 USB controller: Intel Corporation ValleyView USB xHCI Host Controller (rev 0e)
00:1a.0 Encryption controller: Intel Corporation ValleyView SEC (rev 0e)
00:1b.0 Audio device: Intel Corporation ValleyView High Definition Audio Controller (rev 0e)
00:1c.0 PCI bridge: Intel Corporation ValleyView PCI Express Root Port (rev 0e)
00:1c.1 PCI bridge: Intel Corporation ValleyView PCI Express Root Port (rev 0e)
00:1c.3 PCI bridge: Intel Corporation ValleyView PCI Express Root Port (rev 0e)
00:1f.0 ISA bridge: Intel Corporation ValleyView Power Control Unit (rev 0e)
00:1f.3 SMBus: Intel Corporation ValleyView SMBus Controller (rev 0e)
02:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network Adapter (rev 01)
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 5286 (rev 01)
03:00.2 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 06)
stefan@Kistn ~ $ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 0bda:57b5 Realtek Semiconductor Corp. 
Bus 001 Device 002: ID 046d:c52f Logitech, Inc. Unifying Receiver
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
stefan@Kistn ~ $ 

-

stefan@Kistn ~ $ inxi -Fz
System:    Host: Kistn Kernel: 3.13.0-37-generic x86_64 (64 bit) Desktop: N/A Distro: Linux Mint 17.1 Rebecca
Machine:   System: ASUSTeK (portable) product: X553MA version: 1.0
           Mobo: ASUSTeK model: X553MA version: 1.0 Bios: American Megatrends version: X553MA.209 date: 08/08/2014
CPU:       Quad core Intel Pentium CPU N3540 (-MCP-) cache: 1024 KB flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) 
           Clock Speeds: 1: 498.00 MHz 2: 498.00 MHz 3: 498.00 MHz 4: 2159.00 MHz
Graphics:  Card: Intel ValleyView Gen7 X.Org: 1.15.1 drivers: fbdev,intel (unloaded: vesa) Resolution: 800x600@75.0hz 
           GLX Renderer: Gallium 0.4 on llvmpipe (LLVM 3.6, 128 bits) GLX Version: 3.0 Mesa 10.6.0-rc1
Audio:     Card: Intel ValleyView High Definition Audio Controller driver: snd_hda_intel Sound: ALSA ver: k3.13.0-37-generic
Network:   Card-1: Qualcomm Atheros AR9485 Wireless Network Adapter driver: ath9k 
           IF: wlan0 state: up mac: <filter>
           Card-2: Realtek RTL8101E/RTL8102E PCI Express Fast Ethernet controller driver: r8169 
           IF: eth0 state: down mac: <filter>
Drives:    HDD Total Size: 500.1GB (1.2% used) 1: id: /dev/sda model: ST500LT012 size: 500.1GB 
Partition: ID: / size: 236G used: 5.7G (3%) fs: ext4 ID: swap-1 size: 0.13GB used: 0.00GB (0%) fs: swap 
RAID:      No RAID devices detected - /proc/mdstat and md_mod kernel raid module present
Sensors:   None detected - is lm-sensors installed and configured?
Info:      Processes: 164 Uptime: 4 min Memory: 662.5/7872.0MB Client: Shell inxi: 1.8.4 
stefan@Kistn ~ $ 

Meine Frage nun: Ich muss eine DVD brennen um zu installieren. Welche Version genau soll ich installieren und wie genau?

Die Intel-Version erkennt der Laptop nicht als UEFI (im "Bios"), bei einem Installationsversuch steht der Laptop bei intel_backlight. Wie gesagt die "normale" Installationsroutine von hier: http://cdimage.ubuntu.com/kubuntu/daily-live/current/ bleibt immer hängen.

Die AMD-Version habe ich auch versucht. Hängt er auch bei intel_backlight.

Was würde Ihr tun? Und wie genau?

Danke!

HarryD

Anmeldungsdatum:
14. Juni 2006

Beiträge: 2815

Wohnort: Germany - BW

Du hast eine 64-Bit CPU, also installierst du die AMD64 Version (hat nichts mit AMD-only zu tun). Weiterhin würde ich statt DVD einen USB-Stick erstellen. Dieser muss als UEFI-System erstellt werden. Am besten unter Windows mit dem Tool Rufus.

Edit: zu dem backlight Problem. Schau mal unter Bootoptionen. Da gibt es einen acpi_backlight=vendor Parameter.

Lidux

Anmeldungsdatum:
18. April 2007

Beiträge: 16784

Hallo HarryD,

Außerdem musst du im EFI noch den Starteintrag für deine Ubuntuversion freischalten.

Gruss Lidux

KiGaZw

(Themenstarter)

Anmeldungsdatum:
25. Februar 2010

Beiträge: 125

OK, ich teste das mal. Download dauert leider 3 Stunden bei mir bis ich die ISO gezogen habe. Langsame Leitung...

Mein EFI sieht aus wie ein klassisches BIOS, fast nix einzustellen. Werde ich wohl GRUB verwenden müssen. Oder schlag mal was vor?

HarryD

Anmeldungsdatum:
14. Juni 2006

Beiträge: 2815

Wohnort: Germany - BW

Lidux schrieb:

Hallo HarryD,

Ich will nix im EFI-Modus installieren (solange sich das vermeiden lässt)

Lidux

Anmeldungsdatum:
18. April 2007

Beiträge: 16784

Hallo HarryD,

Entschuldigung: Habe den Namen verwechselt ....

Hallo KiGaZw,

Herstellerfirma verwechselt, d.h. die Aktivierung im EFI ist nur bis jetzt nur bei ACER notwendig ....

Gruss Lidux

KiGaZw

(Themenstarter)

Anmeldungsdatum:
25. Februar 2010

Beiträge: 125

Kein Problem! Danke für Deine Hilfsbereitschaft!

So, ich finde keinen USB-Stick, also brenn ich das Ding gerade. Ist doch zum Glück etwas schneller gegangen mit dem Download. Ich melde mich dann nachher.

KiGaZw

(Themenstarter)

Anmeldungsdatum:
25. Februar 2010

Beiträge: 125

So! "BIOS" also EFI umgestellt auf BOOT UEFI DVD-Laufwerk. Neustart. GRUB kommt. Ich sage "Kubuntu starten". Alles OK.

Hängt bei

lvm2-monitor.service

Eingefroren.

EDIT:

Dann mach ich in GRUB mal ein

lvm2-monitor.service=yes

wenn ich das richtig verstanden habe.

EDIT2:

Das funktioniert. Jetzt hängt er wieder bei backlight. Also schreibe ich

acpi_backlight=vendor

auch noch dazu.

Ist ein bisserl möhsam das ganze, da ich zwischendurch immer wieder mit Windows hochfahren muss (="EFI" umstellen usw.), weil ich nur einen Rechner da hab. Die amerikanische Tastenbelegung braucht man auch noch dazu...

KiGaZw

(Themenstarter)

Anmeldungsdatum:
25. Februar 2010

Beiträge: 125

Ich hänge hier mal einen Schnappschuss dazu. Richtig so?

Jetzt hängt er momentan bei systend-sysct1.service

Wie viele denn noch? Macht das alles Sinn was ich hier mache? Ist dieser Laptop wirklich so ein Exot?

Bilder

KiGaZw

(Themenstarter)

Anmeldungsdatum:
25. Februar 2010

Beiträge: 125

Kann zu.

Habe verzweifelt weiter und weiter gemacht. Irgendwann habe ich Suse ausprobiert. CD rein, installiert, fertig.

Antworten |