can't get a command line
can't get a command line
I just purchased a l540 ThinkPad and using linux mepis 11 or mint 17 KDE, can't get to a command line using "ctrl + alt +f1-f6"
I am now using a T60 ThinkPad and don't have this problem.
Been using linux for over 20 years and was able to use "ctrl + alt +f1-f6" to get a command line in all laptops or desktops I ever used.
Is there another way to get a command line? I prefer a command line over GUI.
Is this problem on other ThinkPads?
How to resolve it.
jozien
I am now using a T60 ThinkPad and don't have this problem.
Been using linux for over 20 years and was able to use "ctrl + alt +f1-f6" to get a command line in all laptops or desktops I ever used.
Is there another way to get a command line? I prefer a command line over GUI.
Is this problem on other ThinkPads?
How to resolve it.
jozien
Re: can't get a command line
There should be kernel parameters that you can enter on the boot line from GRUB, such as init=/bin/sh
https://wiki.archlinux.org/index.php/kernel_parameters
Take a look at that. You can also edit grub to change the default action (cli or gui).
https://wiki.archlinux.org/index.php/kernel_parameters
Take a look at that. You can also edit grub to change the default action (cli or gui).
DKB
-
twistero
- Senior Member

- Posts: 851
- Joined: Sun Feb 26, 2012 2:25 am
- Location: Princeton, New Jersey
- Contact:
Re: can't get a command line
Are you sure you're pressing Ctrl + Alt + (say) F1, instead of Ctrl + Alt + mute? The F-keys are by default function keys, and you have to press Fn + mute to get F1, for example. So hold down Ctrl and Alt, then press Fn + mute(F1) and see what happens.
X60 tablet 6363-P3U, 3GB ram, 128GB SanDisk Extreme SSD, SXGA+ screen, Intel 6300
T61 Frankenpad in 15 inch T60 body, UXGA LED-lit AFFS LCD, T9300, 6GB RAM, NVidia NVS140m, Intel 6205, 128GB Crucial M4 SSD, 1TB HGST HDD + eBay caddy in Ultrabay
701c butterfly, 75MHz 486DX4, 40MB ram, 1GB CF card
T61 Frankenpad in 15 inch T60 body, UXGA LED-lit AFFS LCD, T9300, 6GB RAM, NVidia NVS140m, Intel 6205, 128GB Crucial M4 SSD, 1TB HGST HDD + eBay caddy in Ultrabay
701c butterfly, 75MHz 486DX4, 40MB ram, 1GB CF card
-
jaspen-meyer
- Senior Member

- Posts: 631
- Joined: Wed May 19, 2010 11:21 pm
- Location: Pardubice, Czech Republic
- Contact:
Re: can't get a command line
add a 'keyboard shortcut'. the desktop managers you mention have a file for adding keyboard shortcuts.
I haven't used Mint but perhaps it uses xfce.
in xubuntu's implementation of xfce keyboard shortcuts are here ~/.config/xfce4/xfconf/xfce-perchannel-xml
kde may be ~/.kde/share/config/khotkeysrc or ~/.kde/share/apps/kcmkeys
perhaps there's a glitch with your keyboard map.
the workaround is to figure out which keys x thinks you're pressing.
'xev' will show you what keys you're pressing
Output on my T400 from pressing left ctrl, left alt and f4 was
Other possible leads:
https://wiki.kubuntu.org/LaptopTesting/Keycodes
https://wiki.ubuntu.com/Hotkeys/Architecture
/usr/include/linux/input.h
I haven't used Mint but perhaps it uses xfce.
in xubuntu's implementation of xfce keyboard shortcuts are here ~/.config/xfce4/xfconf/xfce-perchannel-xml
kde may be ~/.kde/share/config/khotkeysrc or ~/.kde/share/apps/kcmkeys
perhaps there's a glitch with your keyboard map.
the workaround is to figure out which keys x thinks you're pressing.
'xev' will show you what keys you're pressing
Code: Select all
~$ whatis xev
xev (1) - print contents of X eventsCode: Select all
KeyPress event, serial 37, synthetic NO, window 0x3a00001,
root 0x9a, subw 0x0, time 1898682, (80,87), root:(631,423),
state 0x0, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 37, synthetic NO, window 0x3a00001,
root 0x9a, subw 0x0, time 1899659, (80,87), root:(631,423),
state 0x4, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
KeyPress event, serial 37, synthetic NO, window 0x3a00001,
root 0x9a, subw 0x0, time 1900089, (80,87), root:(631,423),
state 0x0, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 37, synthetic NO, window 0x3a00001,
root 0x9a, subw 0x0, time 1900336, (80,87), root:(631,423),
state 0x8, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
KeyPress event, serial 37, synthetic NO, window 0x3a00001,
root 0x9a, subw 0x0, time 1910324, (80,87), root:(631,423),
state 0x0, keycode 70 (keysym 0xffc1, F4), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
https://wiki.kubuntu.org/LaptopTesting/Keycodes
https://wiki.ubuntu.com/Hotkeys/Architecture
/usr/include/linux/input.h
T420 Ivy Bridge i7 3612QM, x24 xiphmont led, x60s libreboot, led, T400 libreboot, (in progress testing Q9100)
-
evening_hunger
- Sophomore Member
- Posts: 189
- Joined: Thu Nov 26, 2015 2:55 pm
- Location: Rouen, France
Re: can't get a command line
Perhaps he had a Fn<->Ctrl swap and didn't know about it?
x220/i7-2620M/8GB/256gb.ssd/ips/debian (main driver)
x230/i5/8GB/500gb.hdd+256gb.m2ssd/tn/debian+win7 (better half)
x230/i5/8GB/500gb.hdd+256gb.m2ssd/tn/debian+win7 (better half)
-
- Similar Topics
- Replies
- Views
- Last post
-
-
Invalid tar magic with tar command. Help.
by Blender » Fri Jan 06, 2017 1:35 am » in Linux Questions - 2 Replies
- 801 Views
-
Last post by jaspen-meyer
Mon Jan 09, 2017 2:06 am
-
-
-
Where can I get a good battery for my T60p?
by quickbiscuit » Wed Mar 15, 2017 10:07 pm » in ThinkPad T6x Series - 7 Replies
- 2193 Views
-
Last post by wujstefan
Sun Mar 19, 2017 1:59 pm
-
-
-
What's the brightest LCD panel I can get for T440p?
by crystal castle » Thu Apr 20, 2017 8:28 am » in ThinkPad T430/T530 and later Series - 3 Replies
- 296 Views
-
Last post by Thinkpad4by3
Thu Apr 20, 2017 12:19 pm
-
-
-
SOLD! The best 16:10 workstation you can get - hp elitebook 8740w
by wujstefan » Mon Apr 24, 2017 12:38 am » in Marketplace - Forum Members only - 0 Replies
- 417 Views
-
Last post by wujstefan
Mon Apr 24, 2017 12:38 am
-
Who is online
Users browsing this forum: No registered users and 1 guest




