-
Add
Enable=Source
to /etc/bluetooth/audio.conf right after[General]
. -
Find address in form XX:XX:XX:XX:XX:XX of phone with
hcitool scan
. -
Pair and trust smartphone with
sudo bluez-simple-agent hci0 XX:XX:XX:XX:XX:XX
andsudo bluez-test-device trusted XX:XX:XX:XX:XX:XX yes
. -
Create loopback in pulseaudio connection bluetooth a2dp source with alsa sink:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section "Device" | |
Identifier "Default Device" | |
Option "NoLogo" "True" | |
Option "FlatPanelProperties" "Dithering=Disabled" # fixes flicker on internal display | |
EndSection |
-
Search for "UFR II Printer Driver for Linux" for your device. I found it on their Asia support website (http://support-asia.canon-asia.com/P/search?model=iR-ADV+C2025H&menu=download&filter=0&tagname=g_os&g_os=Linux).
-
Important if you're on a 64bit system: symlink lib64 to lib, the driver will install files into /usr/lib64 and /usr/local/lib64.
sudo ln -s /usr/lib /usr/lib64 sudo ln -s /usr/local/lib /usr/local/lib64
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class NotificationMailer < ActionMailer::Base | |
default from: "Sender <sender@example.com>" | |
def mail_with_locale(headers = {}, &block) | |
locale = headers.delete(:locale) || I18n.default_locale | |
I18n.with_locale(locale) { mail_without_locale(headers, &block) } | |
end | |
alias_method_chain :mail, :locale |
I hereby claim:
- I am joergschiller on github.
- I am joergschiller (https://keybase.io/joergschiller) on keybase.
- I have a public key ASA8qXJqp5zEHjsax6oVvfFIy1jGBDTR-DezQSUZriVEGgo
To claim this, I am signing this object: