#garfield Logs

Oct 25 2019

#garfield Calendar

12:33 AM rue_mohr: due, turns out that stuff is bad news
12:38 AM rue_mohr: level 3 health
12:38 AM rue_mohr: not the first time I'v had a bottle leak too
12:40 AM rue_mohr: got the freaking smell stuck in my nose too
09:40 PM rue_shop1: major airing out the shop
09:40 PM rue_shop1: not gonna be warm for a while
09:40 PM Tom_L: mmm
09:40 PM rue_shop1: hey, the section of desk it spilled on is only 4' long
09:47 PM Tom_L: hey, how can i sudo copy a whole directory?
09:48 PM Tom_L: this one has to be root or sudo copied
10:18 PM Tom_L: how do i check what ethernet cards i have installed?
10:34 PM rue_bed: ifconfig -a
10:34 PM rue_bed: or lspci
10:34 PM Tom_L: how can i find one it can't see?
10:34 PM rue_bed: lspci
10:35 PM Tom_L: hmm
10:36 PM Tom_L: that must be it because it's showing it on pcie
10:36 PM Tom_L: but i'm using the MB one for internet
10:36 PM Tom_L: the 2nd one will be for a mill card
10:36 PM Tom_L: manually configured for a static ip
10:38 PM rue_bed: its a misnomer, it'll show all the devices
10:39 PM Tom_L: it's showing enp1so in the list
10:39 PM Tom_L: but only showing one card
10:40 PM Tom_L: does it only show the ones not configured yet?
10:40 PM Tom_L: in the gui editor
10:42 PM rue_bed: lspci
10:42 PM rue_bed: lspci shows all onboard and plugged in cards
10:43 PM Tom_L: yeah but i only see one there
10:43 PM Tom_L: and it's the pcie one
10:43 PM Tom_L: not the mb one
10:43 PM rue_bed: is it disabled in the bios?
10:43 PM Tom_L: but the mb one is working
10:43 PM Tom_L: no
10:43 PM rue_bed: the mb one is on an onboard pci bus
10:43 PM rue_bed: paste the lspci result
10:44 PM Tom_L: the one shown says pcie
10:44 PM rue_bed: it can be on an onboard pcie too
10:45 PM rue_bed: sorry my awake-ed-ness is in limbo
10:45 PM Tom_L: http://tom-itx.no-ip.biz:81/~webpage/rue/lspci.txt
10:45 PM rue_bed: trying to rest so I can be awake
10:45 PM Tom_L: last one is the adapter on pcie
10:45 PM rue_bed: Communication controller: Intel Corporation Sunrise Point-H CSME HECI #1 (rev 31)
10:46 PM Tom_L: is that the other one?
10:46 PM Tom_L: hmm
10:46 PM rue_bed: Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)
10:46 PM Tom_L: yeah that's the one i want to configure
10:47 PM rue_bed: modprobe rtl......
10:47 PM rue_bed: dont remmeber
10:47 PM rue_bed: the module uses another number
10:47 PM Tom_L: one sec
10:49 PM rue_bed: what kernel version?
10:50 PM Tom_L: preempt-rt
10:50 PM rue_bed: version
10:50 PM rue_bed: cause pre- 4 had a faulty driver
10:50 PM rue_bed: https://unixblogger.com/the-pain-of-an-realtek-rtl8111rtl8168-ethernet-card/
10:50 PM rue_bed: so it seems
10:50 PM Tom_L: no, i've been using it. i just re'did the ssd
10:51 PM rue_bed: uname -a
10:51 PM Tom_L: it is 4.9.0.xx though
10:51 PM rue_bed: ok
10:51 PM rue_bed: hey wait
10:52 PM rue_bed: Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 03)
10:52 PM rue_bed: damnit, thats the nic I been fighting with on my machine
10:52 PM rue_bed: hmm 4.9.30
10:52 PM rue_bed: wont do 1G
10:53 PM rue_bed: I just figured it was the switch
10:53 PM rue_bed: hmmmm
10:53 PM Tom_L: preempt-rt 4.9.189
10:54 PM rue_bed: 5.3.7 is stable
10:54 PM Tom_L: my problem is i've forgotten alot about how to connect it
10:54 PM rue_bed: k
10:54 PM Tom_L: i have notes
10:54 PM Tom_L: i just have to find them
10:54 PM rue_bed: modprobe r8168
10:54 PM rue_bed: ifconfig -a
10:54 PM Tom_L: but i've gotten it this far from a clean install
10:55 PM rue_bed: using a different card?
10:55 PM Tom_L: see the static ip is something like 10.10.10.1
10:55 PM Tom_L: no, i just haven't gotten it all set up yet
10:55 PM Tom_L: remembering as i go
10:55 PM rue_bed: your whole picture became cloudy when your stories crossed that your using it but its not working
10:55 PM Tom_L: huh?
10:56 PM rue_bed: yea
10:56 PM Tom_L: i'm using the one on the MB for internet
10:56 PM rue_bed: huh is exactly where I'm at
10:56 PM rue_bed: k
10:56 PM Tom_L: i'm gonna use the pcie one for this
10:56 PM rue_bed: ok
10:56 PM Tom_L: static 10.10.10.1
10:56 PM Tom_L: i'm just now getting to the point to set it up and wasn't sure which hardware device it was
10:56 PM rue_bed: did you boot it recently?
10:57 PM Tom_L: ?
10:57 PM Tom_L: boot it?
10:57 PM rue_bed: did you boot the computer recently
10:57 PM Tom_L: i've rebooted
10:57 PM rue_bed: how long ago
10:57 PM Tom_L: not very long
10:57 PM rue_bed: my machine has been up 237 days, for context
10:57 PM rue_bed: ok
10:57 PM rue_bed: if its only been a few hours
10:58 PM rue_bed: dmesg|less
10:58 PM Tom_L: earlier tonight
10:58 PM rue_bed: look for the kernel finding the card
10:58 PM rue_bed: if you hit / it will go into search mode
10:58 PM rue_bed: 8139 enter
10:58 PM Tom_L: fixing something else atm
10:58 PM Tom_L: i'll check it soon
10:58 PM rue_bed: you should see it find and assign a device to the card
10:59 PM rue_bed: I cant, cause I last booted up 237 days ago, and its all gone
10:59 PM Tom_L: i'm showing 2 connections in the gui now
10:59 PM rue_bed: ifconfig -a
10:59 PM rue_bed: gui means nothing usefull
11:00 PM Tom_dev: no but the MB one works !
11:01 PM rue_bed: how many devices, less lo are listed in ifconfig -a
11:01 PM Tom_L: one problem is, i'm not sure what ip i set the external card to
11:01 PM Tom_L: they need to match
11:02 PM rue_bed: ifconfig -a
11:02 PM Tom_L: i may check it tomorrow
11:02 PM Tom_L: yeah
11:02 PM Tom_L: it has 2 possibilities
11:02 PM rue_bed: they changed the configs, or I could tell you were its set on boot
11:02 PM Tom_L: and i'm not sure which one i'm using
11:02 PM rue_bed: you can up and down it
11:02 PM Tom_L: both cards are working now
11:02 PM rue_bed: ifconfig eth0 up
11:03 PM rue_bed: ifconfig eth0 down
11:03 PM Tom_L: i just need to get the ip correct for the adapter now
11:03 PM rue_bed: iirc the link light goes out when you down it
11:03 PM Tom_L: it's working...
11:03 PM rue_bed: k
11:03 PM Tom_L: i just gotta check which ip i need now
11:03 PM Tom_L: and i'm tired
11:04 PM Tom_L: now to set up xilinx on it
11:19 PM Tom_L: 6g download...
11:19 PM Tom_L: could take a min
11:20 PM rue_bed: ooh
11:20 PM rue_bed: I made a 64 bit machine for trying that again
11:20 PM rue_bed: I got a programmer for something
11:20 PM rue_bed: cant remmeber which brand
11:21 PM Tom_L: do you have their ise webpack?
11:21 PM rue_bed: I tried to get help setting something up, but everone kept saying that if I didn't get the newest greatest latest fpga it was a waste of time
11:21 PM Tom_L: better get it if you want it. it's getting harder to find
11:21 PM rue_bed: I dont know who's programmer I have
11:21 PM Tom_L: you need the old one for the older fpgas
11:22 PM rue_bed: altera or xilinx
11:22 PM Tom_L: i have a programmer somewhere now too
11:22 PM Tom_L: never used it
11:22 PM Tom_L: i think you said altera
11:22 PM Tom_L: i got a chinaco one for xilinx
11:22 PM rue_bed: all the toy fpga things on the internet are ~$100
11:22 PM rue_bed: I want a ~$15 to play with
11:22 PM Tom_L: mine wasn't very much or i wouldn't have it
11:22 PM rue_bed: but the fpga boards
11:23 PM rue_bed: all sorts of 'get started with fpga' yea, for only $200 cad
11:23 PM Tom_L: https://www.ebay.com/itm/Xilinx-Platform-USB-Download-Cable-M102-Jtag-Programmer-FPGA-CPLD-C-Mod-XC2C64A/112073269777?hash=item1a18166211:g:pLYAAOSw7Rtdn9nd
11:23 PM rue_bed: if I coiuld program PAL chips I'd be thrilled
11:23 PM Tom_L: iirc mine looks about like that
11:24 PM Tom_L: jt programs all sorts of pal chips
11:24 PM Tom_L: he did it for a living
11:24 PM Tom_L: has all sorts of cables etc
11:24 PM rue_bed: I'm not awake and I cant sleep
11:24 PM rue_bed: well damn
11:24 PM rue_bed: I'm stuck in useless limbo
11:24 PM Tom_L: well damn, i gotta get up at 3
11:24 PM rue_bed: check channel , I'll post detail
11:24 PM rue_bed: s
11:24 PM Tom_L: help if i shut up?
11:25 PM rue_bed: no
11:25 PM rue_bed: not tired enough to sleep
11:25 PM rue_bed: too tired to do anything tho
11:25 PM rue_bed: like move
11:26 PM Tom_L: most of em have their own proprietary cables etc
11:26 PM Tom_L: 2g of 6
11:29 PM Tom_L: trying to get autologin to work
11:29 PM Tom_L: did the user and timeout thing
11:32 PM rue_shop1: found it, its for altera
11:32 PM rue_shop1: usb blaster
11:33 PM Tom_L: that's what i thought it was
11:33 PM Tom_L: i remember you talking about it
11:33 PM Tom_L: i'm not sure they have free tools though
11:33 PM rue_shop1: well I can ask twitter
11:35 PM Tom_L: https://www.intel.com/content/www/us/en/programmable/support/support-resources/support-centers/devices/programming-tools/tls-altera-software.html
11:35 PM Tom_L: looks like intel owns them
11:37 PM Tom_L: figure out what device you have then you know what software to get
11:37 PM Tom_L: 3.9 of 6
11:39 PM Tom_L: dunno if they support linux or not
11:39 PM Tom_L: xilinx does
11:43 PM Tom_L: rue fell asleep
11:55 PM rue_shop1: they said which one
11:56 PM rue_shop1: epm7032 ep2c5f256c8n epm7064