Hi,
I performed a base install of Fedora 16 64bit for my Lenovo X220.
After testing the old F15 Live CD everything pretty much worked out of the box.
I then went on to doing a base-install in order to save space since I only have an 11GB partiton as I want to use the machine mainly for VirtualBox and testing so the bulk of the space went there.
Can anyone help me out with the drivers??
I've got the majority {I think}, however, sound is not working.
I did install ALSA on the box as I don't like Pulse Audio and see no reason to use it if ALSA does the job for me.
Here is the lspci:
Code:
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:16.3 Serial controller: Intel Corporation 6 Series/C200 Series Chipset Family KT Controller (rev 04)
00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (rev 04)
00:1a.0 USB Controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b4)
00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b4)
00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 (rev b4)
00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 (rev b4)
00:1c.6 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 7 (rev b4)
00:1d.0 USB Controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation QM67 Express Chipset Family LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 04)
03:00.0 Network controller: Intel Corporation Centrino Advanced-N 6205 (rev 34)
0d:00.0 System peripheral: Ricoh Co Ltd MMC/SD Host Controller (rev 07)
0e:00.0 USB Controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 04)
Also dmesg for sound:
Code:
# dmesg | grep sound
[ 10.097618] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 10.097730] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 10.097800] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 11.687841] alsactl[803]: /sbin/alsactl: load_state:1586: Cannot open /var/lib/alsa/asound.state for reading: No such file or directory
I know that the wireless is working already, am not sure about the WWAN card though:
Code:
]# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 003: ID 147e:2016 Upek Biometric Touchchip/Touchstrip Fingerprint Sensor
Bus 001 Device 004: ID 0a5c:217f Broadcom Corp. Bluetooth Controller
Bus 001 Device 005: ID 04f2:b217 Chicony Electronics Co., Ltd
Bus 002 Device 003: ID 0bdb:1911 Ericsson Business Mobile Networks BV
Or the fingerprint reader.....
Can anyone give me a hand or a point in the right direction?
Many thanks
---------- Post added at 04:27 PM ---------- Previous post was at 03:59 PM ----------
Ok seems like a lot of the issues I'm having are to do with group associattons as logging into to Gnome with root user had everything enabled.
I just wonder which groups I need to access all peripheral devices?
---------- Post added at 06:27 PM ---------- Previous post was at 04:27 PM ----------
Right well that's been interesting.... I've managed to fix the sound issue
I added my user to the following groups currently:
Code:
groups kaya
kaya : kaya daemon sys audio cdrom dbus usbmuxd jackuser pulse pulse-access
Now audio works....
Does anyone know how to get the new Gnome3 look back without using GDM??
Currently my system is setup to login to CLI probably init runtime 3 which if I recall correclty is multi-user no GUI mode. That suites my purposes for now not to activate GDM.
At the beginning I was logged into the new look but then as my user wasn't setup properly it said I don't have the hardware to run it and automatically disabled it somehow. I've been reading on Google which only shows the GDM way to active/deactivate the modern Gnome environment.
Can anyone help out at all????