Required for driver installation – Solvline PCIe Serial Multi-port Card Linux Driver User Manual
Page 4

4. Required for driver installation
1. Login as root user (Superuser).
You must login as root. You can check it from the prompt as shown below.
(Default: If you login without the root account, it will show $, but when you did, # is
displayed.)
sysbas@utu:/tmp$
<Root Account>
root@utu:/tmp#
<Unprivileged Account>
2. GCC (GNU C Compiler)
Check if you have the GCC installed. When you type ‘gcc –v’ and the result shows
“gcc: command not found”, the GCC is not installed. You must install it before
installing the driver.
sysbas@utu:/tmp$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6.1/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.1-9ubuntu3' --with-
bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-
c++,go --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-
system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-
include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-
clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-
objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-
checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3)
<GCC installed>
sysbas@utu:/tmp$ gcc -v
gcc: command not found
<GCC not installed>