Talk:Elphel Software Kit for Ubuntu: Difference between revisions

From ElphelWiki
Jump to navigation Jump to search
Andrey.filippov (talk | contribs)
No edit summary
Polto (talk | contribs)
No edit summary
Line 5: Line 5:
  ln -sf /usr/bin/firefox /usr/bin/mozilla
  ln -sf /usr/bin/firefox /usr/bin/mozilla
--[[User:Andrey.filippov|Andrey.filippov]] 15:55, 26 May 2007 (CDT)
--[[User:Andrey.filippov|Andrey.filippov]] 15:55, 26 May 2007 (CDT)
I decided to temporary do a ugly hack to solve the NFS flashing problem. I'll move /nfs/elphel353-2.10 to /cdrom/elphel353-2.10, it's not usable after install but at least will work for LiveDVD.
/etc/resolv.conf is empty and eth0&eth1 are configured as bridge with 192.168.0.15 statically.
<pre>
echo "" > /etc/resolv.conf
apt-get install bridge-utils
cp /usr/share/doc/ifupdown/examples/bridge  /etc/network/if-down.d/
cat > /etc/network/interfaces << EOF
iface br0 inet static
        bridge-ifaces eth0 eth1
        address 192.168.0.15
        netmask 255.255.255.0
        gateway 192.168.0.1
EOF
</pre>
I also upgraded GenRes with files Spectr send me.
--[[User:Polto|Polto]] 15:33, 20 Sep 2007 (GMT)

Revision as of 14:19, 20 September 2007

I also us cervisia, kompare--Andrey.filippov 14:33, 26 May 2007 (CDT)

to install update to Xilinx WebPACk (requires Internet connection even if the archive is already downloaded) you need first start vanilla 9.1i and edit->preferences->HTML browser: change "mozilla" to "firefox" or just

ln -sf /usr/bin/firefox /usr/bin/mozilla

--Andrey.filippov 15:55, 26 May 2007 (CDT)


I decided to temporary do a ugly hack to solve the NFS flashing problem. I'll move /nfs/elphel353-2.10 to /cdrom/elphel353-2.10, it's not usable after install but at least will work for LiveDVD.

/etc/resolv.conf is empty and eth0&eth1 are configured as bridge with 192.168.0.15 statically.

echo "" > /etc/resolv.conf

apt-get install bridge-utils

cp /usr/share/doc/ifupdown/examples/bridge  /etc/network/if-down.d/

cat > /etc/network/interfaces << EOF
iface br0 inet static
        bridge-ifaces eth0 eth1
        address 192.168.0.15
        netmask 255.255.255.0
        gateway 192.168.0.1
EOF

I also upgraded GenRes with files Spectr send me.

--Polto 15:33, 20 Sep 2007 (GMT)