Hydr0p0nX | is the only 12.04.2 release available the ~750MB one ? | 02:17 |
---|---|---|
Hydr0p0nX | just want to make sure I have one w/ most drivers since my wireless usually has to be compiled | 02:18 |
superm1 | Hydr0p0nX: it might not be promoted on the website yet, but .04.3 is available too: http://cdimages.ubuntu.com/mythbuntu/releases/12.04.3/release/ | 02:48 |
superm1 | tgm4883: i made a news release for .3 but i might have not fixed the links for it | 02:49 |
Hydr0p0nX | ah | 02:51 |
Hydr0p0nX | live cd saw my wireless and connected | 02:52 |
Hydr0p0nX | i'll keep that in my back pocket though, thanks :) | 02:52 |
=== superm1 changed the topic of #ubuntu-mythtv to: Mythbuntu 12.04.3 Release :: Please visit http://goo.gl/uz4siu for mor information. :: Paste logs @ http://pastebin.ubuntu.com :: Please stick around for people to answer your question :: See (and comment on) our quick start guide at http://goo.gl/S54zL | ||
=== superm1 changed the topic of #ubuntu-mythtv to: Mythbuntu 12.04.3 Release :: Please visit http://goo.gl/uz4siu for more information. :: Paste logs @ http://pastebin.ubuntu.com :: Please stick around for people to answer your question :: See (and comment on) our quick start guide at http://goo.gl/S54zL | ||
=== Batshua_ is now known as Batshua | ||
=== dahlSTROM|sleep is now known as dahlSTROM | ||
=== hpeter_ is now known as hpeter | ||
dkeith | ? | 17:38 |
dkeith | you there? | 17:38 |
dkeith | sorry - wrong window | 17:38 |
sabhain | any bash experts in here? need to separate a 3 digit number into 3 single digits | 19:01 |
DonkeyHotei | if you know it will always be 3 digits, you can use cut -c1, cut -c2, cut -c3 | 19:40 |
sabhain | DonkeyHotei: my problem is that I don't know if it will be 1, 2, 3 or 4 .. my STB requires a 4 digit input or it won't change channels. | 20:04 |
sabhain | so when myth sends a channel change through the HD-PVR, it needs to have leading zeros in order to work. | 20:05 |
DonkeyHotei | use printf | 20:05 |
sabhain | I had thought to separate it out to 4 discrete variables, but now I'm thinking about just forcing an additional 3 leading zeros, and then truncating to the last 4 digits. | 20:05 |
superm1 | sabhain: you could just use a more powerful language to do it, python/perl etc | 20:06 |
DonkeyHotei | bash has printf | 20:06 |
DonkeyHotei | printf '%04d' $CHANNEL | 20:08 |
sabhain | thank you! | 20:12 |
sabhain | how do I capture that into a new variable? | 20:15 |
DonkeyHotei | foo=$(printf '%04d' $CHANNEL) | 20:15 |
sabhain | works like a champ. thanks so much. HD-PVR now working well. | 20:34 |
sabhain | now just need to sort out where DPMS went to. | 20:40 |
=== Toast_ is now known as Toast |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!