INSTRUCTION
stringlengths
12
466
RESPONSE
stringlengths
3
431
SOURCE
stringclasses
1 value
METADATA
stringlengths
44
71
hm. what controls auto mounts of usb sticks and so on?
i want to scan usb pen drive from command promapt. But dont know its address. e.g. /dev etc
ubuntu-dialogue
{"user_question": "royk", "user_answer": "abhi_nav"}
hello, is there anyway to login as a root in ubuntu??
sudo su
ubuntu-dialogue
{"user_question": "gylan1979", "user_answer": "abhi_nav"}
nice (didnt know)
there are more. system settings -> keyboard -> shortcuts -> screenshots (in unity)
ubuntu-dialogue
{"user_question": "lix", "user_answer": "nydel"}
hello! is it possible to disable some commands to a user? Disable who, ps, top, and others to some specific users?
yes. using lockdown
ubuntu-dialogue
{"user_question": "X-warrior", "user_answer": "abhi_nav"}
Hello everyone. This may not be the appropriate place for this question, but I don't know where else to start asking. My wife got an email for someone who claims to be one of my wife's friends (who took a trip to scottland, got mugged, and asking for help, but my wife know for a fact her friend is not in scottland). can one trace an IM chat to get a source IP??
contact nearby cyber crime department of police
ubuntu-dialogue
{"user_question": "detrix", "user_answer": "abhi_nav"}
anyone know if theres a way to navigate tabs in gnome-terminal?
gnome-termional sesttings for keyboard -> shows the keys to do it
ubuntu-dialogue
{"user_question": "Dasuchin", "user_answer": "Dr_Willis"}
Good day. I installed gsnes9x but have no idea what the binary is... How do I see which files were installed, if you please?
dpkg -L gsnes9x; will list all the files installed
ubuntu-dialogue
{"user_question": "sha0", "user_answer": "trism"}
Hi, I'm trying to create a C app that will put data into a postgres database however I'm having a hard time determining how to setup autotools such that I use the shared library. From what I can tell I cannot use pkgconfig to do this just yet.
since you are working with postgresql, go download some of its contrib packages will help
ubuntu-dialogue
{"user_question": "spenser", "user_answer": "turbowei"}
Will the content of my desktop be deleted if I reinstall the ubuntu-desktop metapackage? (sorry for being so newbie!) :-)
No, the content of your desktop is stored in your home directory
ubuntu-dialogue
{"user_question": "Chinta", "user_answer": "tat-"}
can anyone tell me where to change the login in 10.04 from that user-chooser type to the enter username/pass type? the comp has too many users, lol
You can use gdm2setup for that
ubuntu-dialogue
{"user_question": "sortanoob", "user_answer": "theadmin"}
is anyone able to help me mount a disk plz?
go to system>management>disks utility
ubuntu-dialogue
{"user_question": "craig", "user_answer": "HaPK"}
if I start a player it captures the soundcard and it won't let any other source to play sound... can anyone help me to fix this?
Pulseaudio is supposed to fix this kind of thing and let apps share the sound card. Do you have a non-default unstall or have you uninstalled pulse fo some reason?
ubuntu-dialogue
{"user_question": "HaPK", "user_answer": "undecim"}
can someone else in here running virtualbox confirm that their ' id ' command *does not* list ' vboxusers '
id command *lists* vboxusrs here
ubuntu-dialogue
{"user_question": "delinquentme", "user_answer": "PeterEH"}
I've got a perculiar problem. I can connect to wifi, but random apps work, and others dont. Chrome will connect, but Firefox wont. Pidgin will connect to freenode, but not to MSN, or GTalk. What on earth could be causing this? (No I haven't done anything with a proxy, or any other network tweaks.)
probably DNS issue
ubuntu-dialogue
{"user_question": "IanWizard", "user_answer": "jani_"}
i'm on the live cd, on my mac. I can't access some of my files on the HD because of permissions
gksu nautilus
ubuntu-dialogue
{"user_question": "aceface", "user_answer": "mneptok"}
can someone help me with my nvidia graphics here is my lspci output 00:12.0 VGA compatible controller: nVidia Corporation C67 [GeForce 7150M / nForce 630M] (rev a2)
should be found under hardwaredriers
ubuntu-dialogue
{"user_question": "adambuntu", "user_answer": "DasEi"}
Does a default install support smp even if installed on a single-core system? (Will modifying a VM running an ubuntu guest from 1 -> 2 cpus cause problems?)
it should not cause problems
ubuntu-dialogue
{"user_question": "probonono", "user_answer": "erUSUL"}
Anybody knows a tanslator software Italian-Spanish for Ubuntu?
freetranslation.com?
ubuntu-dialogue
{"user_question": "Barone", "user_answer": "trollboy"}
can someone point me to ubuntu PAM documentation?
there's usually also useful info in /usr/share/doc/PACKAGE for relevant PACKAGEs
ubuntu-dialogue
{"user_question": "koolhead11", "user_answer": "jrib"}
hi, i changed my motherboard and now the harddisk isn't booting anymore (but it's found in bios). any ideas?
http://ubuntuforums.org/showthread.php?t=224351
ubuntu-dialogue
{"user_question": "ChB82", "user_answer": "KE1HA"}
Hi! I have a question regarding the update of ubuntu. Every now and then it upgrades the kernel version. However my bootup list from grub is starting to get quite full. Do I really need all the old versions on my startuplist or can I delete them. In that case... how do I do it?
simple kernel remove how too: http://www.foogazi.com/2008/07/02/quickzi-how-to-remove-older-kernels-from-ubuntu/
ubuntu-dialogue
{"user_question": "zoor", "user_answer": "KE1HA"}
how do i search packages on apt? looking for F4L
apt-cache search or show
ubuntu-dialogue
{"user_question": "hlx", "user_answer": "DasEi"}
how do I configure VPN?
it's focused on the settings for the VyprVPN service, so just ignore the settings it requires for that.
ubuntu-dialogue
{"user_question": "nitemovz", "user_answer": "doobeh^"}
For setting up a LAMP server: apache2 mysql-server and which package for php?
php5
ubuntu-dialogue
{"user_question": "thenthenio", "user_answer": "waggy"}
Any m17x owners here? I installed 12.04 just now and notice that it doesn't charge when i replugged power adapter. /proc/acpi/ac_adapter/state shows off-line though adapter is plugged in. If i reboot then ubuntu detects it, google says its a common issue with no solution besides power cycle.
power charging should be a software issue
ubuntu-dialogue
{"user_question": "Error404NotFound", "user_answer": "histo"}
Hey there, does anybody know an easy way to flip the video from a DVD from left to right?
use vlc
ubuntu-dialogue
{"user_question": "littlegirl", "user_answer": "EgOr"}
Hey anyone an idea why i can't burn images or anything else to a dvd anymore
Could be that the drive is dying
ubuntu-dialogue
{"user_question": "Kismet", "user_answer": "DaemonFC"}
what tool can I use to create a complete snapshot/backup of an ext3 filesystem?
i've been using duplicity recently, works well enough
ubuntu-dialogue
{"user_question": "oxi", "user_answer": "ohsix"}
Has anyone here ever tried installing Ubuntu on external HDD? Does it work ok? Is it easy to switch computers?
yes yes and yes
ubuntu-dialogue
{"user_question": "plouffe", "user_answer": "ohsix"}
oh sweet. I can install with the alternate cd and not have to use the new gnome
iit's on the login screen :]
ubuntu-dialogue
{"user_question": "nastjuid", "user_answer": "ohsix"}
Is there any place other than 'Startup Applications' where startup programs could be listed? I have a weather indicator applet installed and I don't want it starting up anymore but it's not listed in 'Startup Applications.'
if you're trying to get your applets back with unity, you probably cant; it's not a real panel
ubuntu-dialogue
{"user_question": "kfizz", "user_answer": "ohsix"}
so i have a question about elevated privileges from update manager: if the icon does not turn off in panel, the elevation is still present right?
which is usually desirable, but the icon is in the tray so you can click it and lock it up tight again immediately
ubuntu-dialogue
{"user_question": "witeshark", "user_answer": "ohsix"}
hi, is there someone who can help me to get pulseaudio working???
https://help.ubuntu.com/community/SoundTroubleshooting
ubuntu-dialogue
{"user_question": "Ragelor", "user_answer": "chelz"}
Hi all new to ubuntu server edition, Im running lucid. How do I install packages like the one found here? http://packages.ubuntu.com/lucid/libevent-dev
or setup your own ppa
ubuntu-dialogue
{"user_question": "Inpetto", "user_answer": "ActionParsnip"}
when is the release about new ubuntu?
Please see here: https://wiki.ubuntu.com/PrecisePangolin/ReleaseSchedule
ubuntu-dialogue
{"user_question": "roloncito", "user_answer": "Sidewinder"}
Hi, I connected my desktop PC to my laptop via cable. The laptop gets the internet via Wi-Fi. Now I want to forward some ports to my desktop. I know I have to use iptables (maybe there is a simpler tool for this?), but with not much luck.
I use shorewall for my firewall/routing needs. Perhaps that will work for you?
ubuntu-dialogue
{"user_question": "jankud", "user_answer": "BlueEagle"}
I would like you to test my add-on for Mozilla Firefox on Ubuntu... https://addons.mozilla.org/en-US/firefox/addon/13129 is the description. But please take the latest version 0.11 at https://addons.mozilla.org/en-US/firefox/addons/versions/13129#version-0.11 :?
this isn't the place for that. don't advertise here.
ubuntu-dialogue
{"user_question": "Gryllida", "user_answer": "SpaceGhostC2C"}
hi . is there a linux program that can automatically scan for all wma and convert them to mp3 format without manually doing each one one at a time ?
There may be a script someone has written for that particular purpose but ... finding it, well I dono...
ubuntu-dialogue
{"user_question": "nellwee", "user_answer": "usr13"}
hey i installed amarok and it won't play any song. when i start it, it says 'The audio playback device HDA Intel (STAC92xx analog) does not work. Falling back to PulseAudio' does anyone know how to fix that?
does any sound at all work ????
ubuntu-dialogue
{"user_question": "aiwa", "user_answer": "pkm4o93"}
I'm trying to build a somewhat old program and I'm getting this error: /usr/bin/ld: cannot find -lm \n collect2: ld returned 1 exit status
you may need to compile the libcollect2 or whatever its called firt
ubuntu-dialogue
{"user_question": "anoninux", "user_answer": "dr_willis"}
anyone point me in the direction of getting my laptop to work in clamshell mode? google'd to no avail
what is clamshell
ubuntu-dialogue
{"user_question": "mculp", "user_answer": "hwilde"}
Hi! Is there a way to have wine 1.4 and 1.5 at the same time in the same ubuntu? I need to have installed 1.4, which works with crossover linux XI, but I saw some programs like photoshop are working with 1.5 and I would like to have it. So, is it possible? thanks!!
You should be able to compile both versions from source
ubuntu-dialogue
{"user_question": "javierf_", "user_answer": "steale"}
anyone know a mail client i could use for an exchange 5.5 server? evolution doesnt support that version
yea it's either that for us, or IMAP :( blows because there is no calendar integrate when running linux :(
ubuntu-dialogue
{"user_question": "boourns", "user_answer": "jcrawford"}
Using 9.10, how can I set a program to launch on startup?
system > prefrences > startup applications
ubuntu-dialogue
{"user_question": "faultyground", "user_answer": "boourns"}
hello all...anyone have any suggestions on the best or most used mirroring app or script to mirror the entire archive.ubuntu.com
best and most used likely are not the same. Personally, I've had a good experience using ubumirror for full archive mirrors - https://launchpad.net/ubumirror
ubuntu-dialogue
{"user_question": "shadowshell", "user_answer": "tonyyarusso"}
Do I need to reboot, for the system to recognize changes in asound.conf?
or alsasound restart
ubuntu-dialogue
{"user_question": "paradoxuncreated", "user_answer": "VCoolio"}
Can any help me please? I have ubuntu 9.10 64bit and my programs shuts down suddenly, with giving no error reports atll all?
I'm using 64 bit and it works perfectly.
ubuntu-dialogue
{"user_question": "yokilla", "user_answer": "Flare-Laptop"}
u know how to install vlc thru synaptic package manager?
Sure, find the 'vlc' package and click install.
ubuntu-dialogue
{"user_question": "adifire", "user_answer": "Pici"}
I would like to let a bashscript configure my crontab jobs. But I can't figure out how to get the entry in the cron file. anyone?
other than that, pipe the output of your script to the users cron file
ubuntu-dialogue
{"user_question": "Geekpirat", "user_answer": "ikonia"}
hi, is it possible to run football manager 2010 in ubuntu?
fmtux.net
ubuntu-dialogue
{"user_question": "kelvinella", "user_answer": "moody"}
You know how when you move your mouse to the corner of the screen and all the windows arrange them selves neatly for you to select one, What is that called? And how do you enable it?
here on my OpenSUSE, it's called 'Scale: initiate window picker'
ubuntu-dialogue
{"user_question": "think43", "user_answer": "AMAM"}
does anyone here know how Ubuntu routes midi files for playback? is there some config file somewhere that tells it what to do with midi files when the user asks for them to be played?
see https://help.ubuntu.com/community/Midi/SoftwareSynthesisHowTo if you need software synthesis and https://help.ubuntu.com/community/Midi/HardwareSynthesisSetup if you have hardware support and would prefer that
ubuntu-dialogue
{"user_question": "Grifter1", "user_answer": "trism"}
hi, what does this sed command exactly do: http://pastebin.com/m12c26eae ?
swaps the localhost IP 127.0.0.1 with nothing, then i'm not sure what the 'g' does.
ubuntu-dialogue
{"user_question": "rotmor", "user_answer": "daftykins"}
Is there something going on with the latest Ubuntu updates breaking GRUB?
i belive grub2 may have done that to you!
ubuntu-dialogue
{"user_question": "digicyc", "user_answer": "jared"}
I'm having issues with UNR 9.10 on my Aspire ONE - Whenever I unplug it from the wall it shuts down claiming the battery is discharged, but in 9.04UNR this did not happen
(this was suggested by someone else the other day) boot into the BIOS and try unplugging the power to see if the same thing happens, removed Ubuntu as a cause
ubuntu-dialogue
{"user_question": "Dj_FlyBy", "user_answer": "ZykoticK9"}
so I am using Ubuntu 10.10 for my media server (with the gui desktop for ease of access) and it now appears the desktop has frozen (keyboard/mouse unresponsive, even when trying to plug other ones in) yet the server is still streaming media without any issues. Any recommendations as to what I should do ? Should I just do a hard reboot ?
10.10 is end of life
ubuntu-dialogue
{"user_question": "Dj_FlyBy", "user_answer": "bazhang"}
where is the config file for Apache2 in Ubuntu?
/etc/apache2
ubuntu-dialogue
{"user_question": "Dj_FlyBy", "user_answer": "wylde"}
is there a channel geared towards UNR ?
ask here
ubuntu-dialogue
{"user_question": "Dj_FlyBy", "user_answer": "om26er"}
Anyone know why I can't get an address bar to show up in internet explorer on wine?
any particular why you are using IE through wine in linux?
ubuntu-dialogue
{"user_question": "jguzikowski", "user_answer": "cryptk"}
Channel: A guide to making a LiveUSB please?
System/Administration/USB Startup Disc Creator
ubuntu-dialogue
{"user_question": "Fauntix", "user_answer": "Blue11"}
what no video chat in gmail in ubuntu?!
empathy support video calling and I do video call
ubuntu-dialogue
{"user_question": "wevlop", "user_answer": "om26er"}
How do I modify the USA keyboard layout in Gnome? I want to change '-' to '_' and vice versa.
/usr/share/X11/xkb/symbols/
ubuntu-dialogue
{"user_question": "faustische", "user_answer": "Marzata"}
How do I set the default browser in gnome. Mine's always firing up FF but I need itto fire up something else
or something to that effect...
ubuntu-dialogue
{"user_question": "darkstar1", "user_answer": "nanotube"}
How do I set Abiword as default rtf ediitor in Ubuntu?
right click on an rtf file, go to properties/Open With and set the radio button to abiword
ubuntu-dialogue
{"user_question": "ujjain", "user_answer": "trism"}
Does anyone have any ideas?
what wa the questionß
ubuntu-dialogue
{"user_question": "emendo", "user_answer": "bubulein"}
Question: How do I create a logical link to a directory within Ubuntu's GNOME interface?
Ctrl-Shift while drag-n-dropping
ubuntu-dialogue
{"user_question": "Carci", "user_answer": "Jinxware"}
how would i autostart a .sh script at log in?
put it in /etc/rc.local
ubuntu-dialogue
{"user_question": "seanbrystone", "user_answer": "arvind_khadri"}
ok thx anyways hiexpo :D
If you are looking for a simple DB, try OpenOffice Base
ubuntu-dialogue
{"user_question": "seanbrystone", "user_answer": "LurkersA"}
Anyone happen to know what arcitecture the Acer Aspire Revo is?
I am guessing it's x86-64? yes it has an atom processor
ubuntu-dialogue
{"user_question": "RodgerKyle", "user_answer": "notk0"}
here's a question. my mouse doesn't work, how do i bring up gnome-terminal. and ctrl+alt+f1 is not working.
how about... alt+f2 --> gnome-terminal
ubuntu-dialogue
{"user_question": "ml-mobile", "user_answer": "onetinsoldier"}
so, I'm trying to setup an AP from my desktop which has an integrated wireless card (rtl8187 driver) which I have setup as an AP in the past. It seems that now (since 3.0) it's unsupported and the new mac version doesn't have master/ap. is this accurate in that trying to do more is frutless until the mac80211 verion is finished?
since it is not compiled as a module by default, you may have to compile the kernel yourself
ubuntu-dialogue
{"user_question": "JensenDied", "user_answer": "christhisisgool"}
interesting. my eth0 sometimes disconnects, and can't get dhcp again until i reboot. 10.04
dhclient eth0 ?
ubuntu-dialogue
{"user_question": "mrAZ", "user_answer": "kop"}
what is the best way to remotely back up a system, like using clonezilla remotely. can I install clonezilla and ssh on the remote machine
rsnapshot
ubuntu-dialogue
{"user_question": "razz1", "user_answer": "boudiccas"}
Is there any tool that will tell what all connections are made to my system. Even when I dont do anything something is chewing through my bandwidth. want to find out which one is the culprit.
sorry iftop
ubuntu-dialogue
{"user_question": "razz1", "user_answer": "thune3"}
can someone tell me the terminal command to configure wine?
winecfg
ubuntu-dialogue
{"user_question": "futurama140", "user_answer": "cpyarger"}
does anyone know how i can get GIMP (version 2.7.) to remember the Single Window settings? everytime i restart the application it forgets the setting.
if that is possible, it would be stored in gconf, walk through gimp in gconf-tools
ubuntu-dialogue
{"user_question": "turtle^s0up", "user_answer": "obaid"}
how to get ubuntu version over ssh shell?
lsb_release -a
ubuntu-dialogue
{"user_question": "Pitel", "user_answer": "miranda_82"}
hi all! i have installed pidgin with microblogging plugin, and after few days of using it stop connect to twitter... what happen?
not sure ... I dont use pidgin...however is something change on twitter?
ubuntu-dialogue
{"user_question": "kemmotar", "user_answer": "coz_"}
I am trying to reset my root password with Ubuntu 9.10 i selected recovery mode from the GRUB menu I then get a menu which gives me the option to get a root shell. However this root shell requires a maintenance password. How do I change a forgotten root password?
add 'init=/bin/sh' to your kernel line from the GRUB menu, change password.
ubuntu-dialogue
{"user_question": "jeke", "user_answer": "LjL"}
- that looks like a kernel error - what version of Ubuntu are you using?
2.6.35-28-generic
ubuntu-dialogue
{"user_question": "scotty^", "user_answer": "nixjr"}
How long is Ubuntu 8.10 supported? Has the window closed?
end of life April 2010
ubuntu-dialogue
{"user_question": "jcarroll", "user_answer": "effrafax"}
anyone here connected Ekiga with there company's SIP Server? Sins I have ubuntu 9.10 it fails to connect
I use 'twinkle' - crap name, great client
ubuntu-dialogue
{"user_question": "xukun", "user_answer": "nowonmai"}
Hey guys, im installing ubuntu on a 40gb solid state drive. I really only want to install the core system and a handful of applications onto the SSD however. Whats the best way to go about this (ie which directories would be a must on the SSD), thanks.
best solution is to put /home/ /var/ /usr/ and /opt/ somewhere else and the rest on your ssd
ubuntu-dialogue
{"user_question": "mattgyver", "user_answer": "nowonmai"}
Anyone knows if Myunity can be used in gnome-shell too?
no, gnome-shell is not using unity.
ubuntu-dialogue
{"user_question": "krababbel", "user_answer": "OerHeks"}
hi I'm trying to install karmic on an inspiron 1564 (pretty new) and I get the black screen. when I try the 'try ubuntu' option I heard the startup sound, but no video
What video card?
ubuntu-dialogue
{"user_question": "whammo", "user_answer": "cyqotiq"}
I want to expand my ubuntu partition (ext4) to take up some space from my windows partition, I don't care if i lose data on the windows partition but i want to NOT lose anything on my linux partition. Can i do this with gparted?
Ubuntu LiveCDs carry gparted
ubuntu-dialogue
{"user_question": "astropirate", "user_answer": "Cynthia"}
hello all im having a problem with ubuntu 9.10  about half of the times i put the computer to sleep/suspend/hibernate/screensaver it freezes when i wake it or move the mouse hit keyboard etc.  Then i have to actually hold the power button in to shut it off I am using an RT kernel and have raedon 4670 ati propritary drivers installed
sory but sleep mode is the weekness of the linux system Espesially when it comes to ati drivers .. hybernate should work though
ubuntu-dialogue
{"user_question": "redwoodsound", "user_answer": "nn-olpc"}
my workplace uses cisco vpn... any ideas on how I could get this working with linux? I am developing from ubuntu completely at work, but unable to from home due to vpn
have a look at http://www.longren.org/2007/05/17/how-to-cisco-vpn-client-on-ubuntu-704-feisty-fawn/
ubuntu-dialogue
{"user_question": "jrcarr2", "user_answer": "d_b_d"}
hello. if I am running ubuntu 11.4 off a live CD where does an app I install install to?
Save what setting?
ubuntu-dialogue
{"user_question": "coachj", "user_answer": "soreau"}
hey does ubuntu have a precanned way of enabling/disabling startup services? (want to disable apache2)
update-rc.d
ubuntu-dialogue
{"user_question": "Slade-", "user_answer": "erUSUL"}
what is the command on CLI to list so to check if file is 'ln' or not file ? thx
ls -la
ubuntu-dialogue
{"user_question": "kad__", "user_answer": "iflema"}
how can i find the usb port a device is using??? ttyUSB1, ttyUSB3 etc etc i have a palm pilot im trying to setup as a card reader and i dont know what port its on
when you plug it look at the last dmesg messages « dmesg | tail -n20 »
ubuntu-dialogue
{"user_question": "idul", "user_answer": "erUSUL"}
Is there a way to install Ubuntu without all the programs and services?
use the minimal cd and install a command line system
ubuntu-dialogue
{"user_question": "sidney", "user_answer": "un214"}
can anyone do me a favor and tell me if my site is taking an extremely long time to load (i.e. 30+ seconds) https://secure.adventure-inn.com
8 seconds, I am sitting in South Africa
ubuntu-dialogue
{"user_question": "duckx0r", "user_answer": "saraqual"}
when will the new ubuntu 10.4 be ready as a stable version?
april 28 i believe
ubuntu-dialogue
{"user_question": "cub", "user_answer": "cjohnston"}
hi, is there a simple way to run something when I plug in a usb drive with a certain label? ('something' being a backup script I have on my computer, not something stored on the usb drive)
or depending on your DE there might be another higher method
ubuntu-dialogue
{"user_question": "Unhammer", "user_answer": "reisio"}
hey guys, I have installed the ubuntu here and I dont have the grub, all tutorials I found is to recover the grub from a live cd or something else, but in my case, I can run the ubuntu I just cant run the windows :(
so you need to run sudo update-grub and it should detect windows..... then reboot
ubuntu-dialogue
{"user_question": "lastk", "user_answer": "rileyp"}
Why do I get permission denied on 'sudo echo 0 > /proc/sys/net/ipv4/tcp_sack' ?
sudo is only applied to echo, not to >, you need echo 0 |sudo tee /proc/sys/net/ipv4/tcp_sack
ubuntu-dialogue
{"user_question": "krababbel", "user_answer": "guntbert"}
where has /boot/grub/stage[12] been moved to?
see http://ubuntuforums.org/showthread.php?t=1195275 -- the Grub 2 Guide
ubuntu-dialogue
{"user_question": "magn3ts", "user_answer": "arkanabar"}
does anyone know how to install a Canon ip1500 on karmic? i've tried installing the printer drivers from canon and I've also tried using system ->admin->printer and going through the wizard but no luck
I think canon aren't much good with Ubuntu, canon printers
ubuntu-dialogue
{"user_question": "jakeheath1987", "user_answer": "sebsebseb"}