Sponsored Content
Full Discussion: Linux router help needed
Top Forums UNIX for Beginners Questions & Answers Linux router help needed Post 302996228 by ygemici on Friday 21st of April 2017 03:51:23 PM
Old 04-21-2017
Hi apoklyps3

* we have needed some inputs/outputs Smilie
  • could you write what you did ( commands and outputs ) ?
    where did you extract to unpack the firmware ? ( external stroage ? )
    can you see the images/files as separately ( bootloader/kernel/rootfs and the others.. )
  • do you have the orginal firmware image outside the flash ?

* i can try search your hardware but i cannot find any usefull infos.

so i have to learn this :
  1. your device chip details
  2. your flash chip details
  3. cat /proc/mounts ( and fstab ? )
  4. cat /proc/mtd
  5. have you any tools ? ( flash_erase / nandwrite ... )
    ( can you list the your binaries related flash that you have .. )
  6. what is your boot-loader ? any screen output releated booting ?
  7. can you execute the boot-loader commands ( so is there any prompt ? )
  8. can you paste the dmesg or /var/log/messages files ?
  9. did you try the plug in the usb drive and kernel see it ? ( like /dev/sdaX )
  10. are there any kernel configs ( /proc/configXX , /boot/config* )
 

3 More Discussions You Might Find Interesting

1. IP Networking

Linux Router?

I am trying to set up a linux box as a router, but I am a little confused on how to do this. I am using Red Hat 9.0 on a machine that has 2 nic cards. Also, I am using a DSL pppoe connection. I have installed rp-pppoe and I am connected to the internet via the pseudo pppoe interface. I have... (1 Reply)
Discussion started by: cstovall
1 Replies

2. Cybersecurity

Help needed in IPTables firewall/router setup - Linux

HI all, I have setup IPTables firewall/Router and my home network, with address space 192.168.10.XXX Form my private network hosts, i can ping the gateway ( 192.168.10.101 ) , but the reverse is not happening. Can someone help me as of what i need to do, so that i can ping my private... (1 Reply)
Discussion started by: chandan_m
1 Replies

3. Shell Programming and Scripting

Expect script help needed- script failing if router unavailable

Hey all. Sometimes I'm tasked to change some router configs for the entire network (over 3,000 Cisco routers). Most of the time its a global config parameter so its done with a loop and an IP list as its the same configuration change for all routers. This is working OK. However, sometimes an... (3 Replies)
Discussion started by: mrkz1974
3 Replies
IPWFW(4)						   BSD Kernel Interfaces Manual 						  IPWFW(4)

NAME
ipwfw -- Firmware Module for Intel PRO/Wireless 2100 driver SYNOPSIS
To compile this module into the kernel, place the following line in your kernel configuration file: device ipwfw This will include three firmware images inside the kernel. If you want to pick only the firmware image for the mode you want to operate your network adapter in choose one of the following: device ipwbssfw device ipwibssfw device ipwmonitorfw Alternatively, to load the driver as a module at boot time, place the following lines in loader.conf(5): ipw_bss_load="YES" ipw_ibss_load="YES" ipw_monitor_load="YES" DESCRIPTION
This module provides access to firmware sets for the Intel PRO/Wireless 2100 series of IEEE 802.11 adapters. It may be statically linked into the kernel, or loaded as a module. For the loaded firmware to be enabled for use the license at /usr/share/doc/legal/intel_ipw/LICENSE must be agreed to by adding the following line to loader.conf(5): legal.intel_ipw.license_ack=1 FILES
/usr/share/doc/legal/intel_ipw/LICENSE ipwfw firmware license SEE ALSO
ipw(4), firmware(9) BSD
January 14, 2010 BSD
All times are GMT -4. The time now is 05:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy