On 01/27/2013 10:26 PM, Dr.-Ing. Edgar Alwers wrote:
> On Saturday 26 January 2013 22:23:37 Armin K. wrote:
>
>>> ck-list-sessions
>>>
>>> Session1:
>         .....
>         .....
>>>           login-session-id = ''
>
>> login-session-id should not be empty, not at least if you are using
>> instructions for the ConsoleKit 0.4.6 from latest BLFS SVN. It appends
>> pam_loginuid.so module to /etc/pam.d/system-session for that.
>
> Well, you were right, I had overseen the configuration part on ConsoleKit. So,
> I rebuilt, the same PAM, shadow ( yes, reinstalled and with configuration
> files ), polkit, ConsoleKit, NetworkManager and last, KDE-Workspace. Now, I
> can report about a lot of progress. The system settings are also accesible as
> user. The applet "networkmanager" is working  _for a wired network_ , nm-tool
> works also as user, and "no network interfaces" disappeared.
>
> However:
> login-session-id is still empty. And the wlan interface is beeing reported in
> the applet as "unavailaible", although nm-tool shows the type ( 802.11 WiFi),
> the driver (  ) and the HW Address ( 00.18.DE.02:33:E2 ) and state:
> unavailaible !
>

Ah, did you install firmware for your chip? If not, get it from this git 
repo 
https://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=tree

I guess it can be any of iwlwifi- so it would be safe to get all of them 
and put them in /lib/firmware

As a side note, if you did get the firmware and put it in /lib/firmware, 
you can try to create symlink from /usr/lib/firmware to /lib/firmware. I 
remember that some udev versions had such problems. If anything else 
fails, you can either try to build driver as module and put firmware in 
/lib/firmware or /usr/lib/firmware OR build driver and kernel firmware 
into kernel itself.

As for loginuid, can you post your /etc/pam.d/system-* files. (4 of them).

Also, make sure that "Audit Syscall" feature is enabled in the kernel.

CONFIG_AUDITSYSCALL=y

>   Wicd is still installed, but not running. Could it be, that some scripts are
> disabling NetworkManager connection to the wlan interface ? Or what could be
> the problem ?
>>
>> Do you have /run/console/yourusername
>> with contents like
>> /org/freedesktop/ConsoleKit/Session2
>
> Yes: edgar: /org/freedesktop/ConsoleKit/Session1
>>
>> That's even more interesting. Is your wireless connection shown in
>> ifconfig/ip or iwconfig output?
>
> iwconfig
>
> Additional question: "cmake" on my kde-workspace-4.8.2 delivers a comment:
> -- Sorry, networkmanager-0.7 will not be built since your NetworkManager
> version (0.9.6.4) is not currently supported
> -- Will build networkmanager_fake-0.9
>
> Is this important for the discussed issue ?
>

No, it's totally safe. networkmanagement package installs everything 
needed for NM 0.9.6. You didn't need to rebuild kde-workspace.

> Regards,
> Edgar
>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to