/srv/irclogs.ubuntu.com/2017/01/08/#xubuntu.txt

bazhangcopy it over then install00:00
=== Zren_ is now known as Zren
bazhangmake sure you get the right version, ie matching your current system installed on that xubuntu machine00:00
kurokashiro`r8168-dkms_8.042.00-2_all`00:01
bazhangwhat version of xubuntu are you on00:02
kurokashiroLatest LTS release: 16.04, Xenial Xerus00:04
bazhangso the above package you listed matches that?00:05
kurokashirohttps://launchpad.net/ubuntu/+source/r8168/8.041.00-100:11
kurokashiroi think this one might00:11
knomehttp://packages.ubuntu.com/search?suite=xenial&searchon=names&keywords=r8168 - indeed00:11
kurokashiror8168-dkms_8.041.00-1_all.deb00:13
kurokashirothis is the file i downloaded to the usb00:13
kurokashiroi plugged the usb into the xubuntu pc00:15
bazhangr8168-dkms_8.041.00-1_all.deb00:16
bazhangyeah thats it00:16
bazhangcopy the deb over, then right click with mouse00:16
kurokashiroopen with software install?00:17
bazhangis that what it offers00:17
bazhangif so, then yes00:18
kurokashiro`open with software install` `open with "archive manager"` `extract here/to` `open with other application`00:18
bazhangthe first00:18
bazhanginstalled? then plug in the ehternet cable, if not yet done00:20
kurokashiroit opens up a window with an install button00:20
bazhanginstall it00:20
kurokashiroi clicked the install but it doesnt seem to do anything00:20
kurokashirothere is a blue box that says "this software may contain non-free components."00:21
kurokashiroafter i click install00:21
kurokashiroand nothing seems to happen00:22
bazhanggot an ethernet cable handy?00:23
kurokashiroyes i have an ethernet cable00:24
bazhangis it plugged into the xubuntu machine yet00:24
kurokashironot yet im moving the machine closer to the modem00:26
bazhangok, let us know when you have done so00:27
kurokashiroim powering up the machine00:29
kurokashirothe machine is turned on00:32
kurokashirowhen i open with software install00:32
bazhangyou did that already00:33
kurokashirothere is a blue box saying "this software comes from a 3rd party and may contain non free components." then when i click install it changes to "this softwar emah contain non free components" and seemingly does nothing00:33
kurokashirothe install button is still there00:33
knomewhat if you press install again after the blue box?00:33
kurokashiroyes00:34
kurokashiroand it doesnt seem to do anything00:34
knomeokay00:34
kurokashirothe first click of install changes the text on the blue box00:34
kurokashirothe second click of install doesnt seem to do anything00:35
knomeso in that case, try opening a terminal in the directory where you have the file and running00:35
knomedpkg -i filename.deb00:35
knome(you can use tabcompletion, eg. type the first few letters of the filename and then press tab)00:35
kurokashiro"requested operation requires superuser priv"00:36
kurokashiroso put sudo at the start?00:36
knomeyeah00:36
kurokashiro"dependency problems prevent configuration of r8168-dkms: r8168-dkms depends on dkms (>=2.1.0.0); however: package dkms is not installed."00:39
knome...this is the reason why you'd want to use apt-offline00:39
bazhangsneakernet the appropriate dkms first , then that package00:41
knome(note that dkms might have some dependencies that are not installed yet, so you might have to repeat the proces a few times)00:42
bazhangI'm surprised dkms is not included by default00:42
knomeyeah, that's kind of weird, but....00:42
kurokashirodkms_2.2.0.3.orig.tar.gz00:46
kurokashirofrom https://launchpad.net/ubuntu/xenial/+source/dkms00:47
knomeplease get the .deb00:47
kurokashirodkms_2.2.0.3-1.1ubuntu5.14.04.5_all.deb00:49
kurokashirothis one?00:49
knomeno, that's for 14.0400:50
knomehttp://packages.ubuntu.com/xenial/all/dkms/download00:50
knomeget it from one of the links there00:50
kurokashiroi moved it to the desktop of the xubuntu machine00:51
knomenow run "sudo dpkg -i file.deb" with that00:52
bazhangI hope he runs it from Desktop00:52
knomewell yes, again in the directory of the file...00:52
Unit193You can actually now  `sudo apt install ./file.deb` and it'll resolve deps too.00:53
knomeUnit193, considering they are all satisfied...00:53
bazhangno internet of any kind00:53
kurokashiroi did that00:54
kurokashironow im running the other command00:54
knomeor more exactly satisfiable00:55
knomekurokashiro, once you've ran the dkpg command for both of the packages, the driver is installed00:55
kurokashiroit said dkms install completed00:55
knomeok, now for the r8168 one00:56
kurokashiroi did that one too00:56
kurokashirodo i restart the computer now?00:57
knomeyep00:57
bazhanggot the cable attached?00:57
kurokashiroyes00:57
knomeideally, after reboot you should have connectivity00:57
bazhangshould work as is00:57
bazhangbut reboot to make sure00:57
* knome isn't sure how dkms works, so...00:57
knomeand yes, sometimes things doesn't work even if they should00:57
kurokashiroethernet still isnt working00:59
knomeafter reboot?00:59
kurokashiroyes00:59
kurokashiroi dont know why this isnt working01:05
knomeUnit193, ideas?01:05
bazhangkurokashiro, did you check what ifconfig -a says now, no need to paste here01:19
kurokashiroi did `$ inxi -Fx` and for Network it says `Network: card: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller` `driver: r8168 v: 8.041.00-NAPI port: b000 bus-ID: 0a:00.0` `IF: enp10s0 state: down mac: 30:8..etc`01:19
bazhangplease pastebin such a huge output in future01:20
bazhangsudo ifup enp10s001:21
bazhangthen sudo dhclient enp10s001:22
kurokashiro`unknown interface enp10s0`01:25
Unit193knome: Not sure if you already checked logs or if the driver was in use.01:25
knomeno.01:26
bazhangwhat does ifconfig -a show  kurokashiro eth0 or just that other, please just say which, dont repaste all that01:26
kurokashiroit shows `enp10s0` and `lo`01:27
knomeUnit193, doesn't the inxi output above confirm it is?01:27
Unit193The latter it does.01:28
knomeyup01:28
bazhangsudo ifconfig enp10s0 hw ether 00:04:FE:11:22:3801:29
bazhangthe last bit we have to substitute01:30
kurokashirosubstitute with what?01:31
kurokashiro`00:04:FE:11:22:38` with my `HWaddr`?01:32
bazhangdo ip link01:32
bazhangthe MAC address is what we want01:32
kurokashirolink/ether 30:85:a9:93:89:7d01:33
bazhangbingo01:34
bazhangsubstitute that01:34
kurokashiroi did the command01:34
bazhangsudo ifconfig enp10s0 hw ether 30:85:a9:93:89:7d01:35
bazhangthat?01:35
kurokashiroyes01:35
bazhangis the cable attached01:37
kurokashiroyes it is01:38
bazhangtry to use the internet01:38
kurokashiroit still doesnt work01:38
kurokashirohttp://pastebin.com/pJBF1wqu01:38
kurokashirothis is what ifconfig -a prints01:39
kurokashironow01:39
bazhangsudo dhclient enp10s001:41
bazhangdoes that get you a lease01:41
kurokashiroi did the command and it is still doing something01:44
bazhangdoing what01:46
kurokashiroit just finished01:46
kurokashiroit wasnt doing anything01:46
kurokashiroit was just "stuck"01:47
bazhangping www.google.com01:47
kurokashirounknown host`01:47
bazhangkurokashiro> i did the command and it is still doing something02:01
bazhangwhat was the something02:01
kurokashiroby something i meant it asked it for my password and then made an empty line and just stayed like that until it finished02:02
bazhangwhat was the command you did02:02
kurokashirosudo dhclient enp10s002:03
kurokashiroi tried `/etc/sysconfig/network-scripts/ifcfg-npm10s0` and it gives me an error02:21
kurokashiroenp*02:22
kurokashiroi got a you are now connected to enp10s0 but still cant connection to the internet through etherner03:18
kurokashiroethernet03:18
kurokashiroim just going to reinstall windows and see if everything works fine on windows03:43
kurokashiroto at least know if its something wrong with hardware or something03:43
=== exio4 is now known as init
=== init is now known as hacker
=== hacker is now known as \e
=== \e is now known as e4xoi
=== e4xoi is now known as exio
=== exio is now known as exio4
jorkodenhello10:19
xubuntu96dhi10:23
xubuntu96dthats all10:23
xubuntu96dbye10:23
jorkodenI just installed Xubuntu 16.04. I'm looking for a nice GUI IRC client. I installed the one recommended in the Software app: Polari10:24
jorkodenBut it's a bit underwhelming10:25
jorkodenAny recommendations? Quassel?10:25
=== jorkoden_ is now known as jorkoden
Tedd872Anyone here?13:42
Tedd872My Ricochet is not working. Always says Connection Pending with my contact.13:47
Tedd872Is this because they need to be online at the same time?13:47
cfhowlettricoshet?13:56
woodefechi. What is the default xubuntu live user name and password. I cannot get back to session from suspend16:03
krytarikwoodefec: xubuntu / EMPTY16:12
woodefecthanks krytarik16:35
woodefecI tried that and it accepted this "combination" after like the 5th try, but it finally did16:35
=== Hallo32 is now known as Justanick
xubuntu53wHello. I am having issues with my machine booting. Running xubuntu 16.04.1. Grub just isnt showing up. Been at this for a few hours and am completely stumped. Does anyone have any ideas? Here is a report from boot-repair. http://paste2.org/UjkOP6Y018:11
xubuntu53wsdb was cloned to sda via dd and then the partition was grown. It was working fine for a month after that.18:12
kurokashiroquick question if i want to download "PlayonLinux" on a xubuntu machine would i download using the ubuntu instructions? or download the "all distributions package"18:31
kurokashirobazhang i got the ethernet working btw18:33
sun45261hi guys19:28
sun45261does anyone know how to invert the standard fn-key-function?19:28
sun45261atm if I want to use the f1,...,f12 keys i have to hold down the fn-key19:28
Spass_sun45261: Hello. Did you check your BIOS settings?19:30
sun45261Spass_: hi, no not yet19:31
Spass_I think that this option should be there.19:32
sun45261Spass_: unfortunately i am using a macbook pro19:33
sun45261_Spass: seems like there is no way of getting into the bios19:33
Spass_Oh, sorry I don't have any experience with Macs.19:33
sun45261nvm19:34
sun45261may have found something19:35
sun45261i'll give it a try19:35
sun45261ty anyways19:35
=== dreamon_ is now known as dreamon
=== bekks_ is now known as bekks
xubuntu21wHi. I updated software today and now I keep getting Query Bench page appearing. What is it, and how do I get rid of it please?20:58
xubuntu67wI have something called query bench that has appeared following a standard update. What is it and should I remove it please?22:49
knomeappeared where?22:50
xubuntu67won my screen as soon as I connect online22:51
xubuntu67wIf I close the window, it re-opens22:51
knomegoogle tells me there is a firefox addon by that name22:51
knomemaybe you'll want to disable that addon from firefox?22:51
xubuntu67wok thanks.22:52
xubuntu67wYes, that's done. Many thanks.22:54
xubuntu86wwhy is there a bug in thunar that causes it to crash when a file is renamed?23:27
xubuntu86wthe bug is at least 2 years old23:27

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!